From bab69e0f720c6f189c4486b7b945079be23f0a4b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 29 Apr 2013 00:34:23 -0700 Subject: Mon Apr 29 00:34:20 PDT 2013 --- community/haskell-glib/PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'community/haskell-glib/PKGBUILD') diff --git a/community/haskell-glib/PKGBUILD b/community/haskell-glib/PKGBUILD index 7f7a34efe..6d73d2e55 100644 --- a/community/haskell-glib/PKGBUILD +++ b/community/haskell-glib/PKGBUILD @@ -1,13 +1,14 @@ -# $Id: PKGBUILD 83999 2013-02-08 04:15:32Z td123 $ +# $Id: PKGBUILD 89302 2013-04-28 16:52:23Z td123 $ # Maintainer: Sergej Pupykin pkgname=haskell-glib pkgver=0.12.4 -pkgrel=2 +pkgrel=4 pkgdesc="Binding to the GLIB library for Gtk2Hs." url="http://hackage.haskell.org/package/glib" license=('LGPL2.1') arch=('i686' 'x86_64') +# deps adjusted to specific versions in package() depends=('ghc' 'glib2') makedepends=("gtk2hs-buildtools") options=('strip') @@ -15,16 +16,11 @@ install=gtk2hs-glib.install provides=('gtk2hs-glib') replaces=('gtk2hs-glib') conflicts=('gtk2hs-glib') -source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz - '0001-compatibility-with-ghc-7.6.1.patch') -md5sums=('3172907258183466f1e604a435285c51' - 'b00660b7102542942b0b9d84b59d1f3c') +source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz) +md5sums=('3172907258183466f1e604a435285c51') build() { cd glib-$pkgver - -# patch -Np1 -i ${srcdir}/0001-compatibility-with-ghc-7.6.1.patch - runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ --prefix=/usr --docdir=/usr/share/doc/haskell-glib \ --libsubdir=\$compiler/site-local/\$pkgid -- cgit v1.2.3-54-g00ecf