[arch-commits] Commit in xmobar/repos (2 files)
Date: Tuesday, September 25, 2018 @ 02:13:35 Author: felixonmars Revision: 384772 archrelease: copy trunk to community-staging-x86_64 Added: xmobar/repos/community-staging-x86_64/ xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 384771, xmobar/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 384771, xmobar/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 02:13:35 UTC (rev 384772) @@ -0,0 +1,45 @@ +# Maintainer: Levente Polyak +# Maintainer: Jelle van der Waa +# Contributer: Sergej Pupykin +# Contributor: Arch Haskell Team + +pkgname=xmobar +pkgver=0.27 +pkgrel=27 +pkgdesc='Minimalistic Text Based Status Bar' +url='https://hackage.haskell.org/package/xmobar' +license=('custom:BSD3') +arch=('x86_64') +depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11' + 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' + 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 'haskell-parsec-numbers' + 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat' + 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib' + 'wireless_tools' 'haskell-text') +makedepends=('ghc') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz) +sha512sums=('ad235a81dd59a972646c189500b665c9c18d3ca644c9fa4bc18f6f1004e1e6914b6b5f3e83db439b946efd622bbf4d0894eb84fcf521255916f095632d8249da') + +prepare() { + cd xmobar-$pkgver + sed -i 's/==.*0.3/== 0.4/' xmobar.cabal +} + +build() { + cd xmobar-${pkgver} + runhaskell setup configure -O \ +--enable-shared \ +--prefix=/usr \ +--enable-executable-dynamic \ +--disable-library-vanilla \ +--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd with_dbus with_mpris" + runhaskell setup build +} + +package() { + cd xmobar-${pkgver} + runhaskell setup copy --destdir="${pkgdir}" + install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in xmobar/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 02:13:18 Author: felixonmars Revision: 384771 upgpkg: xmobar 0.27-27 rebuild with extra 1.6.12 Modified: xmobar/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 02:11:52 UTC (rev 384770) +++ PKGBUILD2018-09-25 02:13:18 UTC (rev 384771) @@ -5,7 +5,7 @@ pkgname=xmobar pkgver=0.27 -pkgrel=26 +pkgrel=27 pkgdesc='Minimalistic Text Based Status Bar' url='https://hackage.haskell.org/package/xmobar' license=('custom:BSD3')
[arch-commits] Commit in stack/repos (3 files)
Date: Tuesday, September 25, 2018 @ 02:11:52 Author: felixonmars Revision: 384770 archrelease: copy trunk to community-staging-x86_64 Added: stack/repos/community-staging-x86_64/ stack/repos/community-staging-x86_64/PKGBUILD (from rev 384769, stack/trunk/PKGBUILD) stack/repos/community-staging-x86_64/stack.install (from rev 384769, stack/trunk/stack.install) ---+ PKGBUILD | 76 stack.install |4 ++ 2 files changed, 80 insertions(+) Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 384769, stack/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 02:11:52 UTC (rev 384770) @@ -0,0 +1,76 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=stack +pkgver=1.7.1 +pkgrel=144 +pkgdesc="The Haskell Tool Stack" +url="https://github.com/commercialhaskell/stack"; +license=("custom:BSD3") +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-gitrev' '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' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck') +checkdepends=('cabal-install') +conflicts=('haskell-stack') +replaces=('haskell-stack') +install="stack.install" +source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz";) +sha512sums=('786c116b4717f6e0f5ac0b5397db4834486610f511eafefe2356574545f97093fe3203824b7a3cabb2e0562e5c0443af3d93defe83751a9982727d88cafe78a7') + +prepare() { + cd $pkgname-$pkgver + sed -i '54d;55d;56d;57d;58d' src/test/Stack/StoreSpec.hs + hpack + sed -i '/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}" --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-$pkgver + # 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 "${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" + + 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 384769, stack/trunk/stack.in
[arch-commits] Commit in stack/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 02:11:35 Author: felixonmars Revision: 384769 upgpkg: stack 1.7.1-144 rebuild with extra 1.6.12 Modified: stack/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 02:05:56 UTC (rev 384768) +++ PKGBUILD2018-09-25 02:11:35 UTC (rev 384769) @@ -3,7 +3,7 @@ pkgname=stack pkgver=1.7.1 -pkgrel=143 +pkgrel=144 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack"; license=("custom:BSD3")
[arch-commits] Commit in hoogle/repos (2 files)
Date: Tuesday, September 25, 2018 @ 02:05:56 Author: felixonmars Revision: 384768 archrelease: copy trunk to community-staging-x86_64 Added: hoogle/repos/community-staging-x86_64/ hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 384767, hoogle/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 384767, hoogle/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 02:05:56 UTC (rev 384768) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hoogle +pkgver=5.0.17.3 +pkgrel=95 +pkgdesc="Haskell API Search" +url="http://www.haskell.org/hoogle/"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 'haskell-conduit' + 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 'haskell-src-exts' + '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-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=('b8113e9dc6f44fbf684edfe6134eb44d55b1ef43afc3cb2051920daaec3e108df6209cfe822a8eeff884360c9b9415f2ab8273e7681e6bbcc1b9c77490370195') + +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 \ +-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 "${srcdir}/${pkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in hoogle/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 02:05:39 Author: felixonmars Revision: 384767 upgpkg: hoogle 5.0.17.3-95 rebuild with extra 1.6.12 Modified: hoogle/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 02:04:10 UTC (rev 384766) +++ PKGBUILD2018-09-25 02:05:39 UTC (rev 384767) @@ -3,7 +3,7 @@ pkgname=hoogle pkgver=5.0.17.3 -pkgrel=94 +pkgrel=95 pkgdesc="Haskell API Search" url="http://www.haskell.org/hoogle/"; license=("custom:BSD3")
[arch-commits] Commit in cryptol/repos (2 files)
Date: Tuesday, September 25, 2018 @ 02:04:10 Author: felixonmars Revision: 384766 archrelease: copy trunk to community-staging-x86_64 Added: cryptol/repos/community-staging-x86_64/ cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 384765, cryptol/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 384765, cryptol/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 02:04:10 UTC (rev 384766) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan + +pkgname=cryptol +pkgver=2.6.0 +pkgrel=31 +pkgdesc="The Language of Cryptography" +url="http://www.cryptol.net"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-gitrev' 'haskell-graphscc' 'haskell-heredoc' + 'haskell-monad-control' 'haskell-monadlib' 'haskell-panic' 'haskell-random' 'haskell-sbv' + 'haskell-simple-smt' 'haskell-strict' 'haskell-tf-random' 'haskell-transformers-base' + 'haskell-ansi-terminal' 'haskell-blaze-html') +makedepends=('ghc' 'alex' 'happy') +source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz";) +sha512sums=('445a1656ffd0d260553e041de9b15b6257a4b068b5462d996e8207671c097ea814bc5b7aaeb527b5e9579bd8a3e5e8ced0aaf57c24fbccaa7410342a109e9325') + +prepare() { +cd $pkgname-$pkgver +sed -i 's/<.*0.10/<1/' $pkgname.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-static -f-relocatable +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 cryptol/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 02:03:53 Author: felixonmars Revision: 384765 upgpkg: cryptol 2.6.0-31 rebuild with extra 1.6.12 Modified: cryptol/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 02:01:08 UTC (rev 384764) +++ PKGBUILD2018-09-25 02:03:53 UTC (rev 384765) @@ -2,7 +2,7 @@ pkgname=cryptol pkgver=2.6.0 -pkgrel=30 +pkgrel=31 pkgdesc="The Language of Cryptography" url="http://www.cryptol.net"; license=("custom:BSD3")
[arch-commits] Commit in haskell-sbv/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 02:00:50 Author: felixonmars Revision: 384763 upgpkg: haskell-sbv 7.12-2 rebuild with extra 1.6.12 Modified: haskell-sbv/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 01:54:33 UTC (rev 384762) +++ PKGBUILD2018-09-25 02:00:50 UTC (rev 384763) @@ -4,7 +4,7 @@ _hkgname=sbv pkgname=haskell-sbv pkgver=7.12 -pkgrel=1 +pkgrel=2 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT solving" url="http://leventerkok.github.com/sbv"; license=("custom:BSD3")
[arch-commits] Commit in haskell-sbv/repos (2 files)
Date: Tuesday, September 25, 2018 @ 02:01:08 Author: felixonmars Revision: 384764 archrelease: copy trunk to community-staging-x86_64 Added: haskell-sbv/repos/community-staging-x86_64/ haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 384763, haskell-sbv/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 384763, haskell-sbv/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 02:01:08 UTC (rev 384764) @@ -0,0 +1,46 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=sbv +pkgname=haskell-sbv +pkgver=7.12 +pkgrel=2 +pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT solving" +url="http://leventerkok.github.com/sbv"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 'haskell-async' + 'haskell-random' 'haskell-syb' 'haskell-reinterpret-cast' + 'haskell-generic-deriving') +makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 'haskell-tasty-golden' + 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('5c64a2bdd3817f893e7f25f969afd7fab4f24acb695370b19e87ecb5064b24a4ed5d13861fb6afa1a4cf6f59fcf3ee801a117dc34a28d9abda826e9f30f8f382') + +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 hlint/repos (2 files)
Date: Tuesday, September 25, 2018 @ 01:54:33 Author: felixonmars Revision: 384762 archrelease: copy trunk to community-staging-x86_64 Added: hlint/repos/community-staging-x86_64/ hlint/repos/community-staging-x86_64/PKGBUILD (from rev 384761, hlint/trunk/PKGBUILD) --+ PKGBUILD | 41 + 1 file changed, 41 insertions(+) Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 384761, hlint/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 01:54:33 UTC (rev 384762) @@ -0,0 +1,41 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hlint +pkgver=2.1.10 +pkgrel=22 +pkgdesc="Source code suggestions" +url="http://community.haskell.org/~ndm/hlint/"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs' 'haskell-cpphs' + 'haskell-data-default' 'haskell-extra' 'haskell-hscolour' 'haskell-refact' + 'haskell-src-exts' 'haskell-src-exts-util' 'haskell-uniplate' + 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml') +conflicts=('haskell-hlint') +replaces=('haskell-hlint') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('70e96f43608eb77e44c1c3d2a5cf411183d014fda5594d3e4dcddda430d21eb8e94c842119efd25a8bf98ec9d28947d867df1de8125095c47da4546712465e25') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fgpl -fthreaded +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3" +}
[arch-commits] Commit in hlint/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 01:54:15 Author: felixonmars Revision: 384761 upgpkg: hlint 2.1.10-22 rebuild with extra 1.6.12 Modified: hlint/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 01:53:11 UTC (rev 384760) +++ PKGBUILD2018-09-25 01:54:15 UTC (rev 384761) @@ -3,7 +3,7 @@ pkgname=hlint pkgver=2.1.10 -pkgrel=21 +pkgrel=22 pkgdesc="Source code suggestions" url="http://community.haskell.org/~ndm/hlint/"; license=("custom:BSD3")
[arch-commits] Commit in hledger-web/repos (2 files)
Date: Tuesday, September 25, 2018 @ 01:53:11 Author: felixonmars Revision: 384760 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 384759, hledger-web/trunk/PKGBUILD) --+ PKGBUILD | 52 1 file changed, 52 insertions(+) Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 384759, hledger-web/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 01:53:11 UTC (rev 384760) @@ -0,0 +1,52 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger-web +pkgver=1.10 +pkgrel=75 +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-blaze-html' 'haskell-blaze-markup' + 'haskell-case-insensitive' 'haskell-clientsession' 'haskell-cmdargs' 'haskell-conduit' + 'haskell-data-default' + 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 'haskell-hunit' + '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=('37be7468f4c64dfff852759b35d5f41406b8a49ab75dec621319680cea3536b009e3dcc02c3447df5af5818f64613740db64faa9142ec07d403f404e5f4e7e95') + +prepare() { +cd $pkgname-$pkgver +sed -i '/semigroups/d' $pkgname.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-dev -f-library-only -fthreaded +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $pkgname-$pkgver +runhaskell Setup test +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in hledger-web/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 01:52:54 Author: felixonmars Revision: 384759 upgpkg: hledger-web 1.10-75 rebuild with extra 1.6.12 Modified: hledger-web/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 01:51:34 UTC (rev 384758) +++ PKGBUILD2018-09-25 01:52:54 UTC (rev 384759) @@ -3,7 +3,7 @@ pkgname=hledger-web pkgver=1.10 -pkgrel=74 +pkgrel=75 pkgdesc="Web interface for the hledger accounting tool" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in hledger-ui/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 01:51:18 Author: felixonmars Revision: 384757 upgpkg: hledger-ui 1.10-44 rebuild with extra 1.6.12 Modified: hledger-ui/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 01:50:23 UTC (rev 384756) +++ PKGBUILD2018-09-25 01:51:18 UTC (rev 384757) @@ -3,7 +3,7 @@ pkgname=hledger-ui pkgver=1.10 -pkgrel=43 +pkgrel=44 pkgdesc="Curses-style user interface for the hledger accounting tool" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in hledger-ui/repos (2 files)
Date: Tuesday, September 25, 2018 @ 01:51:34 Author: felixonmars Revision: 384758 archrelease: copy trunk to community-staging-x86_64 Added: hledger-ui/repos/community-staging-x86_64/ hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 384757, hledger-ui/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 384757, hledger-ui/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 01:51:34 UTC (rev 384758) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger-ui +pkgver=1.10 +pkgrel=44 +pkgdesc="Curses-style user interface for the hledger accounting tool" +url="http://hledger.org"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 'haskell-async' + 'haskell-base-compat-batteries' 'haskell-cmdargs' 'haskell-data-default' 'haskell-fsnotify' + 'haskell-hunit' 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec' + 'haskell-pretty-show' 'haskell-safe' 'haskell-split' 'haskell-text-zipper' + 'haskell-vector' 'haskell-brick' 'haskell-vty') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('a493cb27f3d5ca184a46e7bb43fe14d5e7286ca6e15fa134eac966e969d45fde7c09dc1f5965f4c27609bc2b0d81bfca4c20d8242cd43bbc19e0e4ea8747c5ee') + +prepare() { +# It does nothing +sed -e '/mtl-compat/d' \ +-i ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup configure -O --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ +-fthreaded +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in hledger-api/repos (2 files)
Date: Tuesday, September 25, 2018 @ 01:50:23 Author: felixonmars Revision: 384756 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 384755, hledger-api/trunk/PKGBUILD) --+ PKGBUILD | 31 +++ 1 file changed, 31 insertions(+) Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 384755, hledger-api/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 01:50:23 UTC (rev 384756) @@ -0,0 +1,31 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger-api +pkgver=1.10 +pkgrel=58 +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=('8c51c80ae911782fac5108949d67d52c81bdbafc562eeea9fc817a29362da85f7dd4a2d860d2fb25bea880df786e4886dca9561c9b2b9c7d7f2a4ecef6091834') + +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: Tuesday, September 25, 2018 @ 01:50:06 Author: felixonmars Revision: 384755 upgpkg: hledger-api 1.10-58 rebuild with extra 1.6.12 Modified: hledger-api/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 01:48:55 UTC (rev 384754) +++ PKGBUILD2018-09-25 01:50:06 UTC (rev 384755) @@ -3,7 +3,7 @@ pkgname=hledger-api pkgver=1.10 -pkgrel=57 +pkgrel=58 pkgdesc="Web API server for the hledger accounting tool" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in hledger/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 01:48:38 Author: felixonmars Revision: 384753 upgpkg: hledger 1.10-24 rebuild with extra 1.6.12 Modified: hledger/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 01:47:28 UTC (rev 384752) +++ PKGBUILD2018-09-25 01:48:38 UTC (rev 384753) @@ -3,7 +3,7 @@ pkgname=hledger pkgver=1.10 -pkgrel=23 +pkgrel=24 pkgdesc="Command-line interface for the hledger accounting tool" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in hledger/repos (2 files)
Date: Tuesday, September 25, 2018 @ 01:48:55 Author: felixonmars Revision: 384754 archrelease: copy trunk to community-staging-x86_64 Added: hledger/repos/community-staging-x86_64/ hledger/repos/community-staging-x86_64/PKGBUILD (from rev 384753, hledger/trunk/PKGBUILD) --+ PKGBUILD | 52 1 file changed, 52 insertions(+) Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 384753, hledger/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 01:48:55 UTC (rev 384754) @@ -0,0 +1,52 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger +pkgver=1.10 +pkgrel=24 +pkgdesc="Command-line interface for the hledger accounting tool" +url="http://hledger.org"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 'haskell-cmdargs' + 'haskell-csv' 'haskell-data-default' 'haskell-decimal' 'haskell-diff' 'haskell-file-embed' + 'haskell-hashable' 'haskell-here' 'haskell-hledger-lib' 'haskell-hunit' 'haskell-lucid' + 'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show' + 'haskell-regex-tdfa' 'haskell-safe' 'haskell-shakespeare' 'haskell-split' 'haskell-tabular' + 'haskell-temporary' 'haskell-unordered-containers' 'haskell-utf8-string' + 'haskell-utility-ht' 'haskell-wizards') +makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('45beedfb3db6cf83c06845878759b3f636404b0fab1c1bda3cda09c03f8d79ac2cce237c97a2d934860dfe3a8a1e30e3facdd63f5100954f6148d5768977078a') + +prepare() { +# It does nothing +sed -e '/mtl-compat/d' \ +-i ${pkgname}-${pkgver}/${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 \ +-fterminfo -fthreaded +LC_CTYPE=en_US.UTF-8 runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $pkgname-$pkgver +runhaskell Setup test +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-shake/repos (2 files)
Date: Tuesday, September 25, 2018 @ 01:47:28 Author: felixonmars Revision: 384752 archrelease: copy trunk to community-staging-x86_64 Added: haskell-shake/repos/community-staging-x86_64/ haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 384751, haskell-shake/trunk/PKGBUILD) --+ PKGBUILD | 55 +++ 1 file changed, 55 insertions(+) Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 384751, haskell-shake/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 01:47:28 UTC (rev 384752) @@ -0,0 +1,55 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=shake +pkgname=haskell-shake +pkgver=0.16.4 +pkgrel=94 +pkgdesc="Build system library, like Make, but more accurate dependencies." +url="http://shakebuild.com"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-extra' 'haskell-hashable' 'haskell-js-flot' 'haskell-js-jquery' + 'haskell-primitive' 'haskell-random' 'haskell-unordered-containers' 'haskell-utf8-string') +makedepends=('ghc' 'haskell-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('4a517a3730836d5e31c700e455f738d7798460525efdb25499b52fd579dfaaad9d3758fa924b720e1a6c803419eeefdbcc52cec5d60cb5917ae6334454935246') + +prepare() { +cd $_hkgname-$pkgver +sed -i 's/ghc --make/ghc -dynamic --make/' src/Test/Command.hs +sed -e 's/runhaskell Setup.hs configure/runhaskell Setup.hs configure --enable-executable-dynamic --disable-library-vanilla/' \ +-e 's/ghc -fno-code/ghc -dynamic -fno-code/' \ +-i src/Test/Docs.hs +sed -i 's/cmd "ghc" flags/cmd "ghc" "-dynamic" flags/' src/Test/Self.hs +sed -i 's/ghc --make/ghc -dynamic --make/' docs/manual/build.sh +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-portable +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-shake/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 01:47:11 Author: felixonmars Revision: 384751 upgpkg: haskell-shake 0.16.4-94 rebuild with extra 1.6.12 Modified: haskell-shake/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 01:40:34 UTC (rev 384750) +++ PKGBUILD2018-09-25 01:47:11 UTC (rev 384751) @@ -4,7 +4,7 @@ _hkgname=shake pkgname=haskell-shake pkgver=0.16.4 -pkgrel=93 +pkgrel=94 pkgdesc="Build system library, like Make, but more accurate dependencies." url="http://shakebuild.com"; license=("custom:BSD3")
[arch-commits] Commit in haskell-hledger-lib/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 01:40:17 Author: felixonmars Revision: 384749 upgpkg: haskell-hledger-lib 1.10-15 rebuild with extra 1.6.12 Modified: haskell-hledger-lib/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 01:33:27 UTC (rev 384748) +++ PKGBUILD2018-09-25 01:40:17 UTC (rev 384749) @@ -4,7 +4,7 @@ _hkgname=hledger-lib pkgname=haskell-hledger-lib pkgver=1.10 -pkgrel=14 +pkgrel=15 pkgdesc="Core data types, parsers and functionality for the hledger accounting tools" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in haskell-hledger-lib/repos (2 files)
Date: Tuesday, September 25, 2018 @ 01:40:34 Author: felixonmars Revision: 384750 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hledger-lib/repos/community-staging-x86_64/ haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD (from rev 384749, haskell-hledger-lib/trunk/PKGBUILD) --+ PKGBUILD | 53 + 1 file changed, 53 insertions(+) Copied: haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD (from rev 384749, haskell-hledger-lib/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 01:40:34 UTC (rev 384750) @@ -0,0 +1,53 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hledger-lib +pkgname=haskell-hledger-lib +pkgver=1.10 +pkgrel=15 +pkgdesc="Core data types, parsers and functionality for the hledger accounting tools" +url="http://hledger.org"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 'haskell-blaze-markup' + 'haskell-cmdargs' 'haskell-csv' 'haskell-data-default' 'haskell-decimal' 'haskell-extra' + 'haskell-hashtables' 'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show' + 'haskell-regex-tdfa' 'haskell-safe' 'haskell-split' 'haskell-tabular' 'haskell-uglymemo' + 'haskell-utf8-string' 'haskell-hunit') +makedepends=('ghc' 'haskell-doctest' 'haskell-easytest' 'haskell-glob' 'haskell-parser-combinators' + 'haskell-test-framework' 'haskell-test-framework-hunit') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('4ef569d05e29c49ecff4c61b71bf3e1992fd3811c3663570eabb0370065b066f4b3323f714d376ac0f49841fd0a3c739ed4a8a21c00da0f94982c57cf0507ba7') + +prepare() { +# It does nothing +sed -e '/mtl-compat/d' \ +-i ${_hkgname}-${pkgver}/${_hkgname}.cabal +} + +build() { +cd "${srcdir}/${_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 "${srcdir}/${_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}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in git-annex/repos (3 files)
Date: Tuesday, September 25, 2018 @ 01:33:27 Author: felixonmars Revision: 384748 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 384747, git-annex/trunk/PKGBUILD) git-annex/repos/community-staging-x86_64/ghc-8.4.patch (from rev 384747, git-annex/trunk/ghc-8.4.patch) ---+ PKGBUILD | 53 ghc-8.4.patch | 121 2 files changed, 174 insertions(+) Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 384747, git-annex/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 01:33:27 UTC (rev 384748) @@ -0,0 +1,53 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=git-annex +pkgver=6.20180913 +pkgrel=18 +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-esqueleto' '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-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" \ +-fconcurrentoutput -ftorrentparser \ +-f-androidsplice -f-android -fproduction -fpairing -fwebapp \ +-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime + 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 +} Copied: git-annex/repos/community-staging-x86_64/ghc-8.4.patch (from rev 384747, git-annex/trunk/ghc-8.4.patch) === --- community-staging-x86_64/ghc-8.4.patch (rev 0) +++ community-staging-x86_64/ghc-8.4.patch 2018-09-25 01:33:27 UTC (rev 384748) @@ -0,0 +1,121 @@ +diff --git a/Command/Info.hs b/Command/Info.hs +index c9a314056a..3ae82f5532 100644 +--- a/Command/Info.hs b/Command/Info.hs +@@ -56,15 +56,17 @@ data KeyData = KeyData + , backendsKeys :: M.Map KeyVariety Integer + } + +-instance Monoid KeyData where +- mempty = KeyData 0 0 0 M.empty +- mappend a b = KeyData ++instance Semigroup KeyData where ++ a <> b = KeyData + { countKeys = countKeys a + countKeys b + , sizeKeys = sizeKeys a + sizeKeys b + , unknownSizeKeys = unknownSizeKeys a + unknownSizeKeys b + , backendsKeys = backendsKeys a <> backendsKeys b + } + ++instance Monoid KeyData where ++ mempty = KeyData 0 0 0 M.empty ++ + data NumCopiesStats = NumCopiesStats + { numCopiesVarianceMap :: M.Map Variance Integer + } +diff --git a/Git/Fsck.hs
[arch-commits] Commit in git-annex/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 01:33:10 Author: felixonmars Revision: 384747 upgpkg: git-annex 6.20180913-18 rebuild with extra 1.6.12 Modified: git-annex/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 01:28:06 UTC (rev 384746) +++ PKGBUILD2018-09-25 01:33:10 UTC (rev 384747) @@ -3,7 +3,7 @@ pkgname=git-annex pkgver=6.20180913 -pkgrel=17 +pkgrel=18 pkgdesc="Manage files with git, without checking their contents into git" url="http://git-annex.branchable.com/"; license=("AGPL3")
[arch-commits] Commit in haskell-fdo-notify/repos (2 files)
Date: Tuesday, September 25, 2018 @ 01:28:06 Author: felixonmars Revision: 384746 archrelease: copy trunk to community-staging-x86_64 Added: haskell-fdo-notify/repos/community-staging-x86_64/ haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 384745, haskell-fdo-notify/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 384745, haskell-fdo-notify/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 01:28:06 UTC (rev 384746) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=fdo-notify +pkgname=haskell-fdo-notify +pkgver=0.3.1 +pkgrel=99 +pkgdesc="Desktop Notifications client" +url="http://bitbucket.org/taejo/fdo-notify/"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' "haskell-dbus") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('d9193899d5eebd7c36e9464571827bd5b560fcc156e89822877b3b67a1f376c7abea9958f7e0aa6f79da06ad5f35a8738ad30a40d447b64ad557ed341054e6b6') + +build() { +cd "${srcdir}/${_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 "${srcdir}/${_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-fdo-notify/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 01:27:50 Author: felixonmars Revision: 384745 upgpkg: haskell-fdo-notify 0.3.1-99 rebuild with extra 1.6.12 Modified: haskell-fdo-notify/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 01:26:52 UTC (rev 384744) +++ PKGBUILD2018-09-25 01:27:50 UTC (rev 384745) @@ -4,7 +4,7 @@ _hkgname=fdo-notify pkgname=haskell-fdo-notify pkgver=0.3.1 -pkgrel=98 +pkgrel=99 pkgdesc="Desktop Notifications client" url="http://bitbucket.org/taejo/fdo-notify/"; license=("custom:BSD3")
[arch-commits] Commit in haskell-dbus/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 01:26:34 Author: felixonmars Revision: 384743 upgpkg: haskell-dbus 1.0.1-60 rebuild with extra 1.6.12 Modified: haskell-dbus/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 01:26:31 UTC (rev 384742) +++ PKGBUILD2018-09-25 01:26:34 UTC (rev 384743) @@ -4,7 +4,7 @@ _hkgname=dbus pkgname=haskell-dbus pkgver=1.0.1 -pkgrel=59 +pkgrel=60 pkgdesc="A client library for the D-Bus IPC system" url="https://john-millikin.com/software/haskell-dbus/"; license=("GPL3")
[arch-commits] Commit in haskell-dbus/repos (2 files)
Date: Tuesday, September 25, 2018 @ 01:26:52 Author: felixonmars Revision: 384744 archrelease: copy trunk to community-staging-x86_64 Added: haskell-dbus/repos/community-staging-x86_64/ haskell-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 384743, haskell-dbus/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: haskell-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 384743, haskell-dbus/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 01:26:52 UTC (rev 384744) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=dbus +pkgname=haskell-dbus +pkgver=1.0.1 +pkgrel=60 +pkgdesc="A client library for the D-Bus IPC system" +url="https://john-millikin.com/software/haskell-dbus/"; +license=("GPL3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-cereal' 'haskell-lens' 'haskell-libxml-sax' 'haskell-network' + 'haskell-random' 'haskell-split' 'haskell-th-lift' + 'haskell-vector' 'haskell-xml-types') +makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 'haskell-tasty' + 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('e50b388de40d39761338045a92a848d65fc049594b0ee59505a2ac1a1bbf54cb6e8278f9d08abcdd3cae87650405f78f80bce680b9c3c4950d1b848a990e544b') + +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}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt" +}
[arch-commits] Commit in python-oslo-serialization/repos/community-any (2 files)
Date: Tuesday, September 25, 2018 @ 01:26:31 Author: felixonmars Revision: 384742 archrelease: copy trunk to community-any Added: python-oslo-serialization/repos/community-any/PKGBUILD (from rev 384741, python-oslo-serialization/trunk/PKGBUILD) Deleted: python-oslo-serialization/repos/community-any/PKGBUILD --+ PKGBUILD | 114 + 1 file changed, 56 insertions(+), 58 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-25 01:26:10 UTC (rev 384741) +++ PKGBUILD2018-09-25 01:26:31 UTC (rev 384742) @@ -1,58 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-oslo-serialization -pkgname=(python-oslo-serialization python2-oslo-serialization) -pkgver=2.27.0 -pkgrel=2 -pkgdesc="Oslo Serialization library" -arch=('any') -url="http://docs.openstack.org/developer/oslo.serialization"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-babel' - 'python2-babel' 'python-msgpack' 'python2-msgpack' 'python-oslo-utils' - 'python2-oslo-utils' 'python-pytz' 'python2-pytz') -checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress' - 'python-testrepository' 'python2-testrepository') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz";) -sha512sums=('46cec3ad6b2bf256484539d38cb38dc71c234e8101be08416ea8c6253f388014904faf81254d768fc27f6611bf0e9e03f580c0c7dc9187a2db3debf9075ecee1') - -export PBR_VERSION=$pkgver - -prepare() { - cp -a oslo.serialization-$pkgver{,-py2} -} - -build() { - cd "$srcdir"/oslo.serialization-$pkgver - python setup.py build - - cd "$srcdir"/oslo.serialization-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.serialization-$pkgver - python setup.py testr || warning "Tests failed" - - cd "$srcdir"/oslo.serialization-$pkgver-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-serialization() { - depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 'python-oslo-utils' - 'python-pytz') - - cd "$srcdir"/oslo.serialization-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-serialization() { - depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-msgpack' 'python2-oslo-utils' - 'python2-pytz') - - cd "$srcdir"/oslo.serialization-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-serialization/repos/community-any/PKGBUILD (from rev 384741, python-oslo-serialization/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-25 01:26:31 UTC (rev 384742) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan + +pkgbase=python-oslo-serialization +pkgname=(python-oslo-serialization python2-oslo-serialization) +pkgver=2.28.0 +pkgrel=1 +pkgdesc="Oslo Serialization library" +arch=('any') +url="http://docs.openstack.org/developer/oslo.serialization"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-babel' + 'python2-babel' 'python-msgpack' 'python2-msgpack' 'python-oslo-utils' + 'python2-oslo-utils' 'python-pytz' 'python2-pytz') +checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz";) +sha512sums=('ee2f93fbfc5a5925fc6d7dbb5d622304e30e14d44e36372e5f90ce3daddb7aa7fea831b23548917ac983ebbe95b11e8435dc275d73e518b3c441a924bb4b1fc1') + +export PBR_VERSION=$pkgver + +prepare() { + cp -a oslo.serialization-$pkgver{,-py2} +} + +build() { + cd "$srcdir"/oslo.serialization-$pkgver + python setup.py build + + cd "$srcdir"/oslo.serialization-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.serialization-$pkgver + stestr run || warning "Tests failed" + + cd "$srcdir"/oslo.serialization-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-serialization() { + depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 'python-oslo-utils' + 'python-pytz') + + cd "$srcdir"/oslo.serialization-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-oslo-serialization() { + depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-msgpack' 'python2-oslo-utils' + 'python2-pytz') + + cd "$srcdir"/oslo.serialization-$pkgver-py2 + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-serialization/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 01:26:10 Author: felixonmars Revision: 384741 upgpkg: python-oslo-serialization 2.28.0-1 Modified: python-oslo-serialization/trunk/PKGBUILD --+ PKGBUILD | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 01:25:03 UTC (rev 384740) +++ PKGBUILD2018-09-25 01:26:10 UTC (rev 384741) @@ -2,8 +2,8 @@ pkgbase=python-oslo-serialization pkgname=(python-oslo-serialization python2-oslo-serialization) -pkgver=2.27.0 -pkgrel=2 +pkgver=2.28.0 +pkgrel=1 pkgdesc="Oslo Serialization library" arch=('any') url="http://docs.openstack.org/developer/oslo.serialization"; @@ -11,10 +11,9 @@ makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-babel' 'python2-babel' 'python-msgpack' 'python2-msgpack' 'python-oslo-utils' 'python2-oslo-utils' 'python-pytz' 'python2-pytz') -checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress' - 'python-testrepository' 'python2-testrepository') +checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress') source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz";) -sha512sums=('46cec3ad6b2bf256484539d38cb38dc71c234e8101be08416ea8c6253f388014904faf81254d768fc27f6611bf0e9e03f580c0c7dc9187a2db3debf9075ecee1') +sha512sums=('ee2f93fbfc5a5925fc6d7dbb5d622304e30e14d44e36372e5f90ce3daddb7aa7fea831b23548917ac983ebbe95b11e8435dc275d73e518b3c441a924bb4b1fc1') export PBR_VERSION=$pkgver @@ -32,10 +31,10 @@ check() { cd "$srcdir"/oslo.serialization-$pkgver - python setup.py testr || warning "Tests failed" + stestr run || warning "Tests failed" cd "$srcdir"/oslo.serialization-$pkgver-py2 - PYTHON=python2 python2 setup.py testr + PYTHON=python2 stestr2 run } package_python-oslo-serialization() {
[arch-commits] Commit in haskell-extra/repos (2 files)
Date: Tuesday, September 25, 2018 @ 01:25:03 Author: felixonmars Revision: 384740 archrelease: copy trunk to community-staging-x86_64 Added: haskell-extra/repos/community-staging-x86_64/ haskell-extra/repos/community-staging-x86_64/PKGBUILD (from rev 384739, haskell-extra/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-extra/repos/community-staging-x86_64/PKGBUILD (from rev 384739, haskell-extra/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 01:25:03 UTC (rev 384740) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=extra +pkgname=haskell-extra +pkgver=1.6.12 +pkgrel=1 +pkgdesc="Extra functions I use." +url="https://github.com/ndmitchell/extra#readme"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-clock') +makedepends=('ghc' 'haskell-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('8065ae0c50bb4c7b0320e3eef6effc83e0606f443d676c70badea94b9d12aa1a33f04d30abd6ac6124a49573f92fbf592739655b04ad895ea1fb6c0c711b0518') + +build() { +cd "${srcdir}/${_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 "${srcdir}/${_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-extra/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 01:24:45 Author: felixonmars Revision: 384739 upgpkg: haskell-extra 1.6.12-1 rebuild with extra 1.6.12 Modified: haskell-extra/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 01:22:56 UTC (rev 384738) +++ PKGBUILD2018-09-25 01:24:45 UTC (rev 384739) @@ -3,7 +3,7 @@ _hkgname=extra pkgname=haskell-extra -pkgver=1.6.11 +pkgver=1.6.12 pkgrel=1 pkgdesc="Extra functions I use." url="https://github.com/ndmitchell/extra#readme"; @@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-clock') makedepends=('ghc' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('a09588cea501eee857bba6d0fcaa8c2aae2204de82ce056f0e09519c55ff0881677bef51263d5c0e3b5b5e4f9e51109061de7828751e9e8d2d6cf22771211c9d') +sha512sums=('8065ae0c50bb4c7b0320e3eef6effc83e0606f443d676c70badea94b9d12aa1a33f04d30abd6ac6124a49573f92fbf592739655b04ad895ea1fb6c0c711b0518') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
[arch-commits] Commit in python-oslo-log/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, September 25, 2018 @ 01:22:56 Author: felixonmars Revision: 384738 archrelease: copy trunk to community-any Added: python-oslo-log/repos/community-any/PKGBUILD (from rev 384737, python-oslo-log/trunk/PKGBUILD) Deleted: python-oslo-log/repos/community-any/PKGBUILD --+ PKGBUILD | 134 ++--- 1 file changed, 66 insertions(+), 68 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-25 01:22:36 UTC (rev 384737) +++ PKGBUILD2018-09-25 01:22:56 UTC (rev 384738) @@ -1,68 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-log -pkgname=(python-oslo-log python2-oslo-log) -pkgver=3.39.0 -pkgrel=1 -pkgdesc="Oslo Logging Library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.log/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-oslo-config' - 'python2-oslo-config' 'python-oslo-context' 'python2-oslo-context' 'python-oslo-i18n' - 'python2-oslo-i18n' 'python-oslo-utils' 'python2-oslo-utils' 'python-oslo-serialization' - 'python2-oslo-serialization' 'python-debtcollector' 'python2-debtcollector' - 'python-pyinotify' 'python2-pyinotify' 'python-dateutil' 'python2-dateutil' - 'python-monotonic' 'python2-monotonic') -checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 'python2-oslotest' - 'python-testrepository' 'python2-testrepository') -options=('!emptydirs') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.log/archive/$pkgver.tar.gz";) -sha512sums=('ce8451d857ce3e85dbb61fccad6a9a96cc5e99d0fdc34f7d1126d04fade65dace1c78104996caf485d381b375a6799a51bcc760da351cf0176b30d3c79d7c506') - -prepare() { - sed -i 's/unittest2/unittest/g' oslo.log-$pkgver/oslo_log/tests/unit/*.py - cp -a oslo.log-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.log-$pkgver - python setup.py build - - cd "$srcdir"/oslo.log-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.log-$pkgver - python setup.py testr || warning "Tests failed" - - cd "$srcdir"/oslo.log-$pkgver-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-log() { - depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-context' 'python-oslo-i18n' - 'python-oslo-utils' 'python-oslo-serialization' 'python-debtcollector' 'python-pyinotify' - 'python-dateutil' 'python-monotonic') - - cd "$srcdir"/oslo.log-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-oslo-log() { - depends=('python2-six' 'python2-pbr' 'python2-oslo-config' 'python2-oslo-context' 'python2-oslo-i18n' - 'python2-oslo-utils' 'python2-oslo-serialization' 'python2-debtcollector' 'python2-pyinotify' - 'python2-dateutil' 'python2-monotonic') - - cd "$srcdir"/oslo.log-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 - - mv "$pkgdir"/usr/bin/convert-json{,2} -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-log/repos/community-any/PKGBUILD (from rev 384737, python-oslo-log/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-25 01:22:56 UTC (rev 384738) @@ -0,0 +1,66 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-log +pkgname=(python-oslo-log python2-oslo-log) +pkgver=3.40.0 +pkgrel=1 +pkgdesc="Oslo Logging Library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.log/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-oslo-config' + 'python2-oslo-config' 'python-oslo-context' 'python2-oslo-context' 'python-oslo-i18n' + 'python2-oslo-i18n' 'python-oslo-utils' 'python2-oslo-utils' 'python-oslo-serialization' + 'python2-oslo-serialization' 'python-debtcollector' 'python2-debtcollector' + 'python-pyinotify' 'python2-pyinotify' 'python-dateutil' 'python2-dateutil' + 'python-monotonic' 'python2-monotonic') +checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 'python2-oslotest') +options=('!emptydirs') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.log/archive/$pkgver.tar.gz";) +sha512sums=('c0236ce793a7e89970b3ed97a336f8b15c39f459ddbb7b7a5b3abcd4d7d2f60b1d1402e3777db649d9992038528a951681412ca38128e69d7c582ec0e85987c9') + +prepare() { + sed -i 's/unittest2/unittest/g' oslo.log-$pkgver/oslo_log/tests/unit/*.py + cp -a oslo.log-$pkgver{,-py2} + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.log-$pkgver + python setup.py build + + cd "$srcdir"/oslo.log-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$src
[arch-commits] Commit in python-oslo-log/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 01:22:36 Author: felixonmars Revision: 384737 upgpkg: python-oslo-log 3.40.0-1 Modified: python-oslo-log/trunk/PKGBUILD --+ PKGBUILD | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 01:20:36 UTC (rev 384736) +++ PKGBUILD2018-09-25 01:22:36 UTC (rev 384737) @@ -3,7 +3,7 @@ pkgbase=python-oslo-log pkgname=(python-oslo-log python2-oslo-log) -pkgver=3.39.0 +pkgver=3.40.0 pkgrel=1 pkgdesc="Oslo Logging Library" arch=('any') @@ -15,11 +15,10 @@ 'python2-oslo-serialization' 'python-debtcollector' 'python2-debtcollector' 'python-pyinotify' 'python2-pyinotify' 'python-dateutil' 'python2-dateutil' 'python-monotonic' 'python2-monotonic') -checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 'python2-oslotest' - 'python-testrepository' 'python2-testrepository') +checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 'python2-oslotest') options=('!emptydirs') source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.log/archive/$pkgver.tar.gz";) -sha512sums=('ce8451d857ce3e85dbb61fccad6a9a96cc5e99d0fdc34f7d1126d04fade65dace1c78104996caf485d381b375a6799a51bcc760da351cf0176b30d3c79d7c506') +sha512sums=('c0236ce793a7e89970b3ed97a336f8b15c39f459ddbb7b7a5b3abcd4d7d2f60b1d1402e3777db649d9992038528a951681412ca38128e69d7c582ec0e85987c9') prepare() { sed -i 's/unittest2/unittest/g' oslo.log-$pkgver/oslo_log/tests/unit/*.py @@ -38,10 +37,10 @@ check() { cd "$srcdir"/oslo.log-$pkgver - python setup.py testr || warning "Tests failed" + stestr run || warning "Tests failed" cd "$srcdir"/oslo.log-$pkgver-py2 - PYTHON=python2 python2 setup.py testr + PYTHON=python2 stestr2 run } package_python-oslo-log() {
[arch-commits] Commit in hedgewars/repos (2 files)
Date: Tuesday, September 25, 2018 @ 01:04:44 Author: felixonmars Revision: 384730 archrelease: copy trunk to community-staging-x86_64 Added: hedgewars/repos/community-staging-x86_64/ hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 384729, hedgewars/trunk/PKGBUILD) --+ PKGBUILD | 54 ++ 1 file changed, 54 insertions(+) Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 384729, hedgewars/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 01:04:44 UTC (rev 384730) @@ -0,0 +1,54 @@ +# Maintainer: Felix Yan +# Contributor: Sergej Pupykin +# Contributor: Tinxy + +pkgname=hedgewars +pkgver=0.9.24.1 +pkgrel=59 +pkgdesc="Turn-based strategy artillery game similiar to Worms" +arch=('x86_64') +url="https://hedgewars.org"; +license=('GPL' 'custom') +depends=('qt5-base' 'sdl2' 'sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 'lua51' 'ffmpeg' 'glut' + 'physfs' 'ghc-libs' 'haskell-entropy' 'haskell-sha' 'haskell-random' 'haskell-regex-tdfa' + 'haskell-sandi' 'haskell-hslogger' 'haskell-utf8-string' 'haskell-vector') +makedepends=('fpc' 'cmake' 'qt5-tools' 'ghc' 'haskell-network' 'haskell-bytestring-show' + 'haskell-zlib' 'haskell-base-prelude' 'imagemagick' 'mesa') +source=("https://www.hedgewars.org/download/releases/hedgewars-src-$pkgver.tar.bz2";) +sha512sums=('b0b166c807e0d08a763e5e88e178d6e629baa420685bbfe381db7b5ecf003175892f8c2e3b75f1f6d7663335bd5b417d1a2afdc89b9d56b348b056ee3490ed2f') + +prepare() { + cd hedgewars-src-$pkgver + sed -i 's|set(ghc_flags|set(ghc_flags -dynamic|' gameServer/CMakeLists.txt +} + +build() { + cd hedgewars-src-$pkgver + cmake \ +-DCMAKE_BUILD_TYPE="Release" \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DDATA_INSTALL_DIR=/usr/share/hedgewars \ +-DNOSERVER=0 \ +. + make + + # resize icon + for _size in 16 32 48 64 128 256; do +convert misc/hedgewars.png -resize ${_size}x${_size} hedgewars_${_size}.png + done +} + +package() { + cd hedgewars-src-$pkgver + make DESTDIR="$pkgdir" install + install -D -m644 Fonts_LICENSE.txt "$pkgdir"/usr/share/licenses/${pkgname}/Fonts_LICENSE.txt + + # install icons + install -D -m644 misc/hedgewars.png "$pkgdir"/usr/share/icons/hicolor/512x512/apps/hedgewars.png + for _size in 16 32 48 64 128 256; do +install -D -m644 hedgewars_${_size}.png "$pkgdir"/usr/share/icons/hicolor/${_size}x${_size}/apps/hedgewars.png + done + rm -rf "$pkgdir"/usr/share/pixmaps + + install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop "$pkgdir"/usr/share/applications/hedgewars.desktop +}
[arch-commits] Commit in hedgewars/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 01:04:23 Author: felixonmars Revision: 384729 upgpkg: hedgewars 0.9.24.1-59 rebuild with hslogger 1.2.12 Modified: hedgewars/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 00:58:50 UTC (rev 384728) +++ PKGBUILD2018-09-25 01:04:23 UTC (rev 384729) @@ -4,7 +4,7 @@ pkgname=hedgewars pkgver=0.9.24.1 -pkgrel=58 +pkgrel=59 pkgdesc="Turn-based strategy artillery game similiar to Worms" arch=('x86_64') url="https://hedgewars.org";
[arch-commits] Commit in haskell-configfile/repos (2 files)
Date: Tuesday, September 25, 2018 @ 00:58:50 Author: felixonmars Revision: 384728 archrelease: copy trunk to community-staging-x86_64 Added: haskell-configfile/repos/community-staging-x86_64/ haskell-configfile/repos/community-staging-x86_64/PKGBUILD (from rev 384727, haskell-configfile/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: haskell-configfile/repos/community-staging-x86_64/PKGBUILD (from rev 384727, haskell-configfile/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 00:58:50 UTC (rev 384728) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=ConfigFile +pkgname=haskell-configfile +pkgver=1.1.4 +pkgrel=37 +pkgdesc="Configuration file reading & writing" +url="http://software.complete.org/configfile"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-missingh') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('4455110c95172461b2d82ae88ba4f386d5e49ddd7f7def83714d2f6198090f0d121166eece3efa735341da9bbc0029e704be00d3e671d24ad27e838dfe913776') + +build() { +cd "${srcdir}/${_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 \ +-f-buildtests +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}/${_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 "COPYRIGHT" "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT" +}
[arch-commits] Commit in haskell-configfile/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:58:27 Author: felixonmars Revision: 384726 upgpkg: haskell-configfile 1.1.4-37 rebuild with hslogger 1.2.12 Modified: haskell-configfile/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 00:58:09 UTC (rev 384725) +++ PKGBUILD2018-09-25 00:58:27 UTC (rev 384726) @@ -4,7 +4,7 @@ _hkgname=ConfigFile pkgname=haskell-configfile pkgver=1.1.4 -pkgrel=36 +pkgrel=37 pkgdesc="Configuration file reading & writing" url="http://software.complete.org/configfile"; license=("custom:BSD3")
[arch-commits] Commit in python-oslo-db/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:58:35 Author: felixonmars Revision: 384727 archrelease: copy trunk to community-any Added: python-oslo-db/repos/community-any/PKGBUILD (from rev 384725, python-oslo-db/trunk/PKGBUILD) Deleted: python-oslo-db/repos/community-any/PKGBUILD --+ PKGBUILD | 133 ++--- 1 file changed, 66 insertions(+), 67 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-25 00:58:27 UTC (rev 384726) +++ PKGBUILD2018-09-25 00:58:35 UTC (rev 384727) @@ -1,67 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-db -pkgname=(python-oslo-db python2-oslo-db) -pkgver=4.40.0 -pkgrel=2 -pkgdesc="OpenStack Database Pattern Library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.db/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-alembic' - 'python2-alembic' 'python-debtcollector' 'python2-debtcollector' 'python-oslo-i18n' - 'python2-oslo-i18n' 'python-oslo-config' 'python2-oslo-config' 'python-oslo-utils' - 'python2-oslo-utils' 'python-sqlalchemy' 'python2-sqlalchemy' - 'python-sqlalchemy-migrate' 'python2-sqlalchemy-migrate' 'python-stevedore' - 'python2-stevedore') -checkdepends=('python-mock' 'python2-mock' 'python-testrepository' 'python2-testrepository' - 'python-testresources' 'python2-testresources' 'python-oslotest' 'python2-oslotest' - 'python-oslo-context' 'python2-oslo-context' 'python2-unittest2') -options=('!emptydirs') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz";) -sha512sums=('47bde2fea3f7603e0052fe4ab649f93887f68f6425057e7e732092ed1f72a0b9917afbf9eab1bce92a40e6292fa64562ee117074744619126a794237627fb0b5') - -prepare() { - cp -a oslo.db-$pkgver{,-py2} - sed -i 's/import unittest2/import unittest as unittest2/' oslo.db-$pkgver/oslo_db/tests/sqlalchemy/test_async_eventlet.py - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.db-$pkgver - python setup.py build - - cd "$srcdir"/oslo.db-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.db-$pkgver - python setup.py testr - - cd "$srcdir"/oslo.db-$pkgver-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-db() { - depends=('python-six' 'python-pbr' 'python-alembic' 'python-debtcollector' 'python-oslo-i18n' - 'python-oslo-config' 'python-oslo-utils' 'python-sqlalchemy' 'python-sqlalchemy-migrate' - 'python-stevedore') - - cd "$srcdir"/oslo.db-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-oslo-db() { - depends=('python2-six' 'python2-pbr' 'python2-alembic' 'python2-debtcollector' 'python2-oslo-i18n' - 'python2-oslo-config' 'python2-oslo-utils' 'python2-sqlalchemy' - 'python2-sqlalchemy-migrate' 'python2-stevedore') - - cd "$srcdir"/oslo.db-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-db/repos/community-any/PKGBUILD (from rev 384725, python-oslo-db/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-25 00:58:35 UTC (rev 384727) @@ -0,0 +1,66 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-db +pkgname=(python-oslo-db python2-oslo-db) +pkgver=4.41.0 +pkgrel=1 +pkgdesc="OpenStack Database Pattern Library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.db/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-alembic' + 'python2-alembic' 'python-debtcollector' 'python2-debtcollector' 'python-oslo-i18n' + 'python2-oslo-i18n' 'python-oslo-config' 'python2-oslo-config' 'python-oslo-utils' + 'python2-oslo-utils' 'python-sqlalchemy' 'python2-sqlalchemy' + 'python-sqlalchemy-migrate' 'python2-sqlalchemy-migrate' 'python-stevedore' + 'python2-stevedore') +checkdepends=('python-mock' 'python2-mock' 'python-testresources' 'python2-testresources' + 'python-oslotest' 'python2-oslotest' 'python-oslo-context' 'python2-oslo-context' + 'python2-unittest2') +options=('!emptydirs') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz";) +sha512sums=('d18eafe76d1996da155529486fce89c76d30e329bebc8fb23e608832bb144907be0db7f5808f1dcd5134e5f43ec39f60eb87f19037db5aeede851d2109cdce9e') + +prepare() { + cp -a oslo.db-$pkgver{,-py2} + sed -i 's/import unittest2/import unittest as unittest2/' oslo.db-$pkgver/oslo_db/tests/sqlalchemy/test_async_eventlet.py + + export PBR_VERSION=$pkgver
[arch-commits] Commit in python-oslo-db/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:58:09 Author: felixonmars Revision: 384725 upgpkg: python-oslo-db 4.41.0-1 Modified: python-oslo-db/trunk/PKGBUILD --+ PKGBUILD | 16 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 00:57:43 UTC (rev 384724) +++ PKGBUILD2018-09-25 00:58:09 UTC (rev 384725) @@ -3,8 +3,8 @@ pkgbase=python-oslo-db pkgname=(python-oslo-db python2-oslo-db) -pkgver=4.40.0 -pkgrel=2 +pkgver=4.41.0 +pkgrel=1 pkgdesc="OpenStack Database Pattern Library" arch=('any') url="https://pypi.python.org/pypi/oslo.db/$pkgver"; @@ -15,12 +15,12 @@ 'python2-oslo-utils' 'python-sqlalchemy' 'python2-sqlalchemy' 'python-sqlalchemy-migrate' 'python2-sqlalchemy-migrate' 'python-stevedore' 'python2-stevedore') -checkdepends=('python-mock' 'python2-mock' 'python-testrepository' 'python2-testrepository' - 'python-testresources' 'python2-testresources' 'python-oslotest' 'python2-oslotest' - 'python-oslo-context' 'python2-oslo-context' 'python2-unittest2') +checkdepends=('python-mock' 'python2-mock' 'python-testresources' 'python2-testresources' + 'python-oslotest' 'python2-oslotest' 'python-oslo-context' 'python2-oslo-context' + 'python2-unittest2') options=('!emptydirs') source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz";) -sha512sums=('47bde2fea3f7603e0052fe4ab649f93887f68f6425057e7e732092ed1f72a0b9917afbf9eab1bce92a40e6292fa64562ee117074744619126a794237627fb0b5') +sha512sums=('d18eafe76d1996da155529486fce89c76d30e329bebc8fb23e608832bb144907be0db7f5808f1dcd5134e5f43ec39f60eb87f19037db5aeede851d2109cdce9e') prepare() { cp -a oslo.db-$pkgver{,-py2} @@ -39,10 +39,10 @@ check() { cd "$srcdir"/oslo.db-$pkgver - python setup.py testr + stestr run cd "$srcdir"/oslo.db-$pkgver-py2 - PYTHON=python2 python2 setup.py testr + PYTHON=python2 stestr2 run } package_python-oslo-db() {
[arch-commits] Commit in haskell-missingh/repos (2 files)
Date: Tuesday, September 25, 2018 @ 00:57:43 Author: felixonmars Revision: 384724 archrelease: copy trunk to community-staging-x86_64 Added: haskell-missingh/repos/community-staging-x86_64/ haskell-missingh/repos/community-staging-x86_64/PKGBUILD (from rev 384723, haskell-missingh/trunk/PKGBUILD) --+ PKGBUILD | 40 1 file changed, 40 insertions(+) Copied: haskell-missingh/repos/community-staging-x86_64/PKGBUILD (from rev 384723, haskell-missingh/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 00:57:43 UTC (rev 384724) @@ -0,0 +1,40 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=MissingH +pkgname=haskell-missingh +pkgver=1.4.0.1 +pkgrel=46 +pkgdesc="Large utility library" +url="http://software.complete.org/missingh"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' "haskell-hunit" "haskell-hslogger" "haskell-network" + "haskell-old-locale" "haskell-old-time" "haskell-random" + "haskell-regex-compat") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('baa6b445fed29678a284797641ec3a8eb5351e94be9ed8ea2886988c98c09a15e211ce517b04a3401404f3df46d452f6e4475e4ca49374ef7aef95981d861803') + +build() { +cd "${srcdir}/${_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 "${srcdir}/${_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-missingh/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:57:23 Author: felixonmars Revision: 384723 upgpkg: haskell-missingh 1.4.0.1-46 rebuild with hslogger 1.2.12 Modified: haskell-missingh/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 00:56:38 UTC (rev 384722) +++ PKGBUILD2018-09-25 00:57:23 UTC (rev 384723) @@ -4,7 +4,7 @@ _hkgname=MissingH pkgname=haskell-missingh pkgver=1.4.0.1 -pkgrel=45 +pkgrel=46 pkgdesc="Large utility library" url="http://software.complete.org/missingh"; license=("custom:BSD3")
[arch-commits] Commit in git-repair/repos (3 files)
Date: Tuesday, September 25, 2018 @ 00:56:38 Author: felixonmars Revision: 384722 archrelease: copy trunk to community-staging-x86_64 Added: git-repair/repos/community-staging-x86_64/ git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 384721, git-repair/trunk/PKGBUILD) git-repair/repos/community-staging-x86_64/ghc-8.4.patch (from rev 384721, git-repair/trunk/ghc-8.4.patch) ---+ PKGBUILD | 41 + ghc-8.4.patch | 29 + 2 files changed, 70 insertions(+) Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 384721, git-repair/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 00:56:38 UTC (rev 384722) @@ -0,0 +1,41 @@ +# Maintainer: Felix Yan + +pkgname=git-repair +pkgver=1.20170626 +pkgrel=47 +pkgdesc="Repairs a damaged git repisitory" +url="http://git-repair.branchable.com/"; +license=("GPL") +arch=('x86_64') +depends=('git' 'ghc-libs' 'haskell-async' 'haskell-data-default' 'haskell-exceptions' + 'haskell-hslogger' 'haskell-ifelse' 'haskell-network' 'haskell-network-uri' + 'haskell-optparse-applicative' 'haskell-quickcheck' 'haskell-split' + 'haskell-unix-compat' 'haskell-utf8-string') +makedepends=('ghc') +source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver" +ghc-8.4.patch) +sha512sums=('SKIP' + '7aefb60b5857252bb5b9212865ecc6da0727ec24422fa75fd7442108483e63560bb71d5782c580735ac640d9ec1131cda68882d097ebbd5e2681a9fab4ccebd2') + +prepare() { + cd git-repair + patch -p1 -i ../ghc-8.4.patch +} + +build() { + cd git-repair + + runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla \ +--docdir="/usr/share/doc/$pkgname" \ + -fnetwork-uri + runhaskell Setup build +} + +package() { + cd git-repair + runhaskell Setup copy --destdir="$pkgdir" + install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1 + + rm "$pkgdir"/usr/share/doc/git-repair/GPL + rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc +} Copied: git-repair/repos/community-staging-x86_64/ghc-8.4.patch (from rev 384721, git-repair/trunk/ghc-8.4.patch) === --- community-staging-x86_64/ghc-8.4.patch (rev 0) +++ community-staging-x86_64/ghc-8.4.patch 2018-09-25 00:56:38 UTC (rev 384722) @@ -0,0 +1,29 @@ +diff --git a/Git/Fsck.hs b/Git/Fsck.hs +index a716b56..e7061cb 100644 +--- a/Git/Fsck.hs b/Git/Fsck.hs +@@ -44,15 +44,17 @@ type MissingObjects = S.Set Sha + + type Truncated = Bool + ++instance Semigroup FsckOutput where ++ (<>) (FsckOutput s1 t1) (FsckOutput s2 t2) = FsckOutput (S.union s1 s2) (t1 || t2) ++ (<>) (FsckOutput s t) _ = FsckOutput s t ++ (<>) _ (FsckOutput s t) = FsckOutput s t ++ (<>) NoFsckOutput NoFsckOutput = NoFsckOutput ++ (<>) AllDuplicateEntriesWarning AllDuplicateEntriesWarning = AllDuplicateEntriesWarning ++ (<>) AllDuplicateEntriesWarning NoFsckOutput = AllDuplicateEntriesWarning ++ (<>) NoFsckOutput AllDuplicateEntriesWarning = AllDuplicateEntriesWarning ++ + instance Monoid FsckOutput where + mempty = NoFsckOutput +- mappend (FsckOutput s1 t1) (FsckOutput s2 t2) = FsckOutput (S.union s1 s2) (t1 || t2) +- mappend (FsckOutput s t) _ = FsckOutput s t +- mappend _ (FsckOutput s t) = FsckOutput s t +- mappend NoFsckOutput NoFsckOutput = NoFsckOutput +- mappend AllDuplicateEntriesWarning AllDuplicateEntriesWarning = AllDuplicateEntriesWarning +- mappend AllDuplicateEntriesWarning NoFsckOutput = AllDuplicateEntriesWarning +- mappend NoFsckOutput AllDuplicateEntriesWarning = AllDuplicateEntriesWarning + + {- Runs fsck to find some of the broken objects in the repository. + - May not find all broken objects, if fsck fails on bad data in some of
[arch-commits] Commit in git-repair/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:56:21 Author: felixonmars Revision: 384721 upgpkg: git-repair 1.20170626-47 rebuild with hslogger 1.2.12 Modified: git-repair/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 00:55:13 UTC (rev 384720) +++ PKGBUILD2018-09-25 00:56:21 UTC (rev 384721) @@ -2,7 +2,7 @@ pkgname=git-repair pkgver=1.20170626 -pkgrel=46 +pkgrel=47 pkgdesc="Repairs a damaged git repisitory" url="http://git-repair.branchable.com/"; license=("GPL")
[arch-commits] Commit in git-annex/repos (3 files)
Date: Tuesday, September 25, 2018 @ 00:55:13 Author: felixonmars Revision: 384720 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 384719, git-annex/trunk/PKGBUILD) git-annex/repos/community-staging-x86_64/ghc-8.4.patch (from rev 384719, git-annex/trunk/ghc-8.4.patch) ---+ PKGBUILD | 53 ghc-8.4.patch | 121 2 files changed, 174 insertions(+) Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 384719, git-annex/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 00:55:13 UTC (rev 384720) @@ -0,0 +1,53 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=git-annex +pkgver=6.20180913 +pkgrel=17 +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-esqueleto' '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-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" \ +-fconcurrentoutput -ftorrentparser \ +-f-androidsplice -f-android -fproduction -fpairing -fwebapp \ +-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime + 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 +} Copied: git-annex/repos/community-staging-x86_64/ghc-8.4.patch (from rev 384719, git-annex/trunk/ghc-8.4.patch) === --- community-staging-x86_64/ghc-8.4.patch (rev 0) +++ community-staging-x86_64/ghc-8.4.patch 2018-09-25 00:55:13 UTC (rev 384720) @@ -0,0 +1,121 @@ +diff --git a/Command/Info.hs b/Command/Info.hs +index c9a314056a..3ae82f5532 100644 +--- a/Command/Info.hs b/Command/Info.hs +@@ -56,15 +56,17 @@ data KeyData = KeyData + , backendsKeys :: M.Map KeyVariety Integer + } + +-instance Monoid KeyData where +- mempty = KeyData 0 0 0 M.empty +- mappend a b = KeyData ++instance Semigroup KeyData where ++ a <> b = KeyData + { countKeys = countKeys a + countKeys b + , sizeKeys = sizeKeys a + sizeKeys b + , unknownSizeKeys = unknownSizeKeys a + unknownSizeKeys b + , backendsKeys = backendsKeys a <> backendsKeys b + } + ++instance Monoid KeyData where ++ mempty = KeyData 0 0 0 M.empty ++ + data NumCopiesStats = NumCopiesStats + { numCopiesVarianceMap :: M.Map Variance Integer + } +diff --git a/Git/Fsck.hs
[arch-commits] Commit in git-annex/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:54:50 Author: felixonmars Revision: 384719 upgpkg: git-annex 6.20180913-17 rebuild with hslogger 1.2.12 Modified: git-annex/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 00:49:37 UTC (rev 384718) +++ PKGBUILD2018-09-25 00:54:50 UTC (rev 384719) @@ -3,7 +3,7 @@ pkgname=git-annex pkgver=6.20180913 -pkgrel=16 +pkgrel=17 pkgdesc="Manage files with git, without checking their contents into git" url="http://git-annex.branchable.com/"; license=("AGPL3")
[arch-commits] Commit in haskell-hslogger/repos (2 files)
Date: Tuesday, September 25, 2018 @ 00:49:37 Author: felixonmars Revision: 384718 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hslogger/repos/community-staging-x86_64/ haskell-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 384717, haskell-hslogger/trunk/PKGBUILD) --+ PKGBUILD | 37 + 1 file changed, 37 insertions(+) Copied: haskell-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 384717, haskell-hslogger/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 00:49:37 UTC (rev 384718) @@ -0,0 +1,37 @@ +# Maintainer: Sergej Pupykin +# Maintainer: Arch Haskell Team + +pkgname=haskell-hslogger +pkgver=1.2.12 +pkgrel=1 +pkgdesc="Versatile logging framework" +url="https://hackage.haskell.org/package/hslogger"; +license=('LGPL') +arch=('x86_64') +depends=('ghc-libs' 'haskell-network' 'haskell-old-locale') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz";) +sha512sums=('a4dd318a2c1242dd289307a4b4b27d0bb74acd817eb39bbd205c215658e590436801f5277a1c91e8eb30fe8df6677a4b2901db24b52134b5e0ef9368536de861') + +build() { +cd "${srcdir}/hslogger-${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 "${srcdir}/hslogger-${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-hslogger/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:49:18 Author: felixonmars Revision: 384717 upgpkg: haskell-hslogger 1.2.12-1 rebuild with hslogger 1.2.12 Modified: haskell-hslogger/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 00:47:56 UTC (rev 384716) +++ PKGBUILD2018-09-25 00:49:18 UTC (rev 384717) @@ -2,8 +2,8 @@ # Maintainer: Arch Haskell Team pkgname=haskell-hslogger -pkgver=1.2.10 -pkgrel=39 +pkgver=1.2.12 +pkgrel=1 pkgdesc="Versatile logging framework" url="https://hackage.haskell.org/package/hslogger"; license=('LGPL') @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-network' 'haskell-old-locale') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz";) -sha512sums=('c2e3c6e7c8598aca2a18e507defa7536db7fdf15265b900401f8558b3259cd770531a3a302d6eb9ecca63a9629f0d5796e1ec94d8f21ecf153a1fc49f889183a') +sha512sums=('a4dd318a2c1242dd289307a4b4b27d0bb74acd817eb39bbd205c215658e590436801f5277a1c91e8eb30fe8df6677a4b2901db24b52134b5e0ef9368536de861') build() { cd "${srcdir}/hslogger-${pkgver}"
[arch-commits] Commit in cryptol/repos (2 files)
Date: Tuesday, September 25, 2018 @ 00:44:02 Author: felixonmars Revision: 384714 archrelease: copy trunk to community-staging-x86_64 Added: cryptol/repos/community-staging-x86_64/ cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 384713, cryptol/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 384713, cryptol/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 00:44:02 UTC (rev 384714) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan + +pkgname=cryptol +pkgver=2.6.0 +pkgrel=30 +pkgdesc="The Language of Cryptography" +url="http://www.cryptol.net"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-gitrev' 'haskell-graphscc' 'haskell-heredoc' + 'haskell-monad-control' 'haskell-monadlib' 'haskell-panic' 'haskell-random' 'haskell-sbv' + 'haskell-simple-smt' 'haskell-strict' 'haskell-tf-random' 'haskell-transformers-base' + 'haskell-ansi-terminal' 'haskell-blaze-html') +makedepends=('ghc' 'alex' 'happy') +source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz";) +sha512sums=('445a1656ffd0d260553e041de9b15b6257a4b068b5462d996e8207671c097ea814bc5b7aaeb527b5e9579bd8a3e5e8ced0aaf57c24fbccaa7410342a109e9325') + +prepare() { +cd $pkgname-$pkgver +sed -i 's/<.*0.10/<1/' $pkgname.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-static -f-relocatable +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 cryptol/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:43:14 Author: felixonmars Revision: 384713 upgpkg: cryptol 2.6.0-30 rebuild with sbv 7.12 Modified: cryptol/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 00:41:03 UTC (rev 384712) +++ PKGBUILD2018-09-25 00:43:14 UTC (rev 384713) @@ -2,7 +2,7 @@ pkgname=cryptol pkgver=2.6.0 -pkgrel=29 +pkgrel=30 pkgdesc="The Language of Cryptography" url="http://www.cryptol.net"; license=("custom:BSD3")
[arch-commits] Commit in python-oslo-i18n/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:41:03 Author: felixonmars Revision: 384712 archrelease: copy trunk to community-any Added: python-oslo-i18n/repos/community-any/PKGBUILD (from rev 384711, python-oslo-i18n/trunk/PKGBUILD) Deleted: python-oslo-i18n/repos/community-any/PKGBUILD --+ PKGBUILD | 113 ++--- 1 file changed, 56 insertions(+), 57 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-25 00:40:43 UTC (rev 384711) +++ PKGBUILD2018-09-25 00:41:03 UTC (rev 384712) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-i18n -pkgname=(python-oslo-i18n python2-oslo-i18n) -pkgver=3.21.0 -pkgrel=1 -pkgdesc="Oslo i18n library" -arch=('any') -url="https://pypi.python.org/pypi/oslo.i18n/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-babel' - 'python2-babel') -checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 'python2-oslotest' 'python-oslo-config' - 'python2-oslo-config') -options=('!emptydirs') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.i18n/archive/$pkgver.tar.gz";) -sha512sums=('e6335b700280bc4b6f6484a08b006735b4a178236d62f3e857fe1d59bd60fc03627282d5ec748a1ba09a4b44a58d29e0b2523cf01fddcc328b50e3f0685347e7') - -prepare() { - cp -a oslo.i18n-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.i18n-$pkgver - python setup.py build - - cd "$srcdir"/oslo.i18n-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.i18n-$pkgver - stestr run - - cd "$srcdir"/oslo.i18n-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-oslo-i18n() { - depends=('python-six' 'python-pbr' 'python-babel') - - cd "$srcdir"/oslo.i18n-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-oslo-i18n() { - depends=('python2-six' 'python2-pbr' 'python2-babel') - - cd "$srcdir"/oslo.i18n-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-i18n/repos/community-any/PKGBUILD (from rev 384711, python-oslo-i18n/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-25 00:41:03 UTC (rev 384712) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-i18n +pkgname=(python-oslo-i18n python2-oslo-i18n) +pkgver=3.22.0 +pkgrel=1 +pkgdesc="Oslo i18n library" +arch=('any') +url="https://pypi.python.org/pypi/oslo.i18n/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-babel' + 'python2-babel') +checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 'python2-oslotest' 'python-oslo-config' + 'python2-oslo-config') +options=('!emptydirs') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.i18n/archive/$pkgver.tar.gz";) +sha512sums=('bffee170bf59c338af3464cb55ef069a4f307269ef383bc95b409dd6b88b53e475b0eee818d083362402cadc85a5a6feb5d8e4719a89617177c908121b9edc28') + +prepare() { + cp -a oslo.i18n-$pkgver{,-py2} + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.i18n-$pkgver + python setup.py build + + cd "$srcdir"/oslo.i18n-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.i18n-$pkgver + stestr run + + cd "$srcdir"/oslo.i18n-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-oslo-i18n() { + depends=('python-six' 'python-pbr' 'python-babel') + + cd "$srcdir"/oslo.i18n-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +} + +package_python2-oslo-i18n() { + depends=('python2-six' 'python2-pbr' 'python2-babel') + + cd "$srcdir"/oslo.i18n-$pkgver-py2 + python2 setup.py install --root="$pkgdir" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-oslo-i18n/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:40:43 Author: felixonmars Revision: 384711 upgpkg: python-oslo-i18n 3.22.0-1 Modified: python-oslo-i18n/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 00:39:28 UTC (rev 384710) +++ PKGBUILD2018-09-25 00:40:43 UTC (rev 384711) @@ -3,7 +3,7 @@ pkgbase=python-oslo-i18n pkgname=(python-oslo-i18n python2-oslo-i18n) -pkgver=3.21.0 +pkgver=3.22.0 pkgrel=1 pkgdesc="Oslo i18n library" arch=('any') @@ -15,7 +15,7 @@ 'python2-oslo-config') options=('!emptydirs') source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.i18n/archive/$pkgver.tar.gz";) -sha512sums=('e6335b700280bc4b6f6484a08b006735b4a178236d62f3e857fe1d59bd60fc03627282d5ec748a1ba09a4b44a58d29e0b2523cf01fddcc328b50e3f0685347e7') +sha512sums=('bffee170bf59c338af3464cb55ef069a4f307269ef383bc95b409dd6b88b53e475b0eee818d083362402cadc85a5a6feb5d8e4719a89617177c908121b9edc28') prepare() { cp -a oslo.i18n-$pkgver{,-py2}
[arch-commits] Commit in haskell-sbv/repos (2 files)
Date: Tuesday, September 25, 2018 @ 00:39:28 Author: felixonmars Revision: 384710 archrelease: copy trunk to community-staging-x86_64 Added: haskell-sbv/repos/community-staging-x86_64/ haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 384709, haskell-sbv/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 384709, haskell-sbv/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 00:39:28 UTC (rev 384710) @@ -0,0 +1,46 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=sbv +pkgname=haskell-sbv +pkgver=7.12 +pkgrel=1 +pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT solving" +url="http://leventerkok.github.com/sbv"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 'haskell-async' + 'haskell-random' 'haskell-syb' 'haskell-reinterpret-cast' + 'haskell-generic-deriving') +makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 'haskell-tasty-golden' + 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('5c64a2bdd3817f893e7f25f969afd7fab4f24acb695370b19e87ecb5064b24a4ed5d13861fb6afa1a4cf6f59fcf3ee801a117dc34a28d9abda826e9f30f8f382') + +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 jenkins/repos/community-any (14 files)
Date: Tuesday, September 25, 2018 @ 00:38:48 Author: felixonmars Revision: 384709 archrelease: copy trunk to community-any Added: jenkins/repos/community-any/LICENSE (from rev 384707, jenkins/trunk/LICENSE) jenkins/repos/community-any/PKGBUILD (from rev 384707, jenkins/trunk/PKGBUILD) jenkins/repos/community-any/jenkins.conf (from rev 384707, jenkins/trunk/jenkins.conf) jenkins/repos/community-any/jenkins.install (from rev 384707, jenkins/trunk/jenkins.install) jenkins/repos/community-any/jenkins.service (from rev 384707, jenkins/trunk/jenkins.service) jenkins/repos/community-any/jenkins.sysusers (from rev 384707, jenkins/trunk/jenkins.sysusers) jenkins/repos/community-any/jenkins.tmpfiles (from rev 384707, jenkins/trunk/jenkins.tmpfiles) Deleted: jenkins/repos/community-any/LICENSE jenkins/repos/community-any/PKGBUILD jenkins/repos/community-any/jenkins.conf jenkins/repos/community-any/jenkins.install jenkins/repos/community-any/jenkins.service jenkins/repos/community-any/jenkins.sysusers jenkins/repos/community-any/jenkins.tmpfiles --+ LICENSE | 46 +-- PKGBUILD | 88 ++--- jenkins.conf | 26 +++ jenkins.install | 14 jenkins.service | 48 ++-- jenkins.sysusers |4 +- jenkins.tmpfiles |2 - 7 files changed, 114 insertions(+), 114 deletions(-) Deleted: LICENSE === --- LICENSE 2018-09-25 00:38:34 UTC (rev 384708) +++ LICENSE 2018-09-25 00:38:48 UTC (rev 384709) @@ -1,23 +0,0 @@ -The MIT License - -Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors - -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: jenkins/repos/community-any/LICENSE (from rev 384707, jenkins/trunk/LICENSE) === --- LICENSE (rev 0) +++ LICENSE 2018-09-25 00:38:48 UTC (rev 384709) @@ -0,0 +1,23 @@ +The MIT License + +Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors + +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 === --- PKGBUILD2018-09-25 00:38:34 UTC (rev 384708) +++ PKGBUILD2018-09-25 00:38:48 UTC (rev 384709) @@ -1,44 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Alexander Rødseth -# Contributor: Marcel Huber -# Contributor: Illarion Kovalchuk - -pkgname=jenkins -pkgver=2.142 -pkgrel=1 -pkgdesc='Extendable continuous integration server (latest)' -arch=('any') -url='https://jenkins.io' -license=('MIT') -depends=('java-runtime=8' 'ttf-dejavu' 'libcups') -provides=('jenkins-ci') -conflicts=('jenkins-ci') -replaces=('jenkins-ci') -backup=('etc/conf.d/jenkins') -install='jenkins.
[arch-commits] Commit in haskell-sbv/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:38:34 Author: felixonmars Revision: 384708 upgpkg: haskell-sbv 7.12-1 rebuild with sbv 7.12 Modified: haskell-sbv/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 00:37:52 UTC (rev 384707) +++ PKGBUILD2018-09-25 00:38:34 UTC (rev 384708) @@ -3,7 +3,7 @@ _hkgname=sbv pkgname=haskell-sbv -pkgver=7.11 +pkgver=7.12 pkgrel=1 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT solving" url="http://leventerkok.github.com/sbv"; @@ -15,7 +15,7 @@ makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('83cd74fd7be4636da9915d92a54edcda09951a0c5ba6f531306f449b919e9dbacdf9fe92f5271fffd44017d91deb8c0dc4ca8e39ee82358c15fb0d5fd7d24bc8') +sha512sums=('5c64a2bdd3817f893e7f25f969afd7fab4f24acb695370b19e87ecb5064b24a4ed5d13861fb6afa1a4cf6f59fcf3ee801a117dc34a28d9abda826e9f30f8f382') build() { cd $_hkgname-$pkgver
[arch-commits] Commit in jenkins/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:37:52 Author: felixonmars Revision: 384707 upgpkg: jenkins 2.143-1 Modified: jenkins/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 00:35:55 UTC (rev 384706) +++ PKGBUILD2018-09-25 00:37:52 UTC (rev 384707) @@ -4,7 +4,7 @@ # Contributor: Illarion Kovalchuk pkgname=jenkins -pkgver=2.142 +pkgver=2.143 pkgrel=1 pkgdesc='Extendable continuous integration server (latest)' arch=('any') @@ -24,7 +24,7 @@ 'jenkins.tmpfiles' 'jenkins.sysusers' 'LICENSE') -sha512sums=('67554f5e7b6c5ecd62e96d5d9da9d5b0c1f6162093c65759e38ed2c905162783b424f9b4eff6dc6a156a454d9e6baa228cafebe83c43e7421d94907de664c0f5' +sha512sums=('63e8a99ce78b177fb47584e824cab44cd4ac107eda023be01944109591d8f5f2141036ccea49874fa4b4dc8983cab7f0e0028d56b46bcdc2a9f8b202871f08d0' '3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0' 'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7' 'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'
[arch-commits] Commit in python-oslo-config/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:35:33 Author: felixonmars Revision: 384705 upgpkg: python-oslo-config 6.5.0-1 Modified: python-oslo-config/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 00:33:03 UTC (rev 384704) +++ PKGBUILD2018-09-25 00:35:33 UTC (rev 384705) @@ -3,7 +3,7 @@ pkgbase=python-oslo-config pkgname=(python-oslo-config python2-oslo-config) -pkgver=6.4.0 +pkgver=6.5.0 pkgrel=1 pkgdesc="parsing command line arguments and .ini style configuration files" arch=('any') @@ -18,7 +18,7 @@ 'python2-requests-mock' 'python-oslo-log' 'python2-oslo-log') options=('!emptydirs') source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz";) -sha512sums=('ed3160a6fa743a13dc8549ae3bf2d4c51e6aeb1a5221a3772332ba206f65a9f78a7404464f8703d2b0630cb91643459c86c12b1fc239b4479374fb98c2cdeb45') +sha512sums=('f475a0e535fb73e5ac3ed4f0c283b000db359e287e85581aee972723e91f994622999c7c58177b21034e8639f69eefb254d0547db161c68838f8397c2b5380a6') prepare() { sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt
[arch-commits] Commit in python-oslo-config/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:35:55 Author: felixonmars Revision: 384706 archrelease: copy trunk to community-any Added: python-oslo-config/repos/community-any/PKGBUILD (from rev 384705, python-oslo-config/trunk/PKGBUILD) Deleted: python-oslo-config/repos/community-any/PKGBUILD --+ PKGBUILD | 131 ++--- 1 file changed, 65 insertions(+), 66 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-25 00:35:33 UTC (rev 384705) +++ PKGBUILD2018-09-25 00:35:55 UTC (rev 384706) @@ -1,66 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-config -pkgname=(python-oslo-config python2-oslo-config) -pkgver=6.4.0 -pkgrel=1 -pkgdesc="parsing command line arguments and .ini style configuration files" -arch=('any') -url="https://pypi.python.org/pypi/oslo.config/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-netaddr' 'python2-netaddr' - 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 'python2-debtcollector' - 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 'python2-rfc3986' - 'python-yaml' 'python2-yaml' 'python2-enum34') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 'python2-sphinx' - 'python-testrepository' 'python2-testrepository' 'python-requests-mock' - 'python2-requests-mock' 'python-oslo-log' 'python2-oslo-log') -options=('!emptydirs') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz";) -sha512sums=('ed3160a6fa743a13dc8549ae3bf2d4c51e6aeb1a5221a3772332ba206f65a9f78a7404464f8703d2b0630cb91643459c86c12b1fc239b4479374fb98c2cdeb45') - -prepare() { - sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt - - cp -a oslo.config-$pkgver{,-py2} - find oslo.config-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} + - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.config-$pkgver - python setup.py build - - cd "$srcdir"/oslo.config-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.config-$pkgver - python setup.py testr - - cd "$srcdir"/oslo.config-$pkgver-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-oslo-config() { - depends=('python-six' 'python-netaddr' 'python-stevedore' 'python-debtcollector' - 'python-oslo-i18n' 'python-rfc3986' 'python-yaml') - - cd "$srcdir"/oslo.config-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-oslo-config() { - depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 'python2-debtcollector' - 'python2-oslo-i18n' 'python2-rfc3986' 'python2-yaml' 'python2-enum34') - - cd "$srcdir"/oslo.config-$pkgver-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 - mv "$pkgdir"/usr/bin/oslo-config-generator{,2} -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 384705, python-oslo-config/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-25 00:35:55 UTC (rev 384706) @@ -0,0 +1,65 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-config +pkgname=(python-oslo-config python2-oslo-config) +pkgver=6.5.0 +pkgrel=1 +pkgdesc="parsing command line arguments and .ini style configuration files" +arch=('any') +url="https://pypi.python.org/pypi/oslo.config/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-netaddr' 'python2-netaddr' + 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 'python2-debtcollector' + 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 'python2-rfc3986' + 'python-yaml' 'python2-yaml' 'python2-enum34') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 'python2-sphinx' + 'python-testrepository' 'python2-testrepository' 'python-requests-mock' + 'python2-requests-mock' 'python-oslo-log' 'python2-oslo-log') +options=('!emptydirs') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz";) +sha512sums=('f475a0e535fb73e5ac3ed4f0c283b000db359e287e85581aee972723e91f994622999c7c58177b21034e8639f69eefb254d0547db161c68838f8397c2b5380a6') + +prepare() { + sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt + + cp -a oslo.config-$pkgver{,-py2} + find oslo.config-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} + + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.config-$pkgver + python setup.py build + + cd "$srcdir"/oslo.config-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.config-$pkgver + python setup.py testr
[arch-commits] Commit in python-pyperclip/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:33:03 Author: felixonmars Revision: 384704 archrelease: copy trunk to community-any Added: python-pyperclip/repos/community-any/PKGBUILD (from rev 384703, python-pyperclip/trunk/PKGBUILD) Deleted: python-pyperclip/repos/community-any/PKGBUILD --+ PKGBUILD | 118 ++--- 1 file changed, 59 insertions(+), 59 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-25 00:32:35 UTC (rev 384703) +++ PKGBUILD2018-09-25 00:33:03 UTC (rev 384704) @@ -1,59 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Jim Bridgewater -# Contributor: delta48 - -pkgbase=python-pyperclip -pkgname=('python-pyperclip' 'python2-pyperclip') -pkgver=1.6.5 -_commit=92834679086757361bbdd5e45769b608253709cd -pkgrel=1 -pkgdesc="A cross-platform clipboard module for Python" -arch=('any') -url="https://github.com/asweigart/pyperclip"; -license=('BSD') -makedepends=('python-setuptools' 'python2-setuptools') -# GTK/Qt tests crash xvfb, and Klipper tests require a running klipper -checkdepends=('xorg-server-xvfb' 'python-pytest' 'python2-pytest' 'xsel' 'xclip') -source=("$pkgbase-$_commit.tar.gz::https://github.com/asweigart/pyperclip/archive/$_commit.tar.gz";) -sha512sums=('0ccfe3398f8856cc6f4199282810ecccd15b1e923d7bf3a025b5b5790c6cd6038340c5e922bd68660e43f07188a7585bf7e3d651a9bf85799703eb7e41b25561') - -prepare() { - mv pyperclip-{$_commit,$pkgver} -} - -build() { - cd pyperclip-$pkgver - python setup.py build - python2 setup.py build -} - -check() { - cd pyperclip-$pkgver - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" xvfb-run py.test - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" xvfb-run py.test2 -} - -package_python-pyperclip() { - depends=('python') - optdepends=('xclip: xclip backend' - 'xsel: xsel backend' - 'plasma-workspace: klipper backend') - - cd pyperclip-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt -} - -package_python2-pyperclip() { - depends=('python2') - optdepends=('xclip: xclip backend' - 'xsel: xsel backend' - 'plasma-workspace: klipper backend' - 'pygtk: gtk backend') - - cd pyperclip-$pkgver - python2 setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt -} - -# vim:set ts=2 sw=2 et: Copied: python-pyperclip/repos/community-any/PKGBUILD (from rev 384703, python-pyperclip/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-25 00:33:03 UTC (rev 384704) @@ -0,0 +1,59 @@ +# Maintainer: Felix Yan +# Contributor: Jim Bridgewater +# Contributor: delta48 + +pkgbase=python-pyperclip +pkgname=('python-pyperclip' 'python2-pyperclip') +pkgver=1.7.0 +_commit=92834679086757361bbdd5e45769b608253709cd +pkgrel=1 +pkgdesc="A cross-platform clipboard module for Python" +arch=('any') +url="https://github.com/asweigart/pyperclip"; +license=('BSD') +makedepends=('python-setuptools' 'python2-setuptools') +# GTK/Qt tests crash xvfb, and Klipper tests require a running klipper +checkdepends=('xorg-server-xvfb' 'python-pytest' 'python2-pytest' 'xsel' 'xclip') +source=("$pkgbase-$_commit.tar.gz::https://github.com/asweigart/pyperclip/archive/$_commit.tar.gz";) +sha512sums=('0ccfe3398f8856cc6f4199282810ecccd15b1e923d7bf3a025b5b5790c6cd6038340c5e922bd68660e43f07188a7585bf7e3d651a9bf85799703eb7e41b25561') + +prepare() { + mv pyperclip-{$_commit,$pkgver} +} + +build() { + cd pyperclip-$pkgver + python setup.py build + python2 setup.py build +} + +check() { + cd pyperclip-$pkgver + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" xvfb-run py.test + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" xvfb-run py.test2 +} + +package_python-pyperclip() { + depends=('python') + optdepends=('xclip: xclip backend' + 'xsel: xsel backend' + 'plasma-workspace: klipper backend') + + cd pyperclip-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt +} + +package_python2-pyperclip() { + depends=('python2') + optdepends=('xclip: xclip backend' + 'xsel: xsel backend' + 'plasma-workspace: klipper backend' + 'pygtk: gtk backend') + + cd pyperclip-$pkgver + python2 setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-pyperclip/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:32:35 Author: felixonmars Revision: 384703 upgpkg: python-pyperclip 1.7.0-1 Modified: python-pyperclip/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 00:31:13 UTC (rev 384702) +++ PKGBUILD2018-09-25 00:32:35 UTC (rev 384703) @@ -4,7 +4,7 @@ pkgbase=python-pyperclip pkgname=('python-pyperclip' 'python2-pyperclip') -pkgver=1.6.5 +pkgver=1.7.0 _commit=92834679086757361bbdd5e45769b608253709cd pkgrel=1 pkgdesc="A cross-platform clipboard module for Python"
[arch-commits] Commit in python-oslo-concurrency/repos/community-any (2 files)
Date: Tuesday, September 25, 2018 @ 00:31:13 Author: felixonmars Revision: 384702 archrelease: copy trunk to community-any Added: python-oslo-concurrency/repos/community-any/PKGBUILD (from rev 384701, python-oslo-concurrency/trunk/PKGBUILD) Deleted: python-oslo-concurrency/repos/community-any/PKGBUILD --+ PKGBUILD | 126 ++--- 1 file changed, 63 insertions(+), 63 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-25 00:30:51 UTC (rev 384701) +++ PKGBUILD2018-09-25 00:31:13 UTC (rev 384702) @@ -1,63 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-oslo-concurrency -pkgname=(python-oslo-concurrency python2-oslo-concurrency) -pkgver=3.27.0 -pkgrel=2 -pkgdesc="OpenStack library for all concurrency-related code" -arch=('any') -url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-oslo-config' - 'python2-oslo-config' 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-utils' - 'python2-oslo-utils' 'python-fasteners' 'python2-fasteners' 'python2-enum34') -checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 'python2-oslotest' 'python-oslo-config' - 'python2-oslo-config' 'python-eventlet' 'python2-eventlet' 'python-testrepository' - 'python2-testrepository') -options=('!emptydirs') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz";) -sha512sums=('9b17243e18e3550c8251de02d37e650feea390dcd70573b2fe0a74af66ccaea199e3cc4b53f2b8e3d774d825118ef6f67cd23842b2f683f51ef1d6d4d39fe175') - -prepare() { - cp -a oslo.concurrency-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/oslo.concurrency-$pkgver - python setup.py build - - cd "$srcdir"/oslo.concurrency-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/oslo.concurrency-$pkgver - python setup.py testr || warning "Tests failed" - - cd "$srcdir"/oslo.concurrency-$pkgver-py2 - PYTHON=python2 python2 setup.py testr || warning "Tests failed" -} - -package_python-oslo-concurrency() { - depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-i18n' 'python-oslo-utils' - 'python-fasteners') - - cd "$srcdir"/oslo.concurrency-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-oslo-concurrency() { - depends=('python2-six' 'python2-pbr' 'python2-oslo-config' 'python2-oslo-i18n' - 'python2-oslo-utils' 'python2-fasteners' 'python2-enum34') - - cd "$srcdir"/oslo.concurrency-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 - - mv "$pkgdir"/usr/bin/lockutils-wrapper{,2} -} - -# vim:set ts=2 sw=2 et: Copied: python-oslo-concurrency/repos/community-any/PKGBUILD (from rev 384701, python-oslo-concurrency/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-25 00:31:13 UTC (rev 384702) @@ -0,0 +1,63 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-oslo-concurrency +pkgname=(python-oslo-concurrency python2-oslo-concurrency) +pkgver=3.28.0 +pkgrel=1 +pkgdesc="OpenStack library for all concurrency-related code" +arch=('any') +url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-oslo-config' + 'python2-oslo-config' 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-utils' + 'python2-oslo-utils' 'python-fasteners' 'python2-fasteners' 'python2-enum34') +checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 'python2-oslotest' 'python-oslo-config' + 'python2-oslo-config' 'python-eventlet' 'python2-eventlet' 'python-dnspython' + 'python2-dnspython') +# dnspython were added for FS#60185 +options=('!emptydirs') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz";) +sha512sums=('a893078694ea2860a06fe2e7a92fbec81e0081c92ecf57bfabe381346673c4c3cd7c3788ec9a2ae4912662a2b2236ebb11c799e15f733030cbd06f01fffe0afd') + +prepare() { + cp -a oslo.concurrency-$pkgver{,-py2} + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/oslo.concurrency-$pkgver + python setup.py build + + cd "$srcdir"/oslo.concurrency-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/oslo.concurrency-$pkgver + stestr run || warning "1 failure about raising rlimit" + + cd "$srcdir"/oslo.concurrency-$pkgver-py2 + PYTHON=python2 stestr2 run || warning "1 failure about raising rlimit" +} + +package_python-oslo-concurrency() { + depends=('python-six' 'python-pbr' 'python-oslo
[arch-commits] Commit in python-oslo-concurrency/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:30:51 Author: felixonmars Revision: 384701 upgpkg: python-oslo-concurrency 3.28.0-1 Modified: python-oslo-concurrency/trunk/PKGBUILD --+ PKGBUILD | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-25 00:28:55 UTC (rev 384700) +++ PKGBUILD2018-09-25 00:30:51 UTC (rev 384701) @@ -3,8 +3,8 @@ pkgbase=python-oslo-concurrency pkgname=(python-oslo-concurrency python2-oslo-concurrency) -pkgver=3.27.0 -pkgrel=2 +pkgver=3.28.0 +pkgrel=1 pkgdesc="OpenStack library for all concurrency-related code" arch=('any') url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver"; @@ -13,11 +13,12 @@ 'python2-oslo-config' 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-utils' 'python2-oslo-utils' 'python-fasteners' 'python2-fasteners' 'python2-enum34') checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 'python2-oslotest' 'python-oslo-config' - 'python2-oslo-config' 'python-eventlet' 'python2-eventlet' 'python-testrepository' - 'python2-testrepository') + 'python2-oslo-config' 'python-eventlet' 'python2-eventlet' 'python-dnspython' + 'python2-dnspython') +# dnspython were added for FS#60185 options=('!emptydirs') source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz";) -sha512sums=('9b17243e18e3550c8251de02d37e650feea390dcd70573b2fe0a74af66ccaea199e3cc4b53f2b8e3d774d825118ef6f67cd23842b2f683f51ef1d6d4d39fe175') +sha512sums=('a893078694ea2860a06fe2e7a92fbec81e0081c92ecf57bfabe381346673c4c3cd7c3788ec9a2ae4912662a2b2236ebb11c799e15f733030cbd06f01fffe0afd') prepare() { cp -a oslo.concurrency-$pkgver{,-py2} @@ -35,10 +36,10 @@ check() { cd "$srcdir"/oslo.concurrency-$pkgver - python setup.py testr || warning "Tests failed" + stestr run || warning "1 failure about raising rlimit" cd "$srcdir"/oslo.concurrency-$pkgver-py2 - PYTHON=python2 python2 setup.py testr || warning "Tests failed" + PYTHON=python2 stestr2 run || warning "1 failure about raising rlimit" } package_python-oslo-concurrency() {
[arch-commits] Commit in haskell-turtle/trunk (PKGBUILD)
Date: Tuesday, September 25, 2018 @ 00:21:15 Author: felixonmars Revision: 384698 upgpkg: haskell-turtle 1.5.11-1 rebuild with turtle 1.5.11 Modified: haskell-turtle/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 23:36:26 UTC (rev 384697) +++ PKGBUILD2018-09-25 00:21:15 UTC (rev 384698) @@ -3,8 +3,8 @@ _hkgname=turtle pkgname=haskell-turtle -pkgver=1.5.10 -pkgrel=24 +pkgver=1.5.11 +pkgrel=1 pkgdesc="Shell programming, Haskell-style" url="https://github.com/Gabriel439/Haskell-Turtle-Library"; license=('custom:BSD3') @@ -15,7 +15,7 @@ 'haskell-temporary' 'haskell-unix-compat') makedepends=('ghc' 'haskell-doctest') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('50746c89867a20b34fc8955a9a61a40d696f304c51cb1f5217fb2332aa85205f4c3893034133c609082858a95bddfa62f0dddc109784dee1d53543fcc76e3f1d') +sha512sums=('36e46ffc11a28f22f61287275fe6e4d5d3f32f0fd58d4a5fadcd43052ae7b769573d91f3063d1a6b96457792b3df39f37f47aa692f6f4d0927fcffeb4a8e8361') prepare() { sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs
[arch-commits] Commit in haskell-turtle/repos (2 files)
Date: Tuesday, September 25, 2018 @ 00:21:35 Author: felixonmars Revision: 384699 archrelease: copy trunk to community-staging-x86_64 Added: haskell-turtle/repos/community-staging-x86_64/ haskell-turtle/repos/community-staging-x86_64/PKGBUILD (from rev 384698, haskell-turtle/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: haskell-turtle/repos/community-staging-x86_64/PKGBUILD (from rev 384698, haskell-turtle/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-09-25 00:21:35 UTC (rev 384699) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=turtle +pkgname=haskell-turtle +pkgver=1.5.11 +pkgrel=1 +pkgdesc="Shell programming, Haskell-style" +url="https://github.com/Gabriel439/Haskell-Turtle-Library"; +license=('custom:BSD3') +arch=('x86_64') +depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 'haskell-exceptions' + 'haskell-foldl' 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' + 'haskell-optional-args' 'haskell-system-fileio' 'haskell-system-filepath' + 'haskell-temporary' 'haskell-unix-compat') +makedepends=('ghc' 'haskell-doctest') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('36e46ffc11a28f22f61287275fe6e4d5d3f32f0fd58d4a5fadcd43052ae7b769573d91f3063d1a6b96457792b3df39f37f47aa692f6f4d0927fcffeb4a8e8361') + +prepare() { +sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs +sed -i '/semigroups/d' $_hkgname-$pkgver/$_hkgname.cabal +} + +build() { +cd "${srcdir}/${_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 "${srcdir}/${_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 eog/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, September 24, 2018 @ 22:00:13 Author: heftig Revision: 335351 archrelease: copy trunk to extra-x86_64 Added: eog/repos/extra-x86_64/PKGBUILD (from rev 335350, eog/trunk/PKGBUILD) Deleted: eog/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 69 +++-- 1 file changed, 36 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 22:00:04 UTC (rev 335350) +++ PKGBUILD2018-09-24 22:00:13 UTC (rev 335351) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=eog -pkgver=3.28.3 -pkgrel=1 -pkgdesc="Eye of Gnome: An image viewing and cataloging program" -url="https://wiki.gnome.org/Apps/EyeOfGnome"; -arch=(x86_64) -license=(GPL) -depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf) -makedepends=(intltool itstool gobject-introspection gtk-doc gnome-common git meson) -optdepends=('eog-plugins: Additional features') -groups=(gnome) -options=(!emptydirs) -_commit=c0b3d593f3ed8c4b6435a122731e479f347f1a7c # tags/3.28.3^0 -source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -build() { - arch-meson $pkgname build -D gtk_doc=true - ninja -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: eog/repos/extra-x86_64/PKGBUILD (from rev 335350, eog/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-24 22:00:13 UTC (rev 335351) @@ -0,0 +1,36 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=eog +pkgver=3.28.4 +pkgrel=1 +pkgdesc="Eye of Gnome: An image viewing and cataloging program" +url="https://wiki.gnome.org/Apps/EyeOfGnome"; +arch=(x86_64) +license=(GPL) +depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf) +makedepends=(intltool itstool gobject-introspection gtk-doc gnome-common git meson) +optdepends=('eog-plugins: Additional features') +groups=(gnome) +options=(!emptydirs) +_commit=cc4251a53feced98507abc284d90781130f59de7 # tags/3.28.4^0 +source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +build() { + arch-meson $pkgname build -D gtk_doc=true + ninja -C build +} + +check() { + meson test -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}
[arch-commits] Commit in gvfs/repos/extra-x86_64 (6 files)
Date: Monday, September 24, 2018 @ 22:00:52 Author: heftig Revision: 335356 archrelease: copy trunk to extra-x86_64 Added: gvfs/repos/extra-x86_64/PKGBUILD (from rev 335355, gvfs/trunk/PKGBUILD) gvfs/repos/extra-x86_64/gvfs-nfs.install (from rev 335355, gvfs/trunk/gvfs-nfs.install) gvfs/repos/extra-x86_64/gvfsd.hook (from rev 335355, gvfs/trunk/gvfsd.hook) Deleted: gvfs/repos/extra-x86_64/PKGBUILD gvfs/repos/extra-x86_64/gvfs-nfs.install gvfs/repos/extra-x86_64/gvfsd.hook --+ PKGBUILD | 328 ++--- gvfs-nfs.install | 14 +- gvfsd.hook | 22 +-- 3 files changed, 182 insertions(+), 182 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 22:00:43 UTC (rev 335355) +++ PKGBUILD2018-09-24 22:00:52 UTC (rev 335356) @@ -1,164 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Maintainer: Jan de Groot - -pkgbase=gvfs -pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google}) -pkgver=1.38.0+3+g7da3b0ba -pkgrel=1 -pkgdesc="Virtual filesystem implementation for GIO" -url="https://wiki.gnome.org/Projects/gvfs"; -arch=(x86_64) -license=(LGPL) -depends=(avahi dconf fuse libarchive libcdio-paranoia libsoup udisks2 libsecret - libbluray libgudev gcr psmisc) -makedepends=(dbus libgphoto2 libimobiledevice smbclient docbook-xsl gtk3 libmtp - gnome-online-accounts libnfs libgdata git gtk-doc python meson openssh) -groups=(gnome) -_commit=7da3b0ba2e207ce0b8a1bdfe023d6cf6d3764ed9 # gnome-3-30 -source=("git+https://gitlab.gnome.org/GNOME/gvfs.git#commit=$_commit"; -gvfsd.hook) -sha256sums=('SKIP' -'478b9cf7b4c242959fc640dbf0cd4935f16c59b81f5828a3af102d608d7a9d72') - -prepare() { - cd $pkgbase -} - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/-/+/g' -} - -build() { - arch-meson $pkgbase build -D man=true - ninja -C build -} - -check() { - cd build - meson test -} - -_split() { - local name="$1" src dest - shift - for src do -echo "$name: /usr/$src" -dest="$srcdir/$name/$src" -mkdir -p "${dest%/*}" -mv -T "$src" "$dest" - done -} - -package_gvfs() { - replaces=(gvfs-{obexftp,afp}) - optdepends=('gvfs-afc: AFC (mobile devices) support' - 'gvfs-smb: SMB/CIFS (Windows client) support' - 'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support' - 'gvfs-mtp: MTP device support' - 'gvfs-goa: gnome-online-accounts (e.g. OwnCloud) support' - 'gvfs-nfs: NFS support' - 'gvfs-google: Google Drive support' - 'gtk3: Recent files support') - options=(!emptydirs) - - DESTDIR="$pkgdir" ninja -C build install - - install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook - install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d" - - cd "$pkgdir/usr" - - _split smb \ -lib/gvfsd-smb{,-browse} \ -share/GConf/gsettings/gvfs-smb.convert \ -share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml \ -share/gvfs/mounts/smb{,-browse}.mount - - _split afc \ -lib/gvfs{-afc-volume-monitor,d-afc} \ -lib/systemd/user/gvfs-afc-volume-monitor.service \ -share/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service \ -share/gvfs/mounts/afc.mount \ -share/gvfs/remote-volume-monitors/afc.monitor - - _split gphoto2 \ -lib/gvfs{-gphoto2-volume-monitor,d-gphoto2} \ -lib/systemd/user/gvfs-gphoto2-volume-monitor.service \ -share/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service \ -share/gvfs/mounts/gphoto2.mount \ -share/gvfs/remote-volume-monitors/gphoto2.monitor - - _split mtp \ -lib/gvfs{-mtp-volume-monitor,d-mtp} \ -lib/systemd/user/gvfs-mtp-volume-monitor.service \ -share/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service \ -share/gvfs/mounts/mtp.mount \ -share/gvfs/remote-volume-monitors/mtp.monitor - - _split goa \ -lib/gvfs-goa-volume-monitor \ -lib/systemd/user/gvfs-goa-volume-monitor.service \ -share/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service \ -share/gvfs/remote-volume-monitors/goa.monitor - - _split nfs \ -lib/gvfsd-nfs \ -share/gvfs/mounts/nfs.mount - - _split google \ -lib/gvfsd-google \ -share/gvfs/mounts/google.mount -} - -package_gvfs-smb() { - pkgdesc+=" (SMB/CIFS backend; Windows client)" - depends=("gvfs=$pkgver" smbclient) - - mv "$srcdir/smb" "$pkgdir/usr" -} - -package_gvfs-afc() { - pkgdesc+=" (AFC backend; Apple mobile devices)" - depends=("gvfs=$pkgver" libimobiledevice usbmuxd) - - mv "$srcdir/afc" "$pkgdir/usr" -} - -package_gvfs-gphoto2() { - pkgdesc+=" (gphoto2 backend; PTP camera, MTP media player)" - depends=("gvfs=$pkgver" libgphoto2) - - mv "$srcdir/gphoto2" "$pkgdir/usr" -} - -package_gvfs-mtp() { - pkgdesc+=" (MTP backend; Android, media player)" - depends=("gvfs=$pkgver" libmtp) - - mv "$srcdir/mtp" "$pkg
[arch-commits] Commit in yelp-xsl/repos/extra-any (PKGBUILD PKGBUILD)
Date: Monday, September 24, 2018 @ 22:00:28 Author: heftig Revision: 335353 archrelease: copy trunk to extra-any Added: yelp-xsl/repos/extra-any/PKGBUILD (from rev 335352, yelp-xsl/trunk/PKGBUILD) Deleted: yelp-xsl/repos/extra-any/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 22:00:21 UTC (rev 335352) +++ PKGBUILD2018-09-24 22:00:28 UTC (rev 335353) @@ -1,34 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) - -pkgname=yelp-xsl -pkgver=3.30.0 -pkgrel=1 -pkgdesc="Document transformations from Yelp" -url="https://gitlab.gnome.org/GNOME/yelp-xsl"; -arch=(any) -license=(GPL) -makedepends=(intltool libxslt libxml2 itstool git) -_commit=c2d83e8e13ab76ff3c81d9d5577653c6977727b3 # tags/3.30.0^0 -source=("git+https://gitlab.gnome.org/GNOME/yelp-xsl.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgname - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ ---enable-doc - make -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} Copied: yelp-xsl/repos/extra-any/PKGBUILD (from rev 335352, yelp-xsl/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-24 22:00:28 UTC (rev 335353) @@ -0,0 +1,34 @@ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=yelp-xsl +pkgver=3.30.1 +pkgrel=1 +pkgdesc="Document transformations from Yelp" +url="https://gitlab.gnome.org/GNOME/yelp-xsl"; +arch=(any) +license=(GPL) +makedepends=(intltool libxslt libxml2 itstool git) +_commit=f9c7b5e371122e8c96f90a9b9e9b9e8534e98043 # tags/3.30.1^0 +source=("git+https://gitlab.gnome.org/GNOME/yelp-xsl.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--enable-doc + make +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in vte3/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, September 24, 2018 @ 22:01:00 Author: heftig Revision: 335357 archrelease: copy trunk to extra-x86_64 Added: vte3/repos/extra-x86_64/PKGBUILD (from rev 335356, vte3/trunk/PKGBUILD) Deleted: vte3/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 118 ++--- 1 file changed, 59 insertions(+), 59 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 22:00:52 UTC (rev 335356) +++ PKGBUILD2018-09-24 22:01:00 UTC (rev 335357) @@ -1,59 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Ionut Biru - -pkgbase=vte3 -pkgname=(vte3 vte-common) -pkgver=0.54.0+9+gdace9988 -pkgrel=1 -pkgdesc="Virtual Terminal Emulator widget for use with GTK3" -url="https://wiki.gnome.org/Apps/Terminal/VTE"; -arch=(x86_64) -license=(LGPL) -options=(!emptydirs) -depends=(gtk3 pcre2 gnutls) -makedepends=(intltool gobject-introspection vala glade git gtk-doc gperf) -_commit=dace9988710869d0a3a02e6a1f3904f7d2289bf5 # vte-0-54 -source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd vte - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd vte - - # https://bugzilla.gnome.org/show_bug.cgi?id=778926 - git cherry-pick -n 809e79770b4dea34d64574710ce429a86855fdb2 - - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd vte - - ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/vte \ ---localstatedir=/var --disable-static --enable-introspection --enable-glade-catalogue --enable-gtk-doc - - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package_vte3(){ - depends+=(vte-common) - - cd vte - make DESTDIR="$pkgdir" install - - rm "$pkgdir"/etc/profile.d/vte.sh -} - -package_vte-common() { - pkgdesc="Common files used by vte and vte3" - depends=(sh) - - cd vte - install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh -} Copied: vte3/repos/extra-x86_64/PKGBUILD (from rev 335356, vte3/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-24 22:01:00 UTC (rev 335357) @@ -0,0 +1,59 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Ionut Biru + +pkgbase=vte3 +pkgname=(vte3 vte-common) +pkgver=0.54.1 +pkgrel=1 +pkgdesc="Virtual Terminal Emulator widget for use with GTK3" +url="https://wiki.gnome.org/Apps/Terminal/VTE"; +arch=(x86_64) +license=(LGPL) +options=(!emptydirs) +depends=(gtk3 pcre2 gnutls) +makedepends=(intltool gobject-introspection vala glade git gtk-doc gperf) +_commit=e3ed022308860a6c90935d4c663e9e90be3883c0 # tags/0.54.1^0 +source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd vte + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd vte + + # https://bugzilla.gnome.org/show_bug.cgi?id=778926 + git cherry-pick -n 809e79770b4dea34d64574710ce429a86855fdb2 + + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd vte + + ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/vte \ +--localstatedir=/var --disable-static --enable-introspection --enable-glade-catalogue --enable-gtk-doc + + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package_vte3(){ + depends+=(vte-common) + + cd vte + make DESTDIR="$pkgdir" install + + rm "$pkgdir"/etc/profile.d/vte.sh +} + +package_vte-common() { + pkgdesc="Common files used by vte and vte3" + depends=(sh) + + cd vte + install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh +}
[arch-commits] Commit in gedit/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, September 24, 2018 @ 22:00:43 Author: heftig Revision: 335355 archrelease: copy trunk to extra-x86_64 Added: gedit/repos/extra-x86_64/PKGBUILD (from rev 335354, gedit/trunk/PKGBUILD) Deleted: gedit/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 98 ++--- 1 file changed, 49 insertions(+), 49 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 22:00:36 UTC (rev 335354) +++ PKGBUILD2018-09-24 22:00:43 UTC (rev 335355) @@ -1,49 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=gedit -pkgver=3.30.0 -pkgrel=2 -pkgdesc="GNOME Text Editor" -url="https://wiki.gnome.org/Apps/Gedit"; -arch=(x86_64) -license=(GPL) -depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell python-gobject dconf) -makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git gtk-doc) -optdepends=('gedit-plugins: Additional features') -groups=(gnome) -_commit=ad626786357e83821b1b1eed6c8b4612a3ede2c5 # tags/3.30.0^0 -source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit"; -"git+https://gitlab.gnome.org/GNOME/libgd.git";) -sha256sums=('SKIP' -'SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - - git submodule init - git config --local submodule.libgd.url "$srcdir/libgd" - git submodule update - - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgname - ./configure --prefix=/usr \ - --sysconfdir=/etc --localstatedir=/var \ - --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \ - --enable-python --enable-gtk-doc - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} - -package(){ - cd $pkgname - make DESTDIR="$pkgdir" install -} Copied: gedit/repos/extra-x86_64/PKGBUILD (from rev 335354, gedit/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-24 22:00:43 UTC (rev 335355) @@ -0,0 +1,49 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=gedit +pkgver=3.30.1 +pkgrel=1 +pkgdesc="GNOME Text Editor" +url="https://wiki.gnome.org/Apps/Gedit"; +arch=(x86_64) +license=(GPL) +depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell python-gobject dconf) +makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git gtk-doc) +optdepends=('gedit-plugins: Additional features') +groups=(gnome) +_commit=8c1a6620a541251c0e947afb343d9680d770d3ae # tags/3.30.1^0 +source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit"; +"git+https://gitlab.gnome.org/GNOME/libgd.git";) +sha256sums=('SKIP' +'SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + + git submodule init + git config --local submodule.libgd.url "$srcdir/libgd" + git submodule update + + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname + ./configure --prefix=/usr \ + --sysconfdir=/etc --localstatedir=/var \ + --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \ + --enable-python --enable-gtk-doc + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make +} + +package(){ + cd $pkgname + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in gnome-music/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, September 24, 2018 @ 22:00:36 Author: heftig Revision: 335354 archrelease: copy trunk to extra-x86_64 Added: gnome-music/repos/extra-x86_64/PKGBUILD (from rev 335353, gnome-music/trunk/PKGBUILD) Deleted: gnome-music/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 106 ++--- 1 file changed, 53 insertions(+), 53 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 22:00:28 UTC (rev 335353) +++ PKGBUILD2018-09-24 22:00:36 UTC (rev 335354) @@ -1,53 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Maintainer: Jan de Groot - -pkgname=gnome-music -pkgver=3.30.0+10+gae02f798 -pkgrel=2 -epoch=1 -pkgdesc="Music player and management application" -url="https://wiki.gnome.org/Apps/Music"; -arch=(x86_64) -license=(GPL) -depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 gvfs python-gobject - python-cairo gst-plugins-base python-requests libdazzle) -makedepends=(gobject-introspection git meson yelp-tools appstream-glib) -optdepends=('gst-plugins-good: Extra media codecs' -'gst-plugins-ugly: Extra media codecs' -'gst-plugins-bad: Extra media codecs' -'gst-libav: Extra media codecs') -groups=(gnome) -_commit=ae02f798d64e016918de4b9d14854d36d7d8ff55 # environments/review-gnome-3-30-6fvdp1/deployments/273 -source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit"; -"git+https://gitlab.gnome.org/GNOME/libgd.git";) -sha256sums=('SKIP' -'SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - - git submodule init - git config --local submodule.subprojects/libgd.url "$srcdir/libgd" - git submodule update -} - -build() { - arch-meson $pkgname build - ninja -C build -} - -check() { - meson test -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build - - python -m compileall -d /usr/lib "$pkgdir/usr/lib" - python -O -m compileall -d /usr/lib "$pkgdir/usr/lib" -} Copied: gnome-music/repos/extra-x86_64/PKGBUILD (from rev 335353, gnome-music/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-24 22:00:36 UTC (rev 335354) @@ -0,0 +1,53 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Maintainer: Jan de Groot + +pkgname=gnome-music +pkgver=3.30.1 +pkgrel=1 +epoch=1 +pkgdesc="Music player and management application" +url="https://wiki.gnome.org/Apps/Music"; +arch=(x86_64) +license=(GPL) +depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 gvfs python-gobject + python-cairo gst-plugins-base python-requests libdazzle) +makedepends=(gobject-introspection git meson yelp-tools appstream-glib) +optdepends=('gst-plugins-good: Extra media codecs' +'gst-plugins-ugly: Extra media codecs' +'gst-plugins-bad: Extra media codecs' +'gst-libav: Extra media codecs') +groups=(gnome) +_commit=43f7f441760895c8946d8b244d5981b94dd737d5 # tags/3.30.1^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit"; +"git+https://gitlab.gnome.org/GNOME/libgd.git";) +sha256sums=('SKIP' +'SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + + git submodule init + git config --local submodule.subprojects/libgd.url "$srcdir/libgd" + git submodule update +} + +build() { + arch-meson $pkgname build + ninja -C build +} + +check() { + meson test -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build + + python -m compileall -d /usr/lib "$pkgdir/usr/lib" + python -O -m compileall -d /usr/lib "$pkgdir/usr/lib" +}
[arch-commits] Commit in libsoup/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, September 24, 2018 @ 22:00:21 Author: heftig Revision: 335352 archrelease: copy trunk to extra-x86_64 Added: libsoup/repos/extra-x86_64/PKGBUILD (from rev 335351, libsoup/trunk/PKGBUILD) Deleted: libsoup/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 22:00:13 UTC (rev 335351) +++ PKGBUILD2018-09-24 22:00:21 UTC (rev 335352) @@ -1,38 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Maintainer: Jan de Groot - -pkgname=libsoup -pkgver=2.64.0+10+g263fb57d -pkgrel=1 -pkgdesc="HTTP client/server library for GNOME" -url="https://wiki.gnome.org/Projects/libsoup"; -arch=(x86_64) -license=(LGPL) -depends=(glib2 libxml2 glib-networking sqlite krb5) -makedepends=(gobject-introspection python vala git gtk-doc meson libpsl) -checkdepends=(apache php-apache) -_commit=263fb57d3f168747a01788724929058d28b07211 # master -source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname -} - -build() { - arch-meson $pkgname build -D doc=true -D vapi=true - ninja -C build -} - -check() { - meson test -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 335351, libsoup/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-24 22:00:21 UTC (rev 335352) @@ -0,0 +1,38 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Maintainer: Jan de Groot + +pkgname=libsoup +pkgver=2.64.1 +pkgrel=1 +pkgdesc="HTTP client/server library for GNOME" +url="https://wiki.gnome.org/Projects/libsoup"; +arch=(x86_64) +license=(LGPL) +depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl) +makedepends=(gobject-introspection python vala git gtk-doc meson) +checkdepends=(apache php-apache) +_commit=d5b35ec84c80db74419fe369b893560ec3383235 # tags/2.64.1^0 +source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname +} + +build() { + arch-meson $pkgname build -D doc=true -D vapi=true + ninja -C build +} + +check() { + meson test -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}
[arch-commits] Commit in gedit-plugins/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, September 24, 2018 @ 22:00:04 Author: heftig Revision: 335350 archrelease: copy trunk to extra-x86_64 Added: gedit-plugins/repos/extra-x86_64/PKGBUILD (from rev 335349, gedit-plugins/trunk/PKGBUILD) Deleted: gedit-plugins/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 92 ++--- 1 file changed, 46 insertions(+), 46 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 21:59:55 UTC (rev 335349) +++ PKGBUILD2018-09-24 22:00:04 UTC (rev 335350) @@ -1,46 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Ionut Biru -# Contributor: Alexander Rødseth -# Contributor: Hugo Doria -# Contributor: Sergej Chodarev -# Contributor: zhuqin - -pkgname=gedit-plugins -pkgver=3.30.0 -pkgrel=1 -pkgdesc="Collection of plugins for the gedit Text Editor" -url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins"; -arch=(x86_64) -license=(GPL) -depends=(gedit python-dbus python-cairo) -makedepends=(intltool vte3 libgit2-glib itstool gucharmap gobject-introspection vala yelp-tools git) -optdepends=('gucharmap: for charmap plugin' -'vte3: for embedded terminal' -'libgit2-glib: for git plugin') -_commit=4fdb7da1b03ab5f0eda3e74382fc87c3c67a40b0 # tags/3.30.0^0 -source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit";) -sha512sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgname - ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: gedit-plugins/repos/extra-x86_64/PKGBUILD (from rev 335349, gedit-plugins/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-24 22:00:04 UTC (rev 335350) @@ -0,0 +1,46 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Ionut Biru +# Contributor: Alexander Rødseth +# Contributor: Hugo Doria +# Contributor: Sergej Chodarev +# Contributor: zhuqin + +pkgname=gedit-plugins +pkgver=3.30.1 +pkgrel=1 +pkgdesc="Collection of plugins for the gedit Text Editor" +url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins"; +arch=(x86_64) +license=(GPL) +depends=(gedit python-dbus python-cairo) +makedepends=(intltool vte3 libgit2-glib itstool gucharmap gobject-introspection vala yelp-tools git) +optdepends=('gucharmap: for charmap plugin' +'vte3: for embedded terminal' +'libgit2-glib: for git plugin') +_commit=ca6464b4d55cf88e17a3f0c3af5a7b21d56c461b # tags/3.30.1^0 +source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit";) +sha512sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname + ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in gnome-terminal/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, September 24, 2018 @ 21:59:32 Author: heftig Revision: 335346 archrelease: copy trunk to extra-x86_64 Added: gnome-terminal/repos/extra-x86_64/PKGBUILD (from rev 335345, gnome-terminal/trunk/PKGBUILD) Deleted: gnome-terminal/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 92 ++--- 1 file changed, 46 insertions(+), 46 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 21:59:24 UTC (rev 335345) +++ PKGBUILD2018-09-24 21:59:32 UTC (rev 335346) @@ -1,46 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Maintainer: Jan de Groot - -pkgname=gnome-terminal -pkgver=3.30.0 -pkgrel=1 -pkgdesc="The GNOME Terminal Emulator" -url="https://wiki.gnome.org/Apps/Terminal"; -arch=(x86_64) -license=(GPL) -depends=('vte3>=0.52.0' gsettings-desktop-schemas dconf) -makedepends=(intltool itstool docbook-xsl libnautilus-extension appdata-tools - gnome-shell gconf vala yelp-tools git) -options=(!emptydirs) -groups=(gnome) -_commit=4b2638a4c99b991ff8a07dfd52b4397d6636fdd9 # tags/3.30.0^0 -source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgname - LDFLAGS+=" -pthread" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ ---libexecdir=/usr/lib --disable-static --with-nautilus-extension - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} - -check() { - cd $pkgname - make check -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} Copied: gnome-terminal/repos/extra-x86_64/PKGBUILD (from rev 335345, gnome-terminal/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-24 21:59:32 UTC (rev 335346) @@ -0,0 +1,46 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Maintainer: Jan de Groot + +pkgname=gnome-terminal +pkgver=3.30.1 +pkgrel=1 +pkgdesc="The GNOME Terminal Emulator" +url="https://wiki.gnome.org/Apps/Terminal"; +arch=(x86_64) +license=(GPL) +depends=('vte3>=0.52.0' gsettings-desktop-schemas dconf) +makedepends=(intltool itstool docbook-xsl libnautilus-extension appdata-tools + gnome-shell vala yelp-tools git) +options=(!emptydirs) +groups=(gnome) +_commit=e6aba82fb4e97fd6edfd2feb1057aeaae7c0ece5 # tags/3.30.1^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname + LDFLAGS+=" -pthread" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--libexecdir=/usr/lib --disable-static --with-nautilus-extension + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make +} + +check() { + cd $pkgname + make check +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in gnome-maps/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, September 24, 2018 @ 21:59:24 Author: heftig Revision: 335345 archrelease: copy trunk to extra-x86_64 Added: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 335344, gnome-maps/trunk/PKGBUILD) Deleted: gnome-maps/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 21:59:16 UTC (rev 335344) +++ PKGBUILD2018-09-24 21:59:24 UTC (rev 335345) @@ -1,38 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Maintainer: Jan de Groot - -pkgname=gnome-maps -pkgver=3.30.0 -pkgrel=1 -pkgdesc="A simple GNOME 3 maps application" -url="https://wiki.gnome.org/Apps/Maps"; -arch=(x86_64) -license=(GPL) -depends=(geocode-glib geoclue2 gjs libchamplain libgee folks gfbgraph) -makedepends=(gobject-introspection git meson yelp) -groups=(gnome) -_commit=dbaeb66077a458dbd71e4115af512a5a3128cec6 # tags/v3.30.0^0 -source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/^v//;s/-/+/g' -} - -prepare() { - cd $pkgname -} - -build() { - arch-meson $pkgname build - ninja -C build -} - -check() { - meson test -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 335344, gnome-maps/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-24 21:59:24 UTC (rev 335345) @@ -0,0 +1,38 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Maintainer: Jan de Groot + +pkgname=gnome-maps +pkgver=3.30.1 +pkgrel=1 +pkgdesc="A simple GNOME 3 maps application" +url="https://wiki.gnome.org/Apps/Maps"; +arch=(x86_64) +license=(GPL) +depends=(geocode-glib geoclue2 gjs libchamplain libgee folks gfbgraph) +makedepends=(gobject-introspection git meson yelp) +groups=(gnome) +_commit=dcce39471f1c6c730b9e05ba36799a6f4af82cf8 # tags/v3.30.1^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^v//;s/-/+/g' +} + +prepare() { + cd $pkgname +} + +build() { + arch-meson $pkgname build + ninja -C build +} + +check() { + meson test -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}
[arch-commits] Commit in gnome-mines/repos/extra-x86_64 (3 files)
Date: Monday, September 24, 2018 @ 21:59:55 Author: heftig Revision: 335349 archrelease: copy trunk to extra-x86_64 Added: gnome-mines/repos/extra-x86_64/PKGBUILD (from rev 335348, gnome-mines/trunk/PKGBUILD) Deleted: gnome-mines/repos/extra-x86_64/PKGBUILD gnome-mines/repos/extra-x86_64/icon-fixes.diff -+ PKGBUILD| 79 +- icon-fixes.diff | 10 -- 2 files changed, 38 insertions(+), 51 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 21:59:47 UTC (rev 335348) +++ PKGBUILD2018-09-24 21:59:55 UTC (rev 335349) @@ -1,41 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=gnome-mines -pkgver=3.30.0 -pkgrel=1 -pkgdesc="Clear hidden mines from a minefield" -url="https://wiki.gnome.org/Apps/Mines"; -arch=(x86_64) -license=(GPL) -depends=(gtk3 librsvg libgnome-games-support) -makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) -groups=(gnome-extra) -_commit=15ac355d3e0d2639303a5944c1173a7199f8a824 # tags/3.30.0^0 -source=("git+https://gitlab.gnome.org/GNOME/gnome-mines.git#commit=$_commit"; -icon-fixes.diff) -sha256sums=('SKIP' -'8f8667d9d6fe5ad9d789c1842653ae0b49b9eaa82b378d6ee7b7e2a8abffae57') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - patch -Np1 -i ../icon-fixes.diff -} - -build() { - arch-meson $pkgname build - ninja -C build -} - -check() { - meson test -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: gnome-mines/repos/extra-x86_64/PKGBUILD (from rev 335348, gnome-mines/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-24 21:59:55 UTC (rev 335349) @@ -0,0 +1,38 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=gnome-mines +pkgver=3.30.1 +pkgrel=1 +pkgdesc="Clear hidden mines from a minefield" +url="https://wiki.gnome.org/Apps/Mines"; +arch=(x86_64) +license=(GPL) +depends=(gtk3 librsvg libgnome-games-support) +makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) +groups=(gnome-extra) +_commit=f118c9adb2364082352bd36ab065df35e46d # tags/3.30.1^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-mines.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname +} + +build() { + arch-meson $pkgname build + ninja -C build +} + +check() { + meson test -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build +} Deleted: icon-fixes.diff === --- icon-fixes.diff 2018-09-24 21:59:47 UTC (rev 335348) +++ icon-fixes.diff 2018-09-24 21:59:55 UTC (rev 335349) @@ -1,10 +0,0 @@ -diff --git i/data/meson.build w/data/meson.build -index 781dc9e..c18c617 100644 i/data/meson.build -+++ w/data/meson.build -@@ -1,4 +1,4 @@ --foreach size: [ '16x16', '22x22', '24x24', '32x32', '48x48' ] -+foreach size: [ '16x16', '22x22', '24x24', '32x32', '48x48', '256x256' ] - install_data (join_paths ('icons', 'hicolor', size, 'gnome-mines.png'), - install_dir: join_paths (datadir, 'icons', 'hicolor', size, 'apps')) - endforeach
[arch-commits] Commit in librsvg/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, September 24, 2018 @ 21:59:39 Author: heftig Revision: 335347 archrelease: copy trunk to extra-x86_64 Added: librsvg/repos/extra-x86_64/PKGBUILD (from rev 335346, librsvg/trunk/PKGBUILD) Deleted: librsvg/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 88 ++--- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 21:59:32 UTC (rev 335346) +++ PKGBUILD2018-09-24 21:59:39 UTC (rev 335347) @@ -1,44 +0,0 @@ -# Maintainer: Jan de Groot - -pkgname=librsvg -pkgver=2.44.3 -pkgrel=1 -epoch=2 -pkgdesc="SVG rendering library" -url="https://wiki.gnome.org/Projects/LibRsvg"; -arch=(x86_64) -license=(LGPL) -depends=(gdk-pixbuf2 pango libcroco) -makedepends=(intltool gobject-introspection vala python2 gtk-doc git rust) -_commit=1168b79c54d2f5e5dfbb5657800c6896e9371116 # tags/2.44.3^0 -source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgname - ./configure --prefix=/usr --disable-static --enable-vala --enable-gtk-doc - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool - make -} - -check() { - cd $pkgname - make check -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} - -# vim: ts=2 sw=2 et: Copied: librsvg/repos/extra-x86_64/PKGBUILD (from rev 335346, librsvg/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-24 21:59:39 UTC (rev 335347) @@ -0,0 +1,44 @@ +# Maintainer: Jan de Groot + +pkgname=librsvg +pkgver=2.44.4 +pkgrel=1 +epoch=2 +pkgdesc="SVG rendering library" +url="https://wiki.gnome.org/Projects/LibRsvg"; +arch=(x86_64) +license=(LGPL) +depends=(gdk-pixbuf2 pango libcroco) +makedepends=(intltool gobject-introspection vala python2 gtk-doc git rust) +_commit=1e584aaa53ff36eafdea63de62ebae628e005777 # tags/2.44.4^0 +source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname + ./configure --prefix=/usr --disable-static --enable-vala --enable-gtk-doc + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool + make +} + +check() { + cd $pkgname + make check +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in gnome-calculator/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, September 24, 2018 @ 21:59:47 Author: heftig Revision: 335348 archrelease: copy trunk to extra-x86_64 Added: gnome-calculator/repos/extra-x86_64/PKGBUILD (from rev 335347, gnome-calculator/trunk/PKGBUILD) Deleted: gnome-calculator/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 70 ++--- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 21:59:39 UTC (rev 335347) +++ PKGBUILD2018-09-24 21:59:47 UTC (rev 335348) @@ -1,35 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=gnome-calculator -pkgver=3.30.0+1+g782d83c6 -pkgrel=1 -pkgdesc="GNOME Scientific calculator" -url="https://wiki.gnome.org/Apps/Calculator"; -arch=(x86_64) -license=(GPL) -depends=(gtk3 dconf gtksourceview3 mpfr libsoup libmpc) -makedepends=(yelp-tools vala git appstream-glib meson) -groups=(gnome) -options=(!emptydirs) -_commit=782d83c6aa2a9760e01c0e8b75a169ca75136105 # gnome-3-30 -source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -build() { - arch-meson $pkgname build - ninja -C build -} - -check() { - meson test -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: gnome-calculator/repos/extra-x86_64/PKGBUILD (from rev 335347, gnome-calculator/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-24 21:59:47 UTC (rev 335348) @@ -0,0 +1,35 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=gnome-calculator +pkgver=3.30.1 +pkgrel=1 +pkgdesc="GNOME Scientific calculator" +url="https://wiki.gnome.org/Apps/Calculator"; +arch=(x86_64) +license=(GPL) +depends=(gtk3 dconf gtksourceview3 mpfr libsoup libmpc) +makedepends=(yelp-tools vala git appstream-glib meson) +groups=(gnome) +options=(!emptydirs) +_commit=269be9ec47ae8bb2c806a3be44d1d524f409131d # tags/3.30.1^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +build() { + arch-meson $pkgname build + ninja -C build +} + +check() { + meson test -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}
[arch-commits] Commit in bijiben/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, September 24, 2018 @ 21:59:16 Author: heftig Revision: 335344 archrelease: copy trunk to extra-x86_64 Added: bijiben/repos/extra-x86_64/PKGBUILD (from rev 335343, bijiben/trunk/PKGBUILD) Deleted: bijiben/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 84 ++--- 1 file changed, 42 insertions(+), 42 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 21:55:39 UTC (rev 335343) +++ PKGBUILD2018-09-24 21:59:16 UTC (rev 335344) @@ -1,42 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) - -pkgname=bijiben -pkgver=3.30.0 -pkgrel=1 -pkgdesc="Write out notes, every detail matters" -url="https://wiki.gnome.org/Apps/Bijiben"; -arch=(x86_64) -license=(GPL) -depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server) -makedepends=(evolution python appstream-glib yelp-tools git meson) -_commit=6551d99a1d695006b0c79d18d921a79110893bb9 # tags/BIJIBEN_3_30_0^0 -source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit"; -"git+https://gitlab.gnome.org/GNOME/libgd.git";) -sha256sums=('SKIP' -'SKIP') - -pkgver() { - cd gnome-notes - git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g' -} - -prepare() { - cd gnome-notes - - git submodule init - git config --local submodule.subprojects/libgd.url "$srcdir/libgd" - git submodule update -} - -build() { - arch-meson gnome-notes build - ninja -C build -} - -check() { - meson test -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: bijiben/repos/extra-x86_64/PKGBUILD (from rev 335343, bijiben/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-24 21:59:16 UTC (rev 335344) @@ -0,0 +1,42 @@ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=bijiben +pkgver=3.30.1 +pkgrel=1 +pkgdesc="Write out notes, every detail matters" +url="https://wiki.gnome.org/Apps/Bijiben"; +arch=(x86_64) +license=(GPL) +depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server) +makedepends=(evolution python appstream-glib yelp-tools git meson) +_commit=93310671f94277fc99750ae0e0d4f55b2d82ed7f # tags/BIJIBEN_3_30_1^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit"; +"git+https://gitlab.gnome.org/GNOME/libgd.git";) +sha256sums=('SKIP' +'SKIP') + +pkgver() { + cd gnome-notes + git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd gnome-notes + + git submodule init + git config --local submodule.subprojects/libgd.url "$srcdir/libgd" + git submodule update +} + +build() { + arch-meson gnome-notes build + ninja -C build +} + +check() { + meson test -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}
[arch-commits] Commit in re2c/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Date: Monday, September 24, 2018 @ 21:55:39 Author: anatolik Revision: 335343 archrelease: copy trunk to testing-x86_64 Added: re2c/repos/testing-x86_64/ re2c/repos/testing-x86_64/PKGBUILD (from rev 335342, re2c/trunk/PKGBUILD) --+ PKGBUILD | 31 +++ 1 file changed, 31 insertions(+) Copied: re2c/repos/testing-x86_64/PKGBUILD (from rev 335342, re2c/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2018-09-24 21:55:39 UTC (rev 335343) @@ -0,0 +1,31 @@ +# Maintainer: +# Contributor: nut543 +# Contributor: Dale Blount + +pkgname=re2c +pkgver=1.1.1 +pkgrel=1 +arch=(x86_64) +depends=(gcc-libs) +pkgdesc='A tool for generating C-based recognizers from regular expressions' +url='http://re2c.org' +license=(public domain) +source=(re2c-$pkgver.tar.gz::https://github.com/skvadrik/re2c/archive/$pkgver.tar.gz) +sha1sums=('ddc72454d2ccbbd66b038bbe6bc14783a349ac4f') + +build() { + cd $pkgname-$pkgver/re2c + ./autogen.sh + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver/re2c + make tests +} + +package() { + cd $pkgname-$pkgver/re2c + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in re2c/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 21:55:02 Author: anatolik Revision: 335342 upgpkg: re2c 1.1.1-1 Modified: re2c/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 21:54:44 UTC (rev 335341) +++ PKGBUILD2018-09-24 21:55:02 UTC (rev 335342) @@ -3,7 +3,7 @@ # Contributor: Dale Blount pkgname=re2c -pkgver=1.0.3 +pkgver=1.1.1 pkgrel=1 arch=(x86_64) depends=(gcc-libs) @@ -11,7 +11,7 @@ url='http://re2c.org' license=(public domain) source=(re2c-$pkgver.tar.gz::https://github.com/skvadrik/re2c/archive/$pkgver.tar.gz) -sha1sums=('633d80252fefbb36901517b606f51b5baf3b14a7') +sha1sums=('ddc72454d2ccbbd66b038bbe6bc14783a349ac4f') build() { cd $pkgname-$pkgver/re2c
[arch-commits] Commit in gnome-music/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 21:54:40 Author: heftig Revision: 335340 3.30.1-1 Modified: gnome-music/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 21:52:35 UTC (rev 335339) +++ PKGBUILD2018-09-24 21:54:40 UTC (rev 335340) @@ -2,8 +2,8 @@ # Maintainer: Jan de Groot pkgname=gnome-music -pkgver=3.30.0+10+gae02f798 -pkgrel=2 +pkgver=3.30.1 +pkgrel=1 epoch=1 pkgdesc="Music player and management application" url="https://wiki.gnome.org/Apps/Music"; @@ -17,7 +17,7 @@ 'gst-plugins-bad: Extra media codecs' 'gst-libav: Extra media codecs') groups=(gnome) -_commit=ae02f798d64e016918de4b9d14854d36d7d8ff55 # environments/review-gnome-3-30-6fvdp1/deployments/273 +_commit=43f7f441760895c8946d8b244d5981b94dd737d5 # tags/3.30.1^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit"; "git+https://gitlab.gnome.org/GNOME/libgd.git";) sha256sums=('SKIP'
[arch-commits] Commit in bijiben/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 21:54:44 Author: heftig Revision: 335341 3.30.1-1 Modified: bijiben/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 21:54:40 UTC (rev 335340) +++ PKGBUILD2018-09-24 21:54:44 UTC (rev 335341) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=bijiben -pkgver=3.30.0 +pkgver=3.30.1 pkgrel=1 pkgdesc="Write out notes, every detail matters" url="https://wiki.gnome.org/Apps/Bijiben"; @@ -9,7 +9,7 @@ license=(GPL) depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server) makedepends=(evolution python appstream-glib yelp-tools git meson) -_commit=6551d99a1d695006b0c79d18d921a79110893bb9 # tags/BIJIBEN_3_30_0^0 +_commit=93310671f94277fc99750ae0e0d4f55b2d82ed7f # tags/BIJIBEN_3_30_1^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit"; "git+https://gitlab.gnome.org/GNOME/libgd.git";) sha256sums=('SKIP'
[arch-commits] Commit in gnome-terminal/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 21:52:26 Author: heftig Revision: 335338 3.30.1-1 Modified: gnome-terminal/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 21:51:32 UTC (rev 335337) +++ PKGBUILD2018-09-24 21:52:26 UTC (rev 335338) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=gnome-terminal -pkgver=3.30.0 +pkgver=3.30.1 pkgrel=1 pkgdesc="The GNOME Terminal Emulator" url="https://wiki.gnome.org/Apps/Terminal"; @@ -13,7 +13,7 @@ gnome-shell vala yelp-tools git) options=(!emptydirs) groups=(gnome) -_commit=4b2638a4c99b991ff8a07dfd52b4397d6636fdd9 # tags/3.30.0^0 +_commit=e6aba82fb4e97fd6edfd2feb1057aeaae7c0ece5 # tags/3.30.1^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in gnome-maps/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 21:52:35 Author: heftig Revision: 335339 3.30.1-1 Modified: gnome-maps/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 21:52:26 UTC (rev 335338) +++ PKGBUILD2018-09-24 21:52:35 UTC (rev 335339) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=gnome-maps -pkgver=3.30.0 +pkgver=3.30.1 pkgrel=1 pkgdesc="A simple GNOME 3 maps application" url="https://wiki.gnome.org/Apps/Maps"; @@ -11,7 +11,7 @@ depends=(geocode-glib geoclue2 gjs libchamplain libgee folks gfbgraph) makedepends=(gobject-introspection git meson yelp) groups=(gnome) -_commit=dbaeb66077a458dbd71e4115af512a5a3128cec6 # tags/v3.30.0^0 +_commit=dcce39471f1c6c730b9e05ba36799a6f4af82cf8 # tags/v3.30.1^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in vte3/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 21:51:12 Author: heftig Revision: 335336 0.54.1-1 Modified: vte3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 21:50:38 UTC (rev 335335) +++ PKGBUILD2018-09-24 21:51:12 UTC (rev 335336) @@ -3,7 +3,7 @@ pkgbase=vte3 pkgname=(vte3 vte-common) -pkgver=0.54.0+9+gdace9988 +pkgver=0.54.1 pkgrel=1 pkgdesc="Virtual Terminal Emulator widget for use with GTK3" url="https://wiki.gnome.org/Apps/Terminal/VTE"; @@ -12,7 +12,7 @@ options=(!emptydirs) depends=(gtk3 pcre2 gnutls) makedepends=(intltool gobject-introspection vala glade git gtk-doc gperf) -_commit=dace9988710869d0a3a02e6a1f3904f7d2289bf5 # vte-0-54 +_commit=e3ed022308860a6c90935d4c663e9e90be3883c0 # tags/0.54.1^0 source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in yelp-xsl/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 21:51:32 Author: heftig Revision: 335337 3.30.1-1 Modified: yelp-xsl/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 21:51:12 UTC (rev 335336) +++ PKGBUILD2018-09-24 21:51:32 UTC (rev 335337) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=yelp-xsl -pkgver=3.30.0 +pkgver=3.30.1 pkgrel=1 pkgdesc="Document transformations from Yelp" url="https://gitlab.gnome.org/GNOME/yelp-xsl"; @@ -8,7 +8,7 @@ arch=(any) license=(GPL) makedepends=(intltool libxslt libxml2 itstool git) -_commit=c2d83e8e13ab76ff3c81d9d5577653c6977727b3 # tags/3.30.0^0 +_commit=f9c7b5e371122e8c96f90a9b9e9b9e8534e98043 # tags/3.30.1^0 source=("git+https://gitlab.gnome.org/GNOME/yelp-xsl.git#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in gnome-calculator/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 21:50:38 Author: heftig Revision: 335335 3.30.1-1 Modified: gnome-calculator/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 21:49:12 UTC (rev 335334) +++ PKGBUILD2018-09-24 21:50:38 UTC (rev 335335) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot pkgname=gnome-calculator -pkgver=3.30.0+1+g782d83c6 +pkgver=3.30.1 pkgrel=1 pkgdesc="GNOME Scientific calculator" url="https://wiki.gnome.org/Apps/Calculator"; @@ -12,7 +12,7 @@ makedepends=(yelp-tools vala git appstream-glib meson) groups=(gnome) options=(!emptydirs) -_commit=782d83c6aa2a9760e01c0e8b75a169ca75136105 # gnome-3-30 +_commit=269be9ec47ae8bb2c806a3be44d1d524f409131d # tags/3.30.1^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in eog/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 21:49:03 Author: heftig Revision: 335333 3.28.4-1 Modified: eog/trunk/PKGBUILD --+ PKGBUILD |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 21:48:16 UTC (rev 335332) +++ PKGBUILD2018-09-24 21:49:03 UTC (rev 335333) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot pkgname=eog -pkgver=3.28.3 +pkgver=3.28.4 pkgrel=1 pkgdesc="Eye of Gnome: An image viewing and cataloging program" url="https://wiki.gnome.org/Apps/EyeOfGnome"; @@ -13,7 +13,7 @@ optdepends=('eog-plugins: Additional features') groups=(gnome) options=(!emptydirs) -_commit=c0b3d593f3ed8c4b6435a122731e479f347f1a7c # tags/3.28.3^0 +_commit=cc4251a53feced98507abc284d90781130f59de7 # tags/3.28.4^0 source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit";) sha256sums=('SKIP') @@ -27,6 +27,10 @@ ninja -C build } +check() { + meson test -C build +} + package() { DESTDIR="$pkgdir" meson install -C build }
[arch-commits] Commit in gnome-mines/trunk (PKGBUILD icon-fixes.diff)
Date: Monday, September 24, 2018 @ 21:49:12 Author: heftig Revision: 335334 3.30.1-1 Modified: gnome-mines/trunk/PKGBUILD Deleted: gnome-mines/trunk/icon-fixes.diff -+ PKGBUILD| 11 --- icon-fixes.diff | 10 -- 2 files changed, 4 insertions(+), 17 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 21:49:03 UTC (rev 335333) +++ PKGBUILD2018-09-24 21:49:12 UTC (rev 335334) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot pkgname=gnome-mines -pkgver=3.30.0 +pkgver=3.30.1 pkgrel=1 pkgdesc="Clear hidden mines from a minefield" url="https://wiki.gnome.org/Apps/Mines"; @@ -11,11 +11,9 @@ depends=(gtk3 librsvg libgnome-games-support) makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) groups=(gnome-extra) -_commit=15ac355d3e0d2639303a5944c1173a7199f8a824 # tags/3.30.0^0 -source=("git+https://gitlab.gnome.org/GNOME/gnome-mines.git#commit=$_commit"; -icon-fixes.diff) -sha256sums=('SKIP' -'8f8667d9d6fe5ad9d789c1842653ae0b49b9eaa82b378d6ee7b7e2a8abffae57') +_commit=f118c9adb2364082352bd36ab065df35e46d # tags/3.30.1^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-mines.git#commit=$_commit";) +sha256sums=('SKIP') pkgver() { cd $pkgname @@ -24,7 +22,6 @@ prepare() { cd $pkgname - patch -Np1 -i ../icon-fixes.diff } build() { Deleted: icon-fixes.diff === --- icon-fixes.diff 2018-09-24 21:49:03 UTC (rev 335333) +++ icon-fixes.diff 2018-09-24 21:49:12 UTC (rev 335334) @@ -1,10 +0,0 @@ -diff --git i/data/meson.build w/data/meson.build -index 781dc9e..c18c617 100644 i/data/meson.build -+++ w/data/meson.build -@@ -1,4 +1,4 @@ --foreach size: [ '16x16', '22x22', '24x24', '32x32', '48x48' ] -+foreach size: [ '16x16', '22x22', '24x24', '32x32', '48x48', '256x256' ] - install_data (join_paths ('icons', 'hicolor', size, 'gnome-mines.png'), - install_dir: join_paths (datadir, 'icons', 'hicolor', size, 'apps')) - endforeach
[arch-commits] Commit in gedit-plugins/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 21:48:16 Author: heftig Revision: 335332 3.30.1-1 Modified: gedit-plugins/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 21:48:13 UTC (rev 335331) +++ PKGBUILD2018-09-24 21:48:16 UTC (rev 335332) @@ -6,7 +6,7 @@ # Contributor: zhuqin pkgname=gedit-plugins -pkgver=3.30.0 +pkgver=3.30.1 pkgrel=1 pkgdesc="Collection of plugins for the gedit Text Editor" url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins"; @@ -17,7 +17,7 @@ optdepends=('gucharmap: for charmap plugin' 'vte3: for embedded terminal' 'libgit2-glib: for git plugin') -_commit=4fdb7da1b03ab5f0eda3e74382fc87c3c67a40b0 # tags/3.30.0^0 +_commit=ca6464b4d55cf88e17a3f0c3af5a7b21d56c461b # tags/3.30.1^0 source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit";) sha512sums=('SKIP')
[arch-commits] Commit in gedit/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 21:48:13 Author: heftig Revision: 335331 3.30.1-1 Modified: gedit/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 21:45:23 UTC (rev 335330) +++ PKGBUILD2018-09-24 21:48:13 UTC (rev 335331) @@ -2,8 +2,8 @@ # Contributor: Jan de Groot pkgname=gedit -pkgver=3.30.0 -pkgrel=2 +pkgver=3.30.1 +pkgrel=1 pkgdesc="GNOME Text Editor" url="https://wiki.gnome.org/Apps/Gedit"; arch=(x86_64) @@ -12,7 +12,7 @@ makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git gtk-doc) optdepends=('gedit-plugins: Additional features') groups=(gnome) -_commit=ad626786357e83821b1b1eed6c8b4612a3ede2c5 # tags/3.30.0^0 +_commit=8c1a6620a541251c0e947afb343d9680d770d3ae # tags/3.30.1^0 source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit"; "git+https://gitlab.gnome.org/GNOME/libgd.git";) sha256sums=('SKIP'
[arch-commits] Commit in librsvg/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 21:45:23 Author: heftig Revision: 335330 2.44.4-1 Modified: librsvg/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 21:40:24 UTC (rev 335329) +++ PKGBUILD2018-09-24 21:45:23 UTC (rev 335330) @@ -1,7 +1,7 @@ # Maintainer: Jan de Groot pkgname=librsvg -pkgver=2.44.3 +pkgver=2.44.4 pkgrel=1 epoch=2 pkgdesc="SVG rendering library" @@ -10,7 +10,7 @@ license=(LGPL) depends=(gdk-pixbuf2 pango libcroco) makedepends=(intltool gobject-introspection vala python2 gtk-doc git rust) -_commit=1168b79c54d2f5e5dfbb5657800c6896e9371116 # tags/2.44.3^0 +_commit=1e584aaa53ff36eafdea63de62ebae628e005777 # tags/2.44.4^0 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in libsoup/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 21:40:06 Author: heftig Revision: 335328 2.64.1-1 Modified: libsoup/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 20:00:24 UTC (rev 335327) +++ PKGBUILD2018-09-24 21:40:06 UTC (rev 335328) @@ -2,16 +2,16 @@ # Maintainer: Jan de Groot pkgname=libsoup -pkgver=2.64.0+10+g263fb57d +pkgver=2.64.1 pkgrel=1 pkgdesc="HTTP client/server library for GNOME" url="https://wiki.gnome.org/Projects/libsoup"; arch=(x86_64) license=(LGPL) -depends=(glib2 libxml2 glib-networking sqlite krb5) -makedepends=(gobject-introspection python vala git gtk-doc meson libpsl) +depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl) +makedepends=(gobject-introspection python vala git gtk-doc meson) checkdepends=(apache php-apache) -_commit=263fb57d3f168747a01788724929058d28b07211 # master +_commit=d5b35ec84c80db74419fe369b893560ec3383235 # tags/2.64.1^0 source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in gvfs/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 21:40:24 Author: heftig Revision: 335329 1.38.1-1 Modified: gvfs/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 21:40:06 UTC (rev 335328) +++ PKGBUILD2018-09-24 21:40:24 UTC (rev 335329) @@ -3,7 +3,7 @@ pkgbase=gvfs pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google}) -pkgver=1.38.0+3+g7da3b0ba +pkgver=1.38.1 pkgrel=1 pkgdesc="Virtual filesystem implementation for GIO" url="https://wiki.gnome.org/Projects/gvfs"; @@ -14,7 +14,7 @@ makedepends=(dbus libgphoto2 libimobiledevice smbclient docbook-xsl gtk3 libmtp gnome-online-accounts libnfs libgdata git gtk-doc python meson openssh) groups=(gnome) -_commit=7da3b0ba2e207ce0b8a1bdfe023d6cf6d3764ed9 # gnome-3-30 +_commit=710b13df176cf36768f0184104e71a6b556b707d # tags/1.38.1^0 source=("git+https://gitlab.gnome.org/GNOME/gvfs.git#commit=$_commit"; gvfsd.hook) sha256sums=('SKIP'
[arch-commits] Commit in bolt/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, September 24, 2018 @ 20:21:36 Author: jlichtblau Revision: 384682 archrelease: copy trunk to community-x86_64 Added: bolt/repos/community-x86_64/PKGBUILD (from rev 384681, bolt/trunk/PKGBUILD) Deleted: bolt/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 20:21:26 UTC (rev 384681) +++ PKGBUILD2018-09-24 20:21:36 UTC (rev 384682) @@ -1,37 +0,0 @@ -# Maintainer: Morten Linderud -# Maintainer: Jaroslav Lichtblau - -pkgname=bolt -pkgver=0.4 -pkgrel=2 -pkgdesc="Thunderbolt 3 device manager" -arch=('i686' 'x86_64') -url="https://gitlab.freedesktop.org/bolt/bolt"; -license=('LGPL') -depends=('polkit' 'systemd') -makedepends=('asciidoc' 'meson') -checkdepends=('umockdev') -source=("https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz";) -sha256sums=('7692799545cd84b31aa7145712c55e36afc0d369c62157b19e5e865deae5f6f6') - -build() { - cd $pkgname-$pkgver - - install -d ../build - arch-meson ../build - ninja -v -C ../build -} - -check() { - cd $pkgname-$pkgver - - ninja -C ../build test -} - -package() { - cd $pkgname-$pkgver - - DESTDIR="${pkgdir}" ninja -C ../build install -# Fixup mode to match polkit - install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d" -} Copied: bolt/repos/community-x86_64/PKGBUILD (from rev 384681, bolt/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-24 20:21:36 UTC (rev 384682) @@ -0,0 +1,37 @@ +# Maintainer: Morten Linderud +# Maintainer: Jaroslav Lichtblau + +pkgname=bolt +pkgver=0.5 +pkgrel=1 +pkgdesc="Thunderbolt 3 device manager" +arch=('x86_64') +url="https://gitlab.freedesktop.org/bolt/bolt"; +license=('LGPL') +depends=('polkit' 'systemd') +makedepends=('asciidoc' 'meson' 'python-setuptools') +checkdepends=('umockdev') +source=("https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz";) +sha256sums=('f0ed0a6f50fd3a741fbe2b51290daf1cd4c9d4859941df832c5c1f681a418631') + +build() { + cd $pkgname-$pkgver + + install -d ../build + arch-meson ../build + ninja -v -C ../build +} + +check() { + cd $pkgname-$pkgver + + ninja -C ../build test +} + +package() { + cd $pkgname-$pkgver + + DESTDIR="${pkgdir}" ninja -C ../build install +# Fixup mode to match polkit + install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d" +}
[arch-commits] Commit in bolt/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 20:21:26 Author: jlichtblau Revision: 384681 upgpkg: bolt 0.5-1 - new upstream release Modified: bolt/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 19:07:21 UTC (rev 384680) +++ PKGBUILD2018-09-24 20:21:26 UTC (rev 384681) @@ -2,17 +2,17 @@ # Maintainer: Jaroslav Lichtblau pkgname=bolt -pkgver=0.4 -pkgrel=2 +pkgver=0.5 +pkgrel=1 pkgdesc="Thunderbolt 3 device manager" arch=('x86_64') url="https://gitlab.freedesktop.org/bolt/bolt"; license=('LGPL') depends=('polkit' 'systemd') -makedepends=('asciidoc' 'meson') +makedepends=('asciidoc' 'meson' 'python-setuptools') checkdepends=('umockdev') source=("https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz";) -sha256sums=('7692799545cd84b31aa7145712c55e36afc0d369c62157b19e5e865deae5f6f6') +sha256sums=('f0ed0a6f50fd3a741fbe2b51290daf1cd4c9d4859941df832c5c1f681a418631') build() { cd $pkgname-$pkgver
[arch-commits] Commit in okular/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, September 24, 2018 @ 20:00:24 Author: arojas Revision: 335327 archrelease: copy trunk to extra-x86_64 Added: okular/repos/extra-x86_64/PKGBUILD (from rev 335326, okular/trunk/PKGBUILD) Deleted: okular/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 91 - 1 file changed, 48 insertions(+), 43 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-24 20:00:02 UTC (rev 335326) +++ PKGBUILD2018-09-24 20:00:24 UTC (rev 335327) @@ -1,43 +0,0 @@ -# Maintainer: Felix Yan -# Maintainer: Antonio Rojas -# Contributor: Andrea Scarpino - -pkgname=okular -pkgver=18.08.1 -pkgrel=3 -pkgdesc='Document Viewer' -arch=(x86_64) -url="https://kde.org/applications/graphics/okular/"; -license=(GPL LGPL FDL) -groups=(kde-applications kdegraphics) -depends=(djvulibre libspectre libkexiv2 poppler-qt5 qca kpty kactivities threadweaver kjs kparts purpose discount phonon-qt5) -makedepends=(extra-cmake-modules ebook-tools kdegraphics-mobipocket kdoctools khtml chmlib) -optdepends=('ebook-tools: mobi and epub support' -'kdegraphics-mobipocket: mobi support' 'kirigami2: mobile UI' 'libzip: CHM support' -'khtml: CHM support' 'chmlib: CHM support' 'calligra: ODT and ODP support' -'unrar: Comic Book Archive support') -conflicts=(kdegraphics-okular) -replaces=(kdegraphics-okular) -source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('536aa48e324bbfc6eb8c13988179ab50e43ecd4b66e7a59ce098e438d428c0c6' -'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck - -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: okular/repos/extra-x86_64/PKGBUILD (from rev 335326, okular/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-24 20:00:24 UTC (rev 335327) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgname=okular +pkgver=18.08.1 +pkgrel=4 +pkgdesc='Document Viewer' +arch=(x86_64) +url="https://kde.org/applications/graphics/okular/"; +license=(GPL LGPL FDL) +groups=(kde-applications kdegraphics) +depends=(djvulibre libspectre libkexiv2 poppler-qt5 qca kpty kactivities threadweaver kjs kparts purpose discount phonon-qt5) +makedepends=(extra-cmake-modules ebook-tools kdegraphics-mobipocket kdoctools khtml chmlib) +optdepends=('ebook-tools: mobi and epub support' +'kdegraphics-mobipocket: mobi support' 'kirigami2: mobile UI' 'libzip: CHM support' +'khtml: CHM support' 'chmlib: CHM support' 'calligra: ODT and ODP support' +'unrar: Comic Book Archive support') +conflicts=(kdegraphics-okular) +replaces=(kdegraphics-okular) +source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} + kdebug-393478.patch::"https://cgit.kde.org/okular.git/patch/?id=fa7a1b3d";) +sha256sums=('536aa48e324bbfc6eb8c13988179ab50e43ecd4b66e7a59ce098e438d428c0c6' +'SKIP' +'be2ca6fd8f0573ff9daad563c68523dbdbfd14e4ced2cf06424bbbc016be') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck + +prepare() { + mkdir -p build + + cd $pkgname-$pkgver + patch -p1 -i ../kdebug-393478.patch +} + +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 okular/trunk (PKGBUILD)
Date: Monday, September 24, 2018 @ 20:00:02 Author: arojas Revision: 335326 Backport crash fix Modified: okular/trunk/PKGBUILD --+ PKGBUILD | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-24 15:35:08 UTC (rev 335325) +++ PKGBUILD2018-09-24 20:00:02 UTC (rev 335326) @@ -4,7 +4,7 @@ pkgname=okular pkgver=18.08.1 -pkgrel=3 +pkgrel=4 pkgdesc='Document Viewer' arch=(x86_64) url="https://kde.org/applications/graphics/okular/"; @@ -18,14 +18,19 @@ 'unrar: Comic Book Archive support') conflicts=(kdegraphics-okular) replaces=(kdegraphics-okular) -source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} + kdebug-393478.patch::"https://cgit.kde.org/okular.git/patch/?id=fa7a1b3d";) sha256sums=('536aa48e324bbfc6eb8c13988179ab50e43ecd4b66e7a59ce098e438d428c0c6' -'SKIP') +'SKIP' +'be2ca6fd8f0573ff9daad563c68523dbdbfd14e4ced2cf06424bbbc016be') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck prepare() { mkdir -p build + + cd $pkgname-$pkgver + patch -p1 -i ../kdebug-393478.patch } build() {