Merge branch 'testing' of gitorious.org:chakra-packages/apps into testing

This commit is contained in:
Francesco 2013-08-27 13:24:15 +00:00
commit 97696ea767
35 changed files with 230 additions and 217 deletions

View File

@ -5,8 +5,8 @@
pkgname=cabal-install
pkgver=0.14.0
pkgrel=2
pkgdesc="The command-line interface for Cabal and Hackage."
url="http://hackage.haskell.org/package/cabal-install"
pkgdesc='The command-line interface for Cabal and Hackage'
url='http://hackage.haskell.org/package/cabal-install'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=('haskell-http' 'haskell-zlib' 'haskell-mtl' 'haskell-network' 'haskell-random')

View File

@ -1,33 +0,0 @@
ghc
haskell-transformers
haskell-mtl
haskell-deepseq
haskell-text
haskell-parsec
haskell-network
haskell-random
haskell-zlib
haskell-utf8-string
haskell-extensible-exceptions
haskell-terminfo
haskell-haskeline
haskell-mmap
haskell-dataenc
haskell-hashed-storage
haskell-hslogger
haskell-html
haskell-http
haskell-primitive
haskell-regex-base
haskell-regex-posix
haskell-regex-compat
haskell-syb
haskell-tar
haskell-vector
haskell-bytestring-show
haskell-x11
haskell-x11-xft
xmonad
xmonad-contrib
xmonad-utils
kdeplasma-applets-xmonad-log-plasmoid

View File

@ -1,24 +1,20 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrian Chaves Fernandez (Gallaecio) <adriyetichaves@gmail.com>
# Contributor: Adrian Chaves Fernandez (Gallaecio) <adriyetichaves@gmail.com>
_hkgname=bytestring-show
pkgname=haskell-bytestring-show
pkgver=0.3.5.4
pkgrel=1
pkgdesc="Efficient conversion of values into readable byte strings."
url="http://hackage.haskell.org/package/bytestring-show"
license=("custom:BSD3")
pkgdesc='Efficient conversion of values into readable byte strings'
url='http://hackage.haskell.org/package/bytestring-show'
license=('custom:BSD3')
arch=('x86_64')
makedepends=()
depends=("ghc")
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
depends=('ghc')
source=('http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz')
sha256sums=('2eeca94d240e5ea4f2676a3d1f8e291c00979dbad8dacc4d8f1d32a638d2dac3')
install="${pkgname}.install"
install='${pkgname}.install'
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
@ -41,7 +37,7 @@ package() {
ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
runhaskell Setup copy --destdir=${pkgdir}
# Lincese.
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=dataenc
pkgname=haskell-dataenc
pkgver=0.14.0.4
pkgrel=1
pkgdesc="Data encoding library"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Data encoding library'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=deepseq
pkgname=haskell-deepseq
pkgver=1.3.0.1
pkgrel=1
pkgdesc="Deep evaluation of data structures"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Deep evaluation of data structures'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7@gmail.com>
# Maintainer: Stephen McIntosh <stephenmac7@gmail.com>
_hkgname=extensible-exceptions
pkgname=haskell-extensible-exceptions
pkgver=0.1.1.4
pkgrel=1
pkgdesc="Extensible exceptions"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Extensible exceptions'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,12 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Maintainer:
_hkgname=hashed-storage
pkgname=haskell-hashed-storage
pkgver=0.5.10
pkgrel=1
pkgdesc="Hashed file storage support code."
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Hashed file storage support code.'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +32,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=haskeline
pkgname=haskell-haskeline
pkgver=0.7.0.3
pkgrel=1
pkgdesc="A command-line interface for user input, written in Haskell."
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='A command-line interface for user input, written in Haskell.'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=hslogger
pkgname=haskell-hslogger
pkgver=1.2.1
pkgrel=1
pkgdesc="Versatile logging framework"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Versatile logging framework'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=html
pkgname=haskell-html
pkgver=1.0.1.2
pkgrel=10
pkgdesc="HTML combinator library"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='HTML combinator library'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=HTTP
pkgname=haskell-http
pkgver=4000.2.6
pkgrel=1
pkgdesc="A library for client-side HTTP"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='A library for client-side HTTP'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=mmap
pkgname=haskell-mmap
pkgver=0.5.8
pkgrel=1
pkgdesc="Memory mapped files for POSIX and Windows"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Memory mapped files for POSIX and Windows'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=mtl
pkgname=haskell-mtl
pkgver=2.1.2
pkgrel=1
pkgdesc="Monad classes, using functional dependencies"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Monad classes, using functional dependencies'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh stephenmac7[at]gmail[dot]com
# Maintainer: Stephen McIntosh stephenmac7[at]gmail[dot]com
_hkgname=network
pkgname=haskell-network
pkgver=2.4.0.1
pkgrel=1
pkgdesc="Low-level networking interface"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Low-level networking interface'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=parsec
pkgname=haskell-parsec
pkgver=3.1.3
pkgrel=2
pkgdesc="Monadic parser combinators"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Monadic parser combinators'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,25 +1,21 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Stephen McIntosh <stephenmac7@gmail.com>
# Contributor: Stephen McIntosh <stephenmac7@gmail.com>
_hkgname=primitive
pkgname=haskell-primitive
pkgver=0.5.0.1
pkgrel=1
pkgdesc="Wrappers for primitive array operations"
url="http://hackage.haskell.org/package/primitive"
license=("custom:BSD3")
pkgdesc='Wrappers for primitive array operations'
url='http://hackage.haskell.org/package/primitive'
license=('custom:BSD3')
arch=('x86_64')
makedepends=()
depends=("ghc")
depends=('ghc')
options=('strip')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
source=('http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz')
sha256sums=('526c9d4d06b7b379cb1aaffeffbb30bef810e771f29617ef6d0d99df711f4313')
install="${pkgname}.install"
install='${pkgname}.install'
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
@ -42,7 +38,7 @@ package() {
ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
runhaskell Setup copy --destdir=${pkgdir}
# Lincese.
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=random
pkgname=haskell-random
pkgver=1.0.1.1
pkgrel=2
pkgdesc="random number library"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='random number library'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=regex-base
pkgname=haskell-regex-base
pkgver=0.93.2
pkgrel=5
pkgdesc="Replaces/Enhances Text.Regex"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Replaces/Enhances Text.Regex'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=regex-compat
pkgname=haskell-regex-compat
pkgver=0.95.1
pkgrel=5
pkgdesc="Replaces/Enhances Text.Regex"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Replaces/Enhances Text.Regex'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=regex-posix
pkgname=haskell-regex-posix
pkgver=0.95.2
pkgrel=2
pkgdesc="Replaces/Enhances Text.Regex"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Replaces/Enhances Text.Regex'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=syb
pkgname=haskell-syb
pkgver=0.3.7
pkgrel=1
pkgdesc="Scrap Your Boilerplate"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Scrap Your Boilerplate'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
depends=('ghc')
@ -32,6 +32,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=tar
pkgname=haskell-tar
pkgver=0.4.0.1
pkgrel=1
pkgdesc="Reading, writing and manipulating \".tar\" archive files."
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Reading, writing and manipulating tar archive files.'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=terminfo
pkgname=haskell-terminfo
pkgver=0.3.2.3
pkgrel=2
pkgdesc="Haskell bindings to the terminfo library."
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Haskell bindings to the terminfo library'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=text
pkgname=haskell-text
pkgver=0.11.2.3
pkgrel=1
pkgdesc="An efficient packed Unicode text type."
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='An efficient packed Unicode text type.'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=transformers
pkgname=haskell-transformers
pkgver=0.3.0.0
pkgrel=2
pkgdesc="Concrete functor and monad transformers"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Concrete functor and monad transformers'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
_hkgname=utf8-string
pkgname=haskell-utf8-string
pkgver=0.3.7
pkgrel=4
pkgdesc="Support for reading and writing UTF8 Strings"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Support for reading and writing UTF8 Strings'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -1,13 +1,13 @@
# Apps Packages for Chakra, part of www.chakra-project.org
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributor: Stephen McIntosh <stephenmac7@gmail.com>
# Maintainer: Stephen McIntosh <stephenmac7@gmail.com>
_hkgname=vector
pkgname=haskell-vector
pkgver=0.10.0.1
pkgrel=1
pkgdesc="Efficient Arrays"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Efficient Arrays'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -6,8 +6,8 @@ _hkgname=X11-xft
pkgname=haskell-x11-xft
pkgver=0.3.1
pkgrel=1
pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender parts"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Bindings to the Xft, X Free Type interface library, and some Xrender parts'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('LGPL')
arch=('i686' 'x86_64')
makedepends=()
@ -33,4 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -6,8 +6,8 @@ _hkgname=X11
pkgname=haskell-x11
pkgver=1.6.0.2
pkgrel=1
pkgdesc="A binding to the X11 graphics library"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='A binding to the X11 graphics library'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -6,8 +6,8 @@ _hkgname=zlib
pkgname=haskell-zlib
pkgver=0.5.4.0
pkgrel=1
pkgdesc="Compression and decompression in the gzip and zlib formats"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='Compression and decompression in the gzip and zlib formats'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
@ -33,6 +33,8 @@ package() {
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}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -6,11 +6,11 @@ pkgname=hasktags
pkgver=0.68.1
pkgrel=1
pkgdesc='Produces ctags “tags” and etags “TAGS” files for Haskell software'
url="http://hackage.haskell.org/package/$pkgname"
url='http://hackage.haskell.org/package/$pkgname'
license=(BSD)
arch=(i686 x86_64)
makedepends=(ghc)
source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
source=('http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz')
md5sums=('5387ac07a273e08dffb3e3a0f03f7a46')
build() {
@ -24,10 +24,10 @@ package() {
cd $srcdir/$pkgname-$pkgver
runhaskell Setup copy --destdir=$pkgdir
# Documentation.
# Documentation
install -Dm644 README $pkgdir/usr/share/doc/$pkgname/usage.txt
rm -R $pkgdir/usr/share/doc/$pkgname-$pkgver
# Legal.
# License
install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/license.txt
}

View File

@ -6,27 +6,27 @@ pkgver=20130825
pkgrel=1
pkgdesc="Applet that prints messages sent from XMonad's DBus-based logHook"
arch=('x86_64')
url="https://github.com/igoralmeida/xmonad-log-plasmoid"
url='https://github.com/igoralmeida/xmonad-log-plasmoid'
license=('GPL3')
depends=('xmonad' 'pyqt4-python2' 'kdebindings-pykde4')
makedepends=('git')
_gitroot="git://github.com/igoralmeida/xmonad-log-plasmoid.git"
_gitname="xmonad-log-plasmoid"
_gitroot='git://github.com/igoralmeida/xmonad-log-plasmoid.git'
_gitname='xmonad-log-plasmoid'
build() {
cd $srcdir
msg "Connecting to Git server..."
msg 'Connecting to Git server...'
if [ -d $_gitname ] ; then
cd $_gitname && git pull origin
msg "The local files are updated."
msg 'The local files are updated.'
else
git clone $_gitroot $_gitname --depth=1
fi
msg "Git checkout done or server timeout"
msg "Starting make..."
msg 'Git checkout done or server timeout'
msg 'Starting make...'
rm -rf $srcdir/$_gitname-build
cp -R $srcdir/$_gitname $srcdir/$_gitname-build

View File

@ -35,4 +35,3 @@ package() {
runhaskell Setup.lhs copy --destdir=$pkgdir
install -D LICENSE $pkgdir/usr/share/licenses/xmonad-contrib/LICENSE
}
md5sums=('9a4353a94ec0ea3a9c4700757ef5ae81')

View File

@ -6,8 +6,8 @@ _hkgname=xmonad-utils
pkgname=xmonad-utils
pkgver=0.1.3.2
pkgrel=1
pkgdesc="A small collection of X utilities"
url="http://hackage.haskell.org/package/${_hkgname}"
pkgdesc='A small collection of X utilities'
url='http://hackage.haskell.org/package/${_hkgname}'
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=('ghc' 'haskell-x11>=1.3' 'haskell-random' 'haskell-unix' 'glibc')
@ -23,6 +23,8 @@ build() {
package() {
cd ${srcdir}/${_hkgname}-${pkgver}
runhaskell Setup copy --destdir=${pkgdir}
# License
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -8,9 +8,9 @@
pkgname=xmonad
pkgver=0.10
pkgrel=4
pkgdesc="A lightweight X11 tiled window manager written in Haskell"
pkgdesc='A lightweight X11 tiled window manager written in Haskell'
arch=('i686' 'x86_64')
url="http://xmonad.org/"
url='http://xmonad.org/'
license=('BSD')
depends=('ghc=7.4.1' 'gmp' 'haskell-x11' 'sh' 'haskell-mtl=2.0.1.0' 'haskell-utf8-string')
optdepends=('xorg-xmessage: for displaying visual error messages')