Various haskell based packages rebuild

This commit is contained in:
Cedric Girard 2011-12-20 13:58:38 +01:00
parent 1e023fadfb
commit 383b12caeb
3 changed files with 9 additions and 9 deletions

View File

@ -1,14 +1,14 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
_hkgname=libmpd
pkgname=haskell-libmpd-git
pkgver=20110330
pkgver=20111220
pkgrel=1
pkgdesc="An MPD client library, git version."
url="http://hackage.haskell.org/package/${_hkgname}"
license=('LGPL')
arch=('i686' 'x86_64')
makedepends=()
depends=('ghc' 'haskell-filepath=1.2.0.0' 'haskell-mtl=2.0.1.0' 'haskell-network=2.3.0.2' 'haskell-utf8-string<0.4')
depends=('ghc' 'haskell-containers=0.4.0.0' 'haskell-filepath=1.2.0.0' 'haskell-mtl=2.0.1.0' 'haskell-network=2.3.0.2' 'haskell-old-locale=1.0.0.2' 'haskell-time=1.2.0.3' 'haskell-utf8-string<0.4')
conflicts=('haskell-libmpd')
provides=('haskell-libmpd')
options=('strip')
@ -36,8 +36,8 @@ build() {
git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
cd "$srcdir/$_gitname-build"
runhaskell Setup configure -O --enable-split-objs --enable-shared \
--prefix=/usr --docdir=/usr/share/doc/${_archname} --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \
--prefix=/usr --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build
runhaskell Setup haddock
runhaskell Setup register --gen-script

View File

@ -2,7 +2,7 @@
# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
_hkgname=libmpd
pkgname=haskell-libmpd
pkgver=0.6.0
pkgver=0.7.0
pkgrel=1
pkgdesc="An MPD client library."
url="http://hackage.haskell.org/package/${_hkgname}"
@ -13,7 +13,7 @@ depends=('ghc' 'haskell-containers=0.4.0.0' 'haskell-filepath=1.2.0.0' 'haskell-
options=('strip')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
install=${pkgname}.install
md5sums=('2206f5c29c87154e7eb523e94222773c')
md5sums=('c82b959f1ec4a6c4bbdd9dc77b419d2b')
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \

View File

@ -1,13 +1,13 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname=xmobar-git
pkgver=20110828
pkgver=20111220
pkgrel=1
pkgdesc="A minimal status bar for the XMonad Window Manager"
arch=('i686' 'x86_64')
url="http://projects.haskell.org/xmobar/"
license=('custom:BSD3')
makedepends=('ghc' 'haskell-x11>=1.3.0' 'haskell-x11-xft>=0.2' 'haskell-alsa-mixer<0.2' 'haskell-bytestring=0.9.1.10' 'haskell-containers=0.4.0.0' 'haskell-directory=1.1.0.0' 'haskell-filepath=1.2.0.0' 'haskell-hinotify' 'haskell-libmpd>=0.6' 'haskell-mtl=2.0.1.0' 'haskell-old-locale=1.0.0.2' 'haskell-old-time=1.0.0.6' 'haskell-parsec=3.1.1' 'haskell-process=1.0.1.5' 'haskell-stm=2.2.0.1' 'haskell-time=1.2.0.3' 'haskell-timezone-olson' 'haskell-timezone-series' 'haskell-unix=2.4.2.0' 'haskell-utf8-string' 'wireless_tools' 'git')
depends=('wireless_tools' 'gmp' 'libxinerama' 'libxft' 'alsa-lib' 'wireless_tools')
makedepends=('ghc' 'haskell-x11<1.6' 'haskell-x11-xft<0.4' 'haskell-alsa-core<0.6' 'haskell-alsa-mixer<0.2' 'haskell-bytestring=0.9.1.10' 'haskell-containers=0.4.0.0' 'haskell-directory=1.1.0.0' 'haskell-filepath=1.2.0.0' 'haskell-hinotify<0.4' 'haskell-libmpd<0.8' 'haskell-mtl=2.0.1.0' 'haskell-old-locale=1.0.0.2' 'haskell-old-time=1.0.0.6' 'haskell-parsec=3.1.1' 'haskell-process=1.0.1.5' 'haskell-stm=2.2.0.1' 'haskell-time=1.2.0.3' 'haskell-timezone-olson<0.2' 'haskell-timezone-series<0.2' 'haskell-unix=2.4.2.0' 'haskell-utf8-string<0.4' 'libxrandr' 'iw' 'git')
depends=('iw' 'gmp' 'libxinerama' 'libxft' 'alsa-lib')
conflicts=('xmobar' 'xmobar-darcs')
install=
source=()