[arch-commits] Commit in darcs/repos (4 files)
Date: Wednesday, November 1, 2017 @ 15:10:21 Author: felixonmars Revision: 265007 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 265006, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 265006, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 59 community-staging-x86_64/PKGBUILD | 59 2 files changed, 118 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 265006, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-11-01 15:10:21 UTC (rev 265007) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5.20170909 +pkgrel=5 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-knob" "haskell-mmap" + "haskell-mtl" "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" + "haskell-tar" "haskell-text" "haskell-unix-compat" "haskell-utf8-string" "haskell-vector" + "haskell-zip-archive" "haskell-zlib") +makedepends=('ghc') +# Fetched from http://darcs.net/reviewed/reviewed.zip +source=("https://pkgbuild.com/~felixonmars/sources/darcs-2.12.5.20170909.zip";) +#source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('64f44e9d9727b8f7e00402a8a5dde9b6dc8f103776c4decef90b28af9603830f') + +prepare() { +mv reviewed $pkgname-$pkgver +sed -e 's/graphviz >= 2999.18.1 && < 2999.19,/graphviz >= 2999.18.1,/' \ +-e 's/process >= 1.2.3.0 && < 1.5.0.0,/process >= 1.2.3.0,/' \ +-e 's/time >= 1.5.0.1 && < 1.8,/time >= 1.5.0.1,/' \ +-i $pkgname-$pkgver/darcs.cabal +} + +build() { +cd $pkgname-$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 \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv +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 $pkgname-$pkgver + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 265006, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-11-01 15:10:21 UTC (rev 265007) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5.20170909 +pkgrel=5 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-knob" "haskell-mmap" + "haskell-mtl" "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" + "haskell-tar" "haskell-text" "haskell-unix-compat" "haskell-utf8-string" "haskell-vector" + "haskell-zip-archive" "ha
[arch-commits] Commit in darcs/repos (4 files)
Date: Saturday, October 14, 2017 @ 01:02:35 Author: felixonmars Revision: 262661 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 262660, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 262660, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 59 community-staging-x86_64/PKGBUILD | 59 2 files changed, 118 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 262660, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-10-14 01:02:35 UTC (rev 262661) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5.20170909 +pkgrel=4 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-knob" "haskell-mmap" + "haskell-mtl" "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" + "haskell-tar" "haskell-text" "haskell-unix-compat" "haskell-utf8-string" "haskell-vector" + "haskell-zip-archive" "haskell-zlib") +makedepends=('ghc') +# Fetched from http://darcs.net/reviewed/reviewed.zip +source=("https://pkgbuild.com/~felixonmars/sources/darcs-2.12.5.20170909.zip";) +#source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('64f44e9d9727b8f7e00402a8a5dde9b6dc8f103776c4decef90b28af9603830f') + +prepare() { +mv reviewed $pkgname-$pkgver +sed -e 's/graphviz >= 2999.18.1 && < 2999.19,/graphviz >= 2999.18.1,/' \ +-e 's/process >= 1.2.3.0 && < 1.5.0.0,/process >= 1.2.3.0,/' \ +-e 's/time >= 1.5.0.1 && < 1.8,/time >= 1.5.0.1,/' \ +-i $pkgname-$pkgver/darcs.cabal +} + +build() { +cd $pkgname-$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 \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv +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 $pkgname-$pkgver + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 262660, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-10-14 01:02:35 UTC (rev 262661) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5.20170909 +pkgrel=4 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-knob" "haskell-mmap" + "haskell-mtl" "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" + "haskell-tar" "haskell-text" "haskell-unix-compat" "haskell-utf8-string" "haskell-vector" + "haskell-zip-archive" "has
[arch-commits] Commit in darcs/repos (4 files)
Date: Friday, September 29, 2017 @ 10:20:30 Author: felixonmars Revision: 260953 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 260952, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 260952, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 59 community-staging-x86_64/PKGBUILD | 59 2 files changed, 118 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 260952, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-09-29 10:20:30 UTC (rev 260953) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5.20170909 +pkgrel=3 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-knob" "haskell-mmap" + "haskell-mtl" "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" + "haskell-tar" "haskell-text" "haskell-unix-compat" "haskell-utf8-string" "haskell-vector" + "haskell-zip-archive" "haskell-zlib") +makedepends=('ghc') +# Fetched from http://darcs.net/reviewed/reviewed.zip +source=("https://pkgbuild.com/~felixonmars/sources/darcs-2.12.5.20170909.zip";) +#source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('64f44e9d9727b8f7e00402a8a5dde9b6dc8f103776c4decef90b28af9603830f') + +prepare() { +mv reviewed $pkgname-$pkgver +sed -e 's/graphviz >= 2999.18.1 && < 2999.19,/graphviz >= 2999.18.1,/' \ +-e 's/process >= 1.2.3.0 && < 1.5.0.0,/process >= 1.2.3.0,/' \ +-e 's/time >= 1.5.0.1 && < 1.8,/time >= 1.5.0.1,/' \ +-i $pkgname-$pkgver/darcs.cabal +} + +build() { +cd $pkgname-$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 \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv +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 $pkgname-$pkgver + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 260952, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-09-29 10:20:30 UTC (rev 260953) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5.20170909 +pkgrel=3 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-knob" "haskell-mmap" + "haskell-mtl" "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" + "haskell-tar" "haskell-text" "haskell-unix-compat" "haskell-utf8-string" "haskell-vector" + "haskell-zip-archive" "has
[arch-commits] Commit in darcs/repos (4 files)
Date: Saturday, September 16, 2017 @ 16:56:34 Author: felixonmars Revision: 257933 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 257932, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 257932, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 59 community-staging-x86_64/PKGBUILD | 59 2 files changed, 118 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 257932, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-09-16 16:56:34 UTC (rev 257933) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5.20170909 +pkgrel=2 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-knob" "haskell-mmap" + "haskell-mtl" "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" + "haskell-tar" "haskell-text" "haskell-unix-compat" "haskell-utf8-string" "haskell-vector" + "haskell-zip-archive" "haskell-zlib") +makedepends=('ghc') +# Fetched from http://darcs.net/reviewed/reviewed.zip +source=("https://pkgbuild.com/~felixonmars/sources/darcs-2.12.5.20170909.zip";) +#source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('64f44e9d9727b8f7e00402a8a5dde9b6dc8f103776c4decef90b28af9603830f') + +prepare() { +mv reviewed $pkgname-$pkgver +sed -e 's/graphviz >= 2999.18.1 && < 2999.19,/graphviz >= 2999.18.1,/' \ +-e 's/process >= 1.2.3.0 && < 1.5.0.0,/process >= 1.2.3.0,/' \ +-e 's/time >= 1.5.0.1 && < 1.8,/time >= 1.5.0.1,/' \ +-i $pkgname-$pkgver/darcs.cabal +} + +build() { +cd $pkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv +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 $pkgname-$pkgver + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 257932, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-09-16 16:56:34 UTC (rev 257933) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5.20170909 +pkgrel=2 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-knob" "haskell-mmap" + "haskell-mtl" "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" + "haskell-tar" "haskell-text" "haskell-unix-compat" "haskell-utf8-string" "haskell-vector" + "haskell-zip-archive" "haskell-zlib") +makedepends=
[arch-commits] Commit in darcs/repos (4 files)
Date: Saturday, September 16, 2017 @ 14:14:54 Author: felixonmars Revision: 257833 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: darcs/repos/community-testing-i686/ darcs/repos/community-testing-i686/PKGBUILD (from rev 257832, darcs/trunk/PKGBUILD) darcs/repos/community-testing-x86_64/ darcs/repos/community-testing-x86_64/PKGBUILD (from rev 257832, darcs/trunk/PKGBUILD) ---+ community-testing-i686/PKGBUILD | 59 community-testing-x86_64/PKGBUILD | 59 2 files changed, 118 insertions(+) Copied: darcs/repos/community-testing-i686/PKGBUILD (from rev 257832, darcs/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2017-09-16 14:14:54 UTC (rev 257833) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5.20170909 +pkgrel=1 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-knob" "haskell-mmap" + "haskell-mtl" "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" + "haskell-tar" "haskell-text" "haskell-unix-compat" "haskell-utf8-string" "haskell-vector" + "haskell-zip-archive" "haskell-zlib") +makedepends=('ghc') +# Fetched from http://darcs.net/reviewed/reviewed.zip +source=("https://pkgbuild.com/~felixonmars/sources/darcs-2.12.5.20170909.zip";) +#source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('64f44e9d9727b8f7e00402a8a5dde9b6dc8f103776c4decef90b28af9603830f') + +prepare() { +mv reviewed $pkgname-$pkgver +sed -e 's/graphviz >= 2999.18.1 && < 2999.19,/graphviz >= 2999.18.1,/' \ +-e 's/process >= 1.2.3.0 && < 1.5.0.0,/process >= 1.2.3.0,/' \ +-e 's/time >= 1.5.0.1 && < 1.8,/time >= 1.5.0.1,/' \ +-i $pkgname-$pkgver/darcs.cabal +} + +build() { +cd $pkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv +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 $pkgname-$pkgver + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-testing-x86_64/PKGBUILD (from rev 257832, darcs/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2017-09-16 14:14:54 UTC (rev 257833) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5.20170909 +pkgrel=1 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-knob" "haskell-mmap" + "haskell-mtl" "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" + "haskell-tar" "haskell-text" "haskell-unix-compat" "haskell-utf8-string" "haskell-vector" + "haskell-zip-archive" "haskell-zlib") +makedepends=
[arch-commits] Commit in darcs/repos (4 files)
Date: Wednesday, August 9, 2017 @ 17:41:10 Author: felixonmars Revision: 249673 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 249672, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 249672, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 249672, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-08-09 17:41:10 UTC (rev 249673) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=58 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +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" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 249672, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-08-09 17:41:10 UTC (rev 249673) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=58 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgv
[arch-commits] Commit in darcs/repos (4 files)
Date: Sunday, August 6, 2017 @ 20:44:12 Author: felixonmars Revision: 249124 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 249123, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 249123, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 249123, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-08-06 20:44:12 UTC (rev 249124) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=57 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +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" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 249123, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-08-06 20:44:12 UTC (rev 249124) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=57 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}
[arch-commits] Commit in darcs/repos (4 files)
Date: Friday, August 4, 2017 @ 09:45:01 Author: felixonmars Revision: 248198 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 248197, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 248197, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 248197, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-08-04 09:45:01 UTC (rev 248198) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=56 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +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" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 248197, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-08-04 09:45:01 UTC (rev 248198) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=56 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}
[arch-commits] Commit in darcs/repos (4 files)
Date: Wednesday, July 26, 2017 @ 15:15:45 Author: felixonmars Revision: 246436 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 246435, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 246435, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 246435, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-26 15:15:45 UTC (rev 246436) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=55 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +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" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 246435, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-26 15:15:45 UTC (rev 246436) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=55 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgve
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, July 11, 2017 @ 20:12:28 Author: felixonmars Revision: 244478 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 244477, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 244477, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 244477, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-11 20:12:28 UTC (rev 244478) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=54 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +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" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 244477, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-11 20:12:28 UTC (rev 244478) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=54 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, July 11, 2017 @ 15:08:31 Author: felixonmars Revision: 244272 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 244271, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 244271, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 244271, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-11 15:08:31 UTC (rev 244272) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=53 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +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" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 244271, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-11 15:08:31 UTC (rev 244272) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=53 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, July 11, 2017 @ 06:06:29 Author: felixonmars Revision: 243915 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 243914, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 243914, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 243914, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-11 06:06:29 UTC (rev 243915) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=52 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +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" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 243914, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-11 06:06:29 UTC (rev 243915) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=52 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}
[arch-commits] Commit in darcs/repos (4 files)
Date: Monday, July 10, 2017 @ 05:14:14 Author: felixonmars Revision: 243502 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 243501, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 243501, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 243501, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-10 05:14:14 UTC (rev 243502) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=51 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +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" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 243501, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-10 05:14:14 UTC (rev 243502) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=51 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in darcs/repos (4 files)
Date: Friday, July 7, 2017 @ 19:40:00 Author: felixonmars Revision: 243027 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 243026, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 243026, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 243026, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-07 19:40:00 UTC (rev 243027) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=50 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +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" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 243026, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-07 19:40:00 UTC (rev 243027) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=50 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in darcs/repos (4 files)
Date: Friday, July 7, 2017 @ 15:32:00 Author: felixonmars Revision: 242851 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 242850, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 242850, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 242850, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-07-07 15:32:00 UTC (rev 242851) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=49 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +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" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 242850, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-07-07 15:32:00 UTC (rev 242851) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=49 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in darcs/repos (4 files)
Date: Friday, June 30, 2017 @ 20:36:33 Author: felixonmars Revision: 241784 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 241783, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 241783, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 241783, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-30 20:36:33 UTC (rev 241784) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=48 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +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" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 241783, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-06-30 20:36:33 UTC (rev 241784) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=48 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in darcs/repos (4 files)
Date: Friday, June 23, 2017 @ 11:43:30 Author: felixonmars Revision: 240323 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 240322, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 240322, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 240322, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-23 11:43:30 UTC (rev 240323) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=47 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +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" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 240322, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-06-23 11:43:30 UTC (rev 240323) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=47 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, June 22, 2017 @ 09:16:12 Author: felixonmars Revision: 239508 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 239507, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 239507, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 239507, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-22 09:16:12 UTC (rev 239508) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=46 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +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" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 239507, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-06-22 09:16:12 UTC (rev 239508) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=46 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, June 20, 2017 @ 08:14:52 Author: felixonmars Revision: 238865 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 238864, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 238864, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 238864, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-20 08:14:52 UTC (rev 238865) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=45 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +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" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 238864, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-06-20 08:14:52 UTC (rev 238865) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=45 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaske
[arch-commits] Commit in darcs/repos (4 files)
Date: Sunday, June 18, 2017 @ 16:36:15 Author: felixonmars Revision: 238085 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/PKGBUILD (from rev 238084, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/PKGBUILD (from rev 238084, darcs/trunk/PKGBUILD) Deleted: darcs/repos/community-staging-i686/PKGBUILD darcs/repos/community-staging-x86_64/PKGBUILD ---+ /PKGBUILD | 102 community-staging-i686/PKGBUILD | 51 -- community-staging-x86_64/PKGBUILD | 51 -- 3 files changed, 102 insertions(+), 102 deletions(-) Deleted: community-staging-i686/PKGBUILD === --- community-staging-i686/PKGBUILD 2017-06-18 16:35:44 UTC (rev 238084) +++ community-staging-i686/PKGBUILD 2017-06-18 16:36:15 UTC (rev 238085) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Arch Haskell Team - -pkgname=darcs -pkgver=2.12.5 -pkgrel=43 -pkgdesc="A distributed, interactive, smart revision control system" -url="http://darcs.net"; -license=("GPL") -arch=('i686' 'x86_64') -depends=('curl' "ghc" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" - "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" - "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" - "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" - "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" - "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" - "haskell-vector" "haskell-zip-archive" "haskell-zlib") -source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) -sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') - -build() { -cd "${srcdir}/${pkgname}-${pkgver}" - -runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ ---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ ---libsubdir=\$compiler/site-local/\$pkgid \ --fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ --f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri -runhaskell Setup build -runhaskell Setup haddock --hoogle --html -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" -install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" -ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" -runhaskell Setup copy --destdir="${pkgdir}" -rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" -chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" - -install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" -install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" -} Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 238084, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-18 16:36:15 UTC (rev 238085) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=44 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' "ghc" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pk
[arch-commits] Commit in darcs/repos (4 files)
Date: Sunday, June 18, 2017 @ 16:16:25 Author: felixonmars Revision: 238083 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 238082, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 238082, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 238082, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-18 16:16:25 UTC (rev 238083) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=43 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' "ghc" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +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" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 238082, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-06-18 16:16:25 UTC (rev 238083) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=43 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl' "ghc" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" + "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaske
[arch-commits] Commit in darcs/repos (4 files)
Date: Monday, June 12, 2017 @ 08:15:38 Author: felixonmars Revision: 236332 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 236331, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 236331, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 236331, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-12 08:15:38 UTC (rev 236332) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=42 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 236331, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-06-12 08:15:38 UTC (rev 236332) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=42 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/d
[arch-commits] Commit in darcs/repos (4 files)
Date: Monday, June 12, 2017 @ 05:10:56 Author: felixonmars Revision: 236256 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 236255, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 236255, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 236255, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-12 05:10:56 UTC (rev 236256) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=41 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 236255, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-06-12 05:10:56 UTC (rev 236256) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=41 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/d
[arch-commits] Commit in darcs/repos (4 files)
Date: Saturday, June 10, 2017 @ 14:58:15 Author: felixonmars Revision: 235939 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 235938, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 235938, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 235938, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-10 14:58:15 UTC (rev 235939) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=40 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 235938, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-06-10 14:58:15 UTC (rev 235939) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=40 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions
[arch-commits] Commit in darcs/repos (4 files)
Date: Saturday, June 10, 2017 @ 06:59:15 Author: felixonmars Revision: 235806 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 235805, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 235805, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 235805, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-10 06:59:15 UTC (rev 235806) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=39 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 235805, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-06-10 06:59:15 UTC (rev 235806) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=39 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions
[arch-commits] Commit in darcs/repos (4 files)
Date: Friday, June 9, 2017 @ 15:29:55 Author: felixonmars Revision: 235569 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 235568, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 235568, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 235568, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-09 15:29:55 UTC (rev 235569) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=38 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 235568, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-06-09 15:29:55 UTC (rev 235569) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=38 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/da
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, June 6, 2017 @ 17:54:51 Author: felixonmars Revision: 235033 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 235032, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 235032, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 235032, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-06 17:54:51 UTC (rev 235033) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=37 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 235032, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-06-06 17:54:51 UTC (rev 235033) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=37 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/d
[arch-commits] Commit in darcs/repos (4 files)
Date: Sunday, June 4, 2017 @ 22:55:11 Author: felixonmars Revision: 234053 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 234052, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 234052, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 234052, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-04 22:55:11 UTC (rev 234053) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=36 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 234052, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-06-04 22:55:11 UTC (rev 234053) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=36 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/da
[arch-commits] Commit in darcs/repos (4 files)
Date: Sunday, June 4, 2017 @ 15:27:53 Author: felixonmars Revision: 233973 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 233972, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 233972, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 233972, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-04 15:27:53 UTC (rev 233973) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=35 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 233972, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-06-04 15:27:53 UTC (rev 233973) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=35 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/da
[arch-commits] Commit in darcs/repos (4 files)
Date: Saturday, June 3, 2017 @ 10:26:01 Author: felixonmars Revision: 233681 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 233680, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 233680, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 233680, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-03 10:26:01 UTC (rev 233681) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=34 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 233680, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-06-03 10:26:01 UTC (rev 233681) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=34 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, June 1, 2017 @ 15:33:00 Author: felixonmars Revision: 232316 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 232315, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 232315, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 232315, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-06-01 15:33:00 UTC (rev 232316) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=33 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 232315, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-06-01 15:33:00 UTC (rev 232316) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=33 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/
[arch-commits] Commit in darcs/repos (4 files)
Date: Monday, May 29, 2017 @ 17:11:19 Author: felixonmars Revision: 230941 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 230940, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 230940, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 230940, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-05-29 17:11:19 UTC (rev 230941) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=32 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 230940, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-05-29 17:11:19 UTC (rev 230941) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=32 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/da
[arch-commits] Commit in darcs/repos (4 files)
Date: Sunday, May 28, 2017 @ 14:53:56 Author: felixonmars Revision: 230606 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 230605, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 230605, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 230605, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-05-28 14:53:56 UTC (rev 230606) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=31 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 230605, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-05-28 14:53:56 UTC (rev 230606) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=31 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/da
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, May 25, 2017 @ 14:53:47 Author: felixonmars Revision: 230098 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 230097, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 230097, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 230097, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-05-25 14:53:47 UTC (rev 230098) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=30 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 230097, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-05-25 14:53:47 UTC (rev 230098) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=30 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, May 23, 2017 @ 16:49:48 Author: felixonmars Revision: 229766 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 229765, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 229765, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 229765, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-05-23 16:49:48 UTC (rev 229766) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=29 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 229765, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-05-23 16:49:48 UTC (rev 229766) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=29 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/d
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, May 23, 2017 @ 01:27:36 Author: felixonmars Revision: 229457 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 229456, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 229456, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 229456, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-05-23 01:27:36 UTC (rev 229457) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=28 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 229456, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-05-23 01:27:36 UTC (rev 229457) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=28 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/d
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, May 9, 2017 @ 17:03:18 Author: felixonmars Revision: 227487 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 227486, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 227486, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 227486, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-05-09 17:03:18 UTC (rev 227487) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=27 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 227486, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-05-09 17:03:18 UTC (rev 227487) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=27 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/da
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, April 27, 2017 @ 07:42:44 Author: felixonmars Revision: 225940 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 225939, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 225939, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 225939, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-04-27 07:42:44 UTC (rev 225940) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=26 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 225939, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-04-27 07:42:44 UTC (rev 225940) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=26 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completion
[arch-commits] Commit in darcs/repos (4 files)
Date: Wednesday, April 26, 2017 @ 06:55:59 Author: felixonmars Revision: 225397 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 225396, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 225396, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 225396, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-04-26 06:55:59 UTC (rev 225397) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=25 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 225396, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-04-26 06:55:59 UTC (rev 225397) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=25 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completio
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, April 25, 2017 @ 17:08:46 Author: felixonmars Revision: 225320 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 225319, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 225319, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 225319, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-04-25 17:08:46 UTC (rev 225320) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=24 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 225319, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-04-25 17:08:46 UTC (rev 225320) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=24 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions
[arch-commits] Commit in darcs/repos (4 files)
Date: Friday, April 21, 2017 @ 19:54:25 Author: felixonmars Revision: 224248 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 224247, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 224247, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 224247, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-04-21 19:54:25 UTC (rev 224248) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=23 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 224247, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-04-21 19:54:25 UTC (rev 224248) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=23 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/
[arch-commits] Commit in darcs/repos (4 files)
Date: Sunday, April 16, 2017 @ 15:45:37 Author: felixonmars Revision: 223213 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 223212, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 223212, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 223212, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-04-16 15:45:37 UTC (rev 223213) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=22 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 223212, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-04-16 15:45:37 UTC (rev 223213) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=22 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, April 13, 2017 @ 10:54:27 Author: felixonmars Revision: 222639 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 222638, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 222638, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 222638, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-04-13 10:54:27 UTC (rev 222639) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=21 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 222638, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-04-13 10:54:27 UTC (rev 222639) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=21 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completion
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, April 11, 2017 @ 14:40:17 Author: felixonmars Revision: 36 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 35, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 35, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 35, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-04-11 14:40:17 UTC (rev 36) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=20 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 35, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-04-11 14:40:17 UTC (rev 36) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=20 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions
[arch-commits] Commit in darcs/repos (4 files)
Date: Monday, April 10, 2017 @ 18:21:14 Author: felixonmars Revision: 221872 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 221871, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 221871, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 221871, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-04-10 18:21:14 UTC (rev 221872) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=19 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 221871, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-04-10 18:21:14 UTC (rev 221872) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=19 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/
[arch-commits] Commit in darcs/repos (4 files)
Date: Friday, April 7, 2017 @ 16:39:35 Author: felixonmars Revision: 221258 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 221257, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 221257, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 221257, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-04-07 16:39:35 UTC (rev 221258) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=18 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 221257, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-04-07 16:39:35 UTC (rev 221258) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=18 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/d
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, April 6, 2017 @ 04:55:48 Author: felixonmars Revision: 220879 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 220878, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 220878, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 220878, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-04-06 04:55:48 UTC (rev 220879) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=17 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 220878, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-04-06 04:55:48 UTC (rev 220879) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=17 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions
[arch-commits] Commit in darcs/repos (4 files)
Date: Wednesday, April 5, 2017 @ 16:28:38 Author: felixonmars Revision: 220663 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 220662, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 220662, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 220662, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-04-05 16:28:38 UTC (rev 220663) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=16 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 220662, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-04-05 16:28:38 UTC (rev 220663) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=16 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completion
[arch-commits] Commit in darcs/repos (4 files)
Date: Wednesday, March 29, 2017 @ 12:33:40 Author: felixonmars Revision: 219820 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 219819, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 219819, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 219819, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-03-29 12:33:40 UTC (rev 219820) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=15 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 219819, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-03-29 12:33:40 UTC (rev 219820) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=15 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completio
[arch-commits] Commit in darcs/repos (4 files)
Date: Monday, March 27, 2017 @ 21:41:06 Author: felixonmars Revision: 219454 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 219453, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 219453, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 219453, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-03-27 21:41:06 UTC (rev 219454) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=14 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 219453, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-03-27 21:41:06 UTC (rev 219454) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=14 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/
[arch-commits] Commit in darcs/repos (4 files)
Date: Monday, March 20, 2017 @ 15:08:50 Author: felixonmars Revision: 217633 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 217632, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 217632, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 217632, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-03-20 15:08:50 UTC (rev 217633) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=13 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 217632, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-03-20 15:08:50 UTC (rev 217633) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=13 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, March 16, 2017 @ 03:16:44 Author: felixonmars Revision: 216517 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 216516, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 216516, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 216516, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-03-16 03:16:44 UTC (rev 216517) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=12 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 216516, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-03-16 03:16:44 UTC (rev 216517) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=12 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completion
[arch-commits] Commit in darcs/repos (4 files)
Date: Wednesday, March 15, 2017 @ 16:46:20 Author: felixonmars Revision: 216452 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 216451, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 216451, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 216451, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-03-15 16:46:20 UTC (rev 216452) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=11 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 216451, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-03-15 16:46:20 UTC (rev 216452) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=11 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completio
[arch-commits] Commit in darcs/repos (4 files)
Date: Sunday, March 12, 2017 @ 22:14:12 Author: felixonmars Revision: 215915 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 215914, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 215914, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 215914, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-03-12 22:14:12 UTC (rev 215915) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=10 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 215914, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-03-12 22:14:12 UTC (rev 215915) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=10 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/
[arch-commits] Commit in darcs/repos (4 files)
Date: Saturday, March 4, 2017 @ 02:58:16 Author: felixonmars Revision: 214749 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 214748, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 214748, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 214748, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-03-04 02:58:16 UTC (rev 214749) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=9 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 214748, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-03-04 02:58:16 UTC (rev 214749) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=9 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/d
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, March 2, 2017 @ 06:53:18 Author: felixonmars Revision: 214434 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 214433, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 214433, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 214433, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-03-02 06:53:18 UTC (rev 214434) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=8 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 214433, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-03-02 06:53:18 UTC (rev 214434) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=8 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/d
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, February 14, 2017 @ 04:29:05 Author: felixonmars Revision: 212231 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 212230, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 212230, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 212230, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-14 04:29:05 UTC (rev 212231) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=7 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 212230, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-14 04:29:05 UTC (rev 212231) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=7 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completion
[arch-commits] Commit in darcs/repos (4 files)
Date: Friday, February 10, 2017 @ 04:13:17 Author: felixonmars Revision: 211680 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 211679, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 211679, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 211679, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-10 04:13:17 UTC (rev 211680) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=6 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 211679, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-10 04:13:17 UTC (rev 211680) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=6 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, February 9, 2017 @ 17:36:20 Author: felixonmars Revision: 211554 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 211553, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 211553, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 211553, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-09 17:36:20 UTC (rev 211554) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=5 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 211553, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-09 17:36:20 UTC (rev 211554) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=5 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completion
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, February 7, 2017 @ 20:13:28 Author: felixonmars Revision: 210873 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 210872, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 210872, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 210872, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-07 20:13:28 UTC (rev 210873) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=4 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 210872, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-07 20:13:28 UTC (rev 210873) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=4 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions
[arch-commits] Commit in darcs/repos (4 files)
Date: Sunday, February 5, 2017 @ 14:25:08 Author: felixonmars Revision: 209992 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 209991, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 209991, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 209991, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-05 14:25:08 UTC (rev 209992) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=3 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 209991, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-05 14:25:08 UTC (rev 209992) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=3 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/
[arch-commits] Commit in darcs/repos (4 files)
Date: Saturday, February 4, 2017 @ 08:38:31 Author: felixonmars Revision: 209861 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 209860, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 209860, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 209860, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-04 08:38:31 UTC (rev 209861) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=2 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 209860, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-04 08:38:31 UTC (rev 209861) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=2 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completion
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, January 12, 2017 @ 03:23:34 Author: felixonmars Revision: 206884 archrelease: copy trunk to community-i686, community-x86_64 Added: darcs/repos/community-i686/PKGBUILD (from rev 206883, darcs/trunk/PKGBUILD) darcs/repos/community-x86_64/PKGBUILD (from rev 206883, darcs/trunk/PKGBUILD) Deleted: darcs/repos/community-i686/PKGBUILD darcs/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 84 community-i686/PKGBUILD | 42 -- community-x86_64/PKGBUILD | 42 -- 3 files changed, 84 insertions(+), 84 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-01-12 03:22:59 UTC (rev 206883) +++ community-i686/PKGBUILD 2017-01-12 03:23:34 UTC (rev 206884) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Arch Haskell Team - -pkgname=darcs -pkgver=2.12.4 -pkgrel=12 -pkgdesc="A distributed, interactive, smart revision control system" -url="http://darcs.net"; -license=("GPL") -arch=('i686' 'x86_64') -depends=('curl') -makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" - "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" - "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" - "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" - "haskell-sandi" "haskell-random" "haskell-regex-applicative" - "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" - "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" - "haskell-vector" "haskell-zip-archive" "haskell-zlib") -source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) -sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') - -build() { -cd "${srcdir}/${pkgname}-${pkgver}" - -runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ --f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri -runhaskell Setup build -} - -package() { -cd "${srcdir}/${pkgname}-${pkgver}" -runhaskell Setup copy --destdir="${pkgdir}" -# Remove library and doc (license only) -rm -r "$pkgdir"/usr/{lib,share/doc} -chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" - -install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" -install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" -} Copied: darcs/repos/community-i686/PKGBUILD (from rev 206883, darcs/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-01-12 03:23:34 UTC (rev 206884) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.5 +pkgrel=1 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/s
[arch-commits] Commit in darcs/repos (4 files)
Date: Friday, January 6, 2017 @ 08:11:05 Author: felixonmars Revision: 205649 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 205648, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 205648, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 205648, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-01-06 08:11:05 UTC (rev 205649) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=12 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 205648, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-01-06 08:11:05 UTC (rev 205649) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=12 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, January 3, 2017 @ 06:21:24 Author: felixonmars Revision: 204598 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 204597, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 204597, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 204597, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-01-03 06:21:24 UTC (rev 204598) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=11 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 204597, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-01-03 06:21:24 UTC (rev 204598) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=11 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completion
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, December 29, 2016 @ 09:13:34 Author: felixonmars Revision: 203255 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 203254, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 203254, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 203254, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-12-29 09:13:34 UTC (rev 203255) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=10 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 203254, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-12-29 09:13:34 UTC (rev 203255) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=10 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/complet
[arch-commits] Commit in darcs/repos (4 files)
Date: Monday, December 26, 2016 @ 21:52:44 Author: felixonmars Revision: 202865 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 202864, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 202864, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 202864, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-12-26 21:52:44 UTC (rev 202865) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=9 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 202864, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-12-26 21:52:44 UTC (rev 202865) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=9 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions
[arch-commits] Commit in darcs/repos (4 files)
Date: Wednesday, December 21, 2016 @ 09:14:56 Author: felixonmars Revision: 200678 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 200677, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 200677, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 200677, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-12-21 09:14:56 UTC (rev 200678) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=8 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 200677, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-12-21 09:14:56 UTC (rev 200678) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=8 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completi
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, December 20, 2016 @ 10:59:25 Author: felixonmars Revision: 200464 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 200463, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 200463, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 200463, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-12-20 10:59:25 UTC (rev 200464) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=7 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 200463, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-12-20 10:59:25 UTC (rev 200464) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=7 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/
[arch-commits] Commit in darcs/repos (4 files)
Date: Sunday, December 18, 2016 @ 13:53:00 Author: felixonmars Revision: 200135 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 200134, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 200134, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 200134, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-12-18 13:53:00 UTC (rev 200135) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=6 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 200134, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-12-18 13:53:00 UTC (rev 200135) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=6 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/d
[arch-commits] Commit in darcs/repos (4 files)
Date: Wednesday, December 14, 2016 @ 07:12:02 Author: felixonmars Revision: 199299 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 199298, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 199298, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 199298, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-12-14 07:12:02 UTC (rev 199299) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=5 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 199298, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-12-14 07:12:02 UTC (rev 199299) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=5 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completion
[arch-commits] Commit in darcs/repos (4 files)
Date: Monday, December 12, 2016 @ 08:07:27 Author: felixonmars Revision: 198938 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 198937, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 198937, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 198937, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-12-12 08:07:27 UTC (rev 198938) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=4 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 198937, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-12-12 08:07:27 UTC (rev 198938) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=4 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/d
[arch-commits] Commit in darcs/repos (4 files)
Date: Wednesday, October 26, 2016 @ 05:45:52 Author: felixonmars Revision: 193438 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 193437, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 193437, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 193437, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-10-26 05:45:52 UTC (rev 193438) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=3 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 193437, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-10-26 05:45:52 UTC (rev 193438) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=3 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, September 29, 2016 @ 16:10:12 Author: felixonmars Revision: 190953 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 190952, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 190952, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 190952, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-09-29 16:10:12 UTC (rev 190953) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=2 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 190952, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-09-29 16:10:12 UTC (rev 190953) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=2 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completion
[arch-commits] Commit in darcs/repos (4 files)
Date: Friday, September 16, 2016 @ 12:36:55 Author: felixonmars Revision: 189631 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 189630, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 189630, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 189630, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-09-16 12:36:55 UTC (rev 189631) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=1 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 189630, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-09-16 12:36:55 UTC (rev 189631) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.4 +pkgrel=1 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, September 8, 2016 @ 02:59:15 Author: felixonmars Revision: 188966 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 188965, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 188965, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 188965, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-09-08 02:59:15 UTC (rev 188966) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.2 +pkgrel=1 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('20b2eb292854c89036bae74330e71f1f3b253a369610916ddcc44f0d49f38bdd') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 188965, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-09-08 02:59:15 UTC (rev 188966) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.2 +pkgrel=1 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('20b2eb292854c89036bae74330e71f1f3b253a369610916ddcc44f0d49f38bdd') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, September 6, 2016 @ 14:00:03 Author: felixonmars Revision: 188755 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 188754, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 188754, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 188754, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-09-06 14:00:03 UTC (rev 188755) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.1 +pkgrel=1 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('017034cf23427a59d0a7576ea9543fc493500f378cdef4654184e7aea4ed504f') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 188754, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-09-06 14:00:03 UTC (rev 188755) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.1 +pkgrel=1 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('017034cf23427a59d0a7576ea9543fc493500f378cdef4654184e7aea4ed504f') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/
[arch-commits] Commit in darcs/repos (4 files)
Date: Wednesday, May 25, 2016 @ 18:51:32 Author: fyan Revision: 177041 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 177040, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 177040, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 43 community-staging-x86_64/PKGBUILD | 43 2 files changed, 86 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 177040, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-05-25 16:51:32 UTC (rev 177041) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.0 +pkgrel=6 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error \ +-f-libiconv -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 177040, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-05-25 16:51:32 UTC (rev 177041) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.0 +pkgrel=6 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error \ +-f-libiconv -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/d
[arch-commits] Commit in darcs/repos (4 files)
Date: Friday, May 20, 2016 @ 19:28:00 Author: fyan Revision: 175939 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 175938, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 175938, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 43 community-staging-x86_64/PKGBUILD | 43 2 files changed, 86 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 175938, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-05-20 17:28:00 UTC (rev 175939) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.0 +pkgrel=5 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error \ +-f-libiconv -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 175938, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-05-20 17:28:00 UTC (rev 175939) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.0 +pkgrel=5 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error \ +-f-libiconv -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/da
[arch-commits] Commit in darcs/repos (4 files)
Date: Saturday, May 7, 2016 @ 16:18:40 Author: fyan Revision: 174115 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 174114, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 174114, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 43 community-staging-x86_64/PKGBUILD | 43 2 files changed, 86 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 174114, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-05-07 14:18:40 UTC (rev 174115) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.0 +pkgrel=4 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error \ +-f-libiconv -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 174114, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-05-07 14:18:40 UTC (rev 174115) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.0 +pkgrel=4 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error \ +-f-libiconv -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/d
[arch-commits] Commit in darcs/repos (4 files)
Date: Wednesday, May 4, 2016 @ 18:46:26 Author: fyan Revision: 173755 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 173754, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 173754, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 43 community-staging-x86_64/PKGBUILD | 43 2 files changed, 86 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 173754, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-05-04 16:46:26 UTC (rev 173755) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.0 +pkgrel=3 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error \ +-f-libiconv -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 173754, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-05-04 16:46:26 UTC (rev 173755) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.0 +pkgrel=3 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error \ +-f-libiconv -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/
[arch-commits] Commit in darcs/repos (4 files)
Date: Monday, May 2, 2016 @ 07:08:17 Author: fyan Revision: 173291 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 173290, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 173290, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 43 community-staging-x86_64/PKGBUILD | 43 2 files changed, 86 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 173290, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-05-02 05:08:17 UTC (rev 173291) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.0 +pkgrel=2 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error \ +-f-libiconv -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 173290, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-05-02 05:08:17 UTC (rev 173291) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.0 +pkgrel=2 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error \ +-f-libiconv -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/dar
[arch-commits] Commit in darcs/repos (4 files)
Date: Saturday, April 30, 2016 @ 15:44:30 Author: fyan Revision: 173148 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 173147, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 173147, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 43 community-staging-x86_64/PKGBUILD | 43 2 files changed, 86 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 173147, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-04-30 13:44:30 UTC (rev 173148) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.0 +pkgrel=1 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error \ +-f-libiconv -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 173147, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-04-30 13:44:30 UTC (rev 173148) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.12.0 +pkgrel=1 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" + "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" + "haskell-sandi" "haskell-random" "haskell-regex-applicative" + "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text" + "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string" + "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-rts -foptimize -f-warn-as-error \ +-f-libiconv -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contri
[arch-commits] Commit in darcs/repos (4 files)
Date: Saturday, April 30, 2016 @ 05:39:28 Author: fyan Revision: 172858 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 172857, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 172857, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 46 community-staging-x86_64/PKGBUILD | 46 2 files changed, 92 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 172857, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-04-30 03:39:28 UTC (rev 172858) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=16 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +prepare() { +sed -i 's/zip-archive >= 0.2.3 && < 0.3/zip-archive >= 0.2.3 \&\& < 0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 172857, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-04-30 03:39:28 UTC (rev 172858) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=16 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +prepare() { +sed -i 's/zip-archive >= 0.2.3 && < 0.3/zip-archive >= 0.2.3 \&\& < 0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} +
[arch-commits] Commit in darcs/repos (4 files)
Date: Monday, April 11, 2016 @ 09:16:03 Author: fyan Revision: 170356 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 170355, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 170355, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 46 community-staging-x86_64/PKGBUILD | 46 2 files changed, 92 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 170355, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-04-11 07:16:03 UTC (rev 170356) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=15 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +prepare() { +sed -i 's/zip-archive >= 0.2.3 && < 0.3/zip-archive >= 0.2.3 \&\& < 0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 170355, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-04-11 07:16:03 UTC (rev 170356) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=15 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +prepare() { +sed -i 's/zip-archive >= 0.2.3 && < 0.3/zip-archive >= 0.2.3 \&\& < 0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +
[arch-commits] Commit in darcs/repos (4 files)
Date: Sunday, April 10, 2016 @ 18:21:17 Author: fyan Revision: 170117 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 170116, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 170116, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 46 community-staging-x86_64/PKGBUILD | 46 2 files changed, 92 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 170116, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-04-10 16:21:17 UTC (rev 170117) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=14 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +prepare() { +sed -i 's/zip-archive >= 0.2.3 && < 0.3/zip-archive >= 0.2.3 \&\& < 0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 170116, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-04-10 16:21:17 UTC (rev 170117) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=14 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +prepare() { +sed -i 's/zip-archive >= 0.2.3 && < 0.3/zip-archive >= 0.2.3 \&\& < 0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, March 29, 2016 @ 17:29:18 Author: fyan Revision: 168784 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 168783, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 168783, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 46 community-staging-x86_64/PKGBUILD | 46 2 files changed, 92 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 168783, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-03-29 15:29:18 UTC (rev 168784) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=13 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +prepare() { +sed -i 's/zip-archive >= 0.2.3 && < 0.3/zip-archive >= 0.2.3 \&\& < 0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 168783, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-03-29 15:29:18 UTC (rev 168784) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=13 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +prepare() { +sed -i 's/zip-archive >= 0.2.3 && < 0.3/zip-archive >= 0.2.3 \&\& < 0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} +
[arch-commits] Commit in darcs/repos (4 files)
Date: Saturday, March 26, 2016 @ 10:53:00 Author: fyan Revision: 168454 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 168453, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 168453, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 46 community-staging-x86_64/PKGBUILD | 46 2 files changed, 92 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 168453, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-03-26 09:53:00 UTC (rev 168454) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=12 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +prepare() { +sed -i 's/zip-archive >= 0.2.3 && < 0.3/zip-archive >= 0.2.3 \&\& < 0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 168453, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-03-26 09:53:00 UTC (rev 168454) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=12 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +prepare() { +sed -i 's/zip-archive >= 0.2.3 && < 0.3/zip-archive >= 0.2.3 \&\& < 0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} +
[arch-commits] Commit in darcs/repos (4 files)
Date: Tuesday, March 22, 2016 @ 09:12:47 Author: fyan Revision: 167873 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 167872, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 167872, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 46 community-staging-x86_64/PKGBUILD | 46 2 files changed, 92 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 167872, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-03-22 08:12:47 UTC (rev 167873) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=11 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +prepare() { +sed -i 's/zip-archive >= 0.2.3 && < 0.3/zip-archive >= 0.2.3 \&\& < 0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 167872, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-03-22 08:12:47 UTC (rev 167873) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=11 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +prepare() { +sed -i 's/zip-archive >= 0.2.3 && < 0.3/zip-archive >= 0.2.3 \&\& < 0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} +
[arch-commits] Commit in darcs/repos (4 files)
Date: Sunday, March 20, 2016 @ 16:09:14 Author: fyan Revision: 167717 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 167716, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 167716, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 167716, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-03-20 15:09:14 UTC (rev 167717) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=10 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 167716, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-03-20 15:09:14 UTC (rev 167717) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=10 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darc
[arch-commits] Commit in darcs/repos (4 files)
Date: Friday, March 18, 2016 @ 14:07:36 Author: fyan Revision: 167401 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 167400, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 167400, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 167400, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-03-18 13:07:36 UTC (rev 167401) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=9 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 167400, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-03-18 13:07:36 UTC (rev 167401) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=9 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_
[arch-commits] Commit in darcs/repos (4 files)
Date: Sunday, March 13, 2016 @ 07:21:42 Author: fyan Revision: 166459 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 166458, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 166458, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 166458, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-03-13 06:21:42 UTC (rev 166459) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=8 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 166458, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-03-13 06:21:42 UTC (rev 166459) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=8 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, March 10, 2016 @ 07:42:21 Author: fyan Revision: 165811 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 165810, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 165810, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 165810, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-03-10 06:42:21 UTC (rev 165811) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=7 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 165810, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-03-10 06:42:21 UTC (rev 165811) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=7 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darc
[arch-commits] Commit in darcs/repos (4 files)
Date: Friday, March 4, 2016 @ 15:34:43 Author: fyan Revision: 164793 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 164790, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 164792, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 164790, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-03-04 14:34:43 UTC (rev 164793) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=6 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 164792, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-03-04 14:34:43 UTC (rev 164793) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=6 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_c
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, February 25, 2016 @ 09:11:11 Author: fyan Revision: 163382 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 163381, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 163381, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 163381, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-02-25 08:11:11 UTC (rev 163382) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=5 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 163381, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-02-25 08:11:11 UTC (rev 163382) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=5 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/d
[arch-commits] Commit in darcs/repos (4 files)
Date: Monday, February 15, 2016 @ 17:42:59 Author: fyan Revision: 161689 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 161688, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 161688, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 161688, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-02-15 16:42:59 UTC (rev 161689) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=4 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 161688, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-02-15 16:42:59 UTC (rev 161689) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=4 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/dar
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, February 11, 2016 @ 16:45:32 Author: fyan Revision: 161243 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 161242, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 161242, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 161242, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-02-11 15:45:32 UTC (rev 161243) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=3 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 161242, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-02-11 15:45:32 UTC (rev 161243) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=3 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/d
[arch-commits] Commit in darcs/repos (4 files)
Date: Thursday, February 4, 2016 @ 11:27:18 Author: fyan Revision: 160257 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 160256, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 160256, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 160256, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-02-04 10:27:18 UTC (rev 160257) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=2 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 160256, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-02-04 10:27:18 UTC (rev 160257) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=2 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/da
[arch-commits] Commit in darcs/repos (4 files)
Date: Saturday, January 30, 2016 @ 14:32:29 Author: fyan Revision: 159553 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 159552, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 159552, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 159552, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-01-30 13:32:29 UTC (rev 159553) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=1 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 159552, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-01-30 13:32:29 UTC (rev 159553) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.3 +pkgrel=1 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/da
[arch-commits] Commit in darcs/repos (4 files)
Date: Wednesday, January 27, 2016 @ 12:55:36 Author: fyan Revision: 159154 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: darcs/repos/community-staging-i686/ darcs/repos/community-staging-i686/PKGBUILD (from rev 159153, darcs/trunk/PKGBUILD) darcs/repos/community-staging-x86_64/ darcs/repos/community-staging-x86_64/PKGBUILD (from rev 159153, darcs/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 50 community-staging-x86_64/PKGBUILD | 50 2 files changed, 100 insertions(+) Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 159153, darcs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-01-27 11:55:36 UTC (rev 159154) @@ -0,0 +1,50 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.2 +pkgrel=20 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('6337d3fac04711fa2ef5813558b409c59166c5599b0c9d68c418d21cdccfb327') + +prepare() { +sed -e 's/vector >= 0.7 && < 0.11,/vector >= 0.7 \&\& < 0.12,/' \ +-e 's/tar == 0.4.\*,/tar >= 0.4,/' \ +-e 's/HTTP>= 4000.2.3 && < 4000.3/HTTP>= 4000.2.3 \&\& < 4000.4/' \ +-e 's/transformers-compat >= 0.4 && < 0.5,/transformers-compat >= 0.4 \&\& < 0.6,/' \ +-i ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \ +-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \ +-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +# Remove library and doc (license only) +rm -r "$pkgdir"/usr/{lib,share/doc} +chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1" + +install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs" +install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs" +} Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 159153, darcs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-01-27 11:55:36 UTC (rev 159154) @@ -0,0 +1,50 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=darcs +pkgver=2.10.2 +pkgrel=20 +pkgdesc="A distributed, interactive, smart revision control system" +url="http://darcs.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('curl') +makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" + "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" + "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random" + "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar" + "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" + "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('6337d3fac04711fa2ef5813558b409c59166c5599b0c9d68c418d21cdccfb327') + +prepare() { +sed -e 's/vector >= 0.7 && < 0.11,/vector >= 0.7 \&\& < 0.12,/' \ +-e 's/tar == 0.4.\*,/tar >= 0.4,/' \ +-e 's/HTTP>= 4000.2.3 && < 4000.3/HTTP>= 4000.2.3 \&\& < 4000.4/' \ +-e 's/transformers-compat >= 0.4 && < 0.