From e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 9 Feb 2013 00:07:22 -0800 Subject: Sat Feb 9 00:07:22 PST 2013 --- community/alex/PKGBUILD | 30 +++++++------ community/gtk2hs-buildtools/PKGBUILD | 4 +- community/haddock/PKGBUILD | 6 +-- community/happy/PKGBUILD | 12 ++---- community/haskell-bytestring-show/PKGBUILD | 4 +- community/haskell-cairo/PKGBUILD | 4 +- community/haskell-dataenc/PKGBUILD | 12 +++--- community/haskell-extensible-exceptions/PKGBUILD | 6 +-- community/haskell-ghc-paths/PKGBUILD | 12 +++--- community/haskell-glib/PKGBUILD | 4 +- community/haskell-gtk/PKGBUILD | 4 +- community/haskell-haskeline/PKGBUILD | 6 +-- community/haskell-hslogger/PKGBUILD | 6 +-- community/haskell-html/PKGBUILD | 2 +- community/haskell-pango/PKGBUILD | 4 +- community/haskell-primitive/PKGBUILD | 6 +-- community/haskell-quickcheck/PKGBUILD | 54 +++++++++++++----------- community/haskell-regex-base/PKGBUILD | 6 +-- community/haskell-regex-compat/PKGBUILD | 16 ++++--- community/haskell-regex-posix/PKGBUILD | 44 ++++++++++--------- community/haskell-stm/PKGBUILD | 6 +-- community/haskell-syb/PKGBUILD | 4 +- community/haskell-tar/PKGBUILD | 12 +++--- community/haskell-terminfo/PKGBUILD | 14 +++--- community/haskell-utf8-string/PKGBUILD | 6 +-- community/haskell-vector/PKGBUILD | 4 +- community/haskell-x11-xft/PKGBUILD | 6 +-- community/haskell-x11/PKGBUILD | 6 +-- community/haskell-xhtml/PKGBUILD | 9 ++-- community/hedgewars/PKGBUILD | 15 ++++--- community/icecast/PKGBUILD | 6 +-- community/icecast/icecast.service | 2 +- community/opensc/PKGBUILD | 9 ++-- community/xmobar/PKGBUILD | 8 ++-- community/xmonad-contrib/PKGBUILD | 6 +-- community/xmonad/PKGBUILD | 16 +++---- community/xnoise/PKGBUILD | 7 +-- 37 files changed, 197 insertions(+), 181 deletions(-) (limited to 'community') diff --git a/community/alex/PKGBUILD b/community/alex/PKGBUILD index a5d24c2d0..e48b9db79 100644 --- a/community/alex/PKGBUILD +++ b/community/alex/PKGBUILD @@ -1,31 +1,35 @@ -# $Id: PKGBUILD 79007 2012-10-29 02:24:24Z arodseth $ -# Maintainer: Sergej Pupykin -# Maintainer: Vesa Kaihlavirta +# $Id: PKGBUILD 83990 2013-02-08 04:15:22Z td123 $ +# Maintainer: Alexander Rødseth +# Contributor: Sergej Pupykin +# Contributor: Vesa Kaihlavirta # Contributor: Philip Nilsson pkgname=alex pkgver=3.0.2 -pkgrel=3 +pkgrel=4 pkgdesc='Lexical analyser generator for Haskell' -arch=('i686' 'x86_64') +arch=('x86_64' 'i686') url='http://hackage.haskell.org/package/alex' license=('custom:BSD3') depends=('gmp') -makedepends=('ghc=7.6.1' 'haskell-quickcheck>=2') +makedepends=('ghc=7.6.2-1' 'haskell-quickcheck>=2') source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") -md5sums=('b8f0d831b65d05e5f54ff08bd3d9d10d') +sha256sums=('997e33342c3c6e0edfff862f051fc286bd661f442d09d1bc02cd6e9d22083164') build() { - cd $srcdir/$pkgname-$pkgver - runghc Setup.lhs configure --prefix=/usr --datasubdir=$pkgname + cd "$srcdir/$pkgname-$pkgver" + + runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname" runghc Setup.lhs build } package() { - cd $srcdir/$pkgname-$pkgver - runghc Setup.lhs copy --destdir=$pkgdir - install -D -m644 LICENSE $pkgdir/usr/share/licenses/alex/BSD3 + cd "$srcdir/$pkgname-$pkgver" - # doc/ contains only license which already installed into proper place + runghc Setup.lhs copy --destdir="$pkgdir" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3" + # doc only contains the license rm -rf $pkgdir/usr/share/doc } + +# vim:set ts=2 sw=2 et: diff --git a/community/gtk2hs-buildtools/PKGBUILD b/community/gtk2hs-buildtools/PKGBUILD index 7200e9d62..f9d02a1fa 100644 --- a/community/gtk2hs-buildtools/PKGBUILD +++ b/community/gtk2hs-buildtools/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 79423 2012-11-04 20:12:29Z spupykin $ +# $Id: PKGBUILD 83991 2013-02-08 04:15:23Z td123 $ # Maintainer: Sergej Pupykin pkgname=gtk2hs-buildtools pkgver=0.12.3.1 -pkgrel=2 +pkgrel=4 pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries." url="http://hackage.haskell.org/package/gtk2hs-buildtools" license=('GPL2') diff --git a/community/haddock/PKGBUILD b/community/haddock/PKGBUILD index 89d4c74ac..983504248 100644 --- a/community/haddock/PKGBUILD +++ b/community/haddock/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 79532 2012-11-06 18:05:24Z arodseth $ +# $Id: PKGBUILD 83992 2013-02-08 04:15:24Z td123 $ # Maintainer: Alexander Rødseth # Contributor: Vesa Kaihlavirta # Contributor: Arch Haskell Team pkgname=haddock pkgver=2.13.1 -pkgrel=1 +pkgrel=2 pkgdesc='Tool for generating documentation for Haskell libraries' url='http://hackage.haskell.org/package/haddock/' license=('custom:BSD3') arch=('x86_64' 'i686') makedepends=('alex' 'happy') -depends=('ghc=7.6.1-1' 'haskell-xhtml=3000.2.1-2' 'haskell-ghc-paths=0.1.0.8-9') +depends=('ghc=7.6.2-1' 'haskell-xhtml=3000.2.1' 'haskell-ghc-paths=0.1.0.8') install=$pkgname.install source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") sha256sums=('6e5e2295cd191e43a046c12544f2f4e8b4260cfda8282d48b15a7a35d8a24e7f') diff --git a/community/happy/PKGBUILD b/community/happy/PKGBUILD index 99e4581d9..e906df7ec 100644 --- a/community/happy/PKGBUILD +++ b/community/happy/PKGBUILD @@ -1,27 +1,23 @@ -# $Id: PKGBUILD 77339 2012-10-09 04:16:54Z tdziedzic $ +# $Id: PKGBUILD 83993 2013-02-08 04:15:25Z td123 $ # Maintainer: Thomas Dziedzic # Contributor: simo # Contributor: Vesa Kaihlavirta pkgname=happy pkgver=1.18.10 -pkgrel=1 +pkgrel=2 pkgdesc="The Parser Generator for Haskell" url="http://hackage.haskell.org/package/happy" arch=('i686' 'x86_64') license=("custom:BSD3") depends=('gmp') -makedepends=('ghc=7.6.1-1' 'haskell-mtl=2.1.2-1') -source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) +makedepends=('ghc=7.6.2-1' 'haskell-mtl=2.1.2-2') +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") md5sums=('a1638e89434427e57f68ef311761dc30') build() { cd "${srcdir}/${pkgname}-${pkgver}" - # try was deprecated and removed into control.exception - # we really want tryIOError - #sed 's/try/&IOError/' -i Setup.lhs - runhaskell Setup.lhs configure -O --prefix=/usr runhaskell Setup.lhs build } diff --git a/community/haskell-bytestring-show/PKGBUILD b/community/haskell-bytestring-show/PKGBUILD index 4b6ebcf75..61a752e91 100644 --- a/community/haskell-bytestring-show/PKGBUILD +++ b/community/haskell-bytestring-show/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80279 2012-11-19 12:14:53Z spupykin $ +# $Id: PKGBUILD 83994 2013-02-08 04:15:26Z td123 $ # Maintainer: Sergej Pupykin pkgname=haskell-bytestring-show pkgver=0.3.5.4 -pkgrel=1 +pkgrel=3 pkgdesc="Efficient conversion of values into readable byte strings." url="http://hackage.haskell.org/package/bytestring-show" license=("BSD3") diff --git a/community/haskell-cairo/PKGBUILD b/community/haskell-cairo/PKGBUILD index 551ac4980..92bb5dff3 100644 --- a/community/haskell-cairo/PKGBUILD +++ b/community/haskell-cairo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80281 2012-11-19 12:15:24Z spupykin $ +# $Id: PKGBUILD 83995 2013-02-08 04:15:27Z td123 $ # Maintainer: Sergej Pupykin pkgname=haskell-cairo pkgver=0.12.4 -pkgrel=1 +pkgrel=2 pkgdesc="Binding to the cairo library for Gtk2Hs." url="http://hackage.haskell.org/package/cairo" license=('LGPL2.1') diff --git a/community/haskell-dataenc/PKGBUILD b/community/haskell-dataenc/PKGBUILD index 758f25719..bf4bcf9f8 100644 --- a/community/haskell-dataenc/PKGBUILD +++ b/community/haskell-dataenc/PKGBUILD @@ -1,28 +1,28 @@ -# $Id: PKGBUILD 77342 2012-10-09 04:17:11Z tdziedzic $ +# $Id: PKGBUILD 83996 2013-02-08 04:15:28Z td123 $ # Maintainer: Vesa Kaihlavirta # Contributor: Arch Haskell Team # Package generated by cabal2arch 0.7.5 _hkgname=dataenc pkgname=haskell-dataenc -pkgver=0.14.0.3 -pkgrel=3 +pkgver=0.14.0.5 +pkgrel=1 pkgdesc="Data encoding library" url="http://hackage.haskell.org/package/dataenc" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.6.1-1' sh) +depends=('ghc=7.6.2-1' sh) source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz '0001-update-build-deps-for-ghc-7.6.1.patch') install=${pkgname}.install -md5sums=('643a8c022b9c840f801faf9a661fe637' +md5sums=('4da812ca7a1640a5fdcc676009ab160c' '662056adcb79efe8898298c271b49600') build() { cd ${srcdir}/${_hkgname}-${pkgver} # update build deps for ghc 7.6.1 - patch -Np1 -i ${srcdir}/0001-update-build-deps-for-ghc-7.6.1.patch +# patch -Np1 -i ${srcdir}/0001-update-build-deps-for-ghc-7.6.1.patch runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ diff --git a/community/haskell-extensible-exceptions/PKGBUILD b/community/haskell-extensible-exceptions/PKGBUILD index 2f2fbaa3c..2a0606832 100644 --- a/community/haskell-extensible-exceptions/PKGBUILD +++ b/community/haskell-extensible-exceptions/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 77370 2012-10-09 08:29:13Z foutrelis $ +# $Id: PKGBUILD 83997 2013-02-08 04:15:30Z td123 $ # Maintainer: Jelle van der Waa _hkgname=extensible-exceptions pkgname=haskell-${_hkgname} pkgver=0.1.1.4 -pkgrel=3 +pkgrel=4 pkgdesc="extensible exceptions for both new and old versions of GHC" url="http://hackage.haskell.org/package/extensible-exceptions" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.6.1-1' sh) +depends=('ghc=7.6.2-1' sh) source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=$pkgname.install md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b') diff --git a/community/haskell-ghc-paths/PKGBUILD b/community/haskell-ghc-paths/PKGBUILD index 1e23d3c10..5aa45da0c 100644 --- a/community/haskell-ghc-paths/PKGBUILD +++ b/community/haskell-ghc-paths/PKGBUILD @@ -1,18 +1,18 @@ -# Maintainer: -# Contributor: Alexander Rødseth +# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $ +# Maintainer: Alexander Rødseth # Contributor: Arch Haskell Team pkgname=haskell-ghc-paths pkgver=0.1.0.8 -pkgrel=9 +pkgrel=11 pkgdesc="Knowledge of GHC's installation directories" -url="http://hackage.haskell.org/package/ghc-paths" +url='http://hackage.haskell.org/package/ghc-paths' license=('custom:BSD3') arch=('x86_64' 'i686') -depends=('ghc=7.6.1-1') +depends=('ghc=7.6.2-1') source=("http://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz") install=haskell-ghc-paths.install -md5sums=('d2b23dc563888e380588501d2ce1d82b') +sha256sums=('8672c1e65525555481091443f44abf738f9442516c612d67dde12ebfe02f0c56') build() { cd "$srcdir/ghc-paths-$pkgver" diff --git a/community/haskell-glib/PKGBUILD b/community/haskell-glib/PKGBUILD index 517fd8644..7f7a34efe 100644 --- a/community/haskell-glib/PKGBUILD +++ b/community/haskell-glib/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80282 2012-11-19 12:15:50Z spupykin $ +# $Id: PKGBUILD 83999 2013-02-08 04:15:32Z td123 $ # Maintainer: Sergej Pupykin pkgname=haskell-glib pkgver=0.12.4 -pkgrel=1 +pkgrel=2 pkgdesc="Binding to the GLIB library for Gtk2Hs." url="http://hackage.haskell.org/package/glib" license=('LGPL2.1') diff --git a/community/haskell-gtk/PKGBUILD b/community/haskell-gtk/PKGBUILD index 9825c9508..8322b0120 100644 --- a/community/haskell-gtk/PKGBUILD +++ b/community/haskell-gtk/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80288 2012-11-19 12:54:52Z spupykin $ +# $Id: PKGBUILD 84000 2013-02-08 04:15:33Z td123 $ # Maintainer: Sergej Pupykin pkgname=haskell-gtk pkgver=0.12.4 -pkgrel=1 +pkgrel=3 pkgdesc="Binding to the gtk library for Gtk2Hs." url="http://hackage.haskell.org/package/gtk" license=('LGPL2.1') diff --git a/community/haskell-haskeline/PKGBUILD b/community/haskell-haskeline/PKGBUILD index d0089aa8c..61f61bc22 100644 --- a/community/haskell-haskeline/PKGBUILD +++ b/community/haskell-haskeline/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 77346 2012-10-09 04:17:37Z tdziedzic $ +# $Id: PKGBUILD 84001 2013-02-08 04:15:34Z td123 $ # Maintainer: Vesa Kaihlavirta # Contributor: Arch Haskell Team # Package generated by cabal2arch 0.7.6 @@ -6,12 +6,12 @@ _hkgname=haskeline pkgname=haskell-haskeline pkgver=0.7.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="A command-line interface for user input, written in Haskell." url="http://hackage.haskell.org/package/haskeline" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.6.1-1' 'sh' 'haskell-utf8-string=0.3.7-3' 'haskell-mtl=2.1.2-1' 'haskell-terminfo=0.3.2.5-1') +depends=('ghc=7.6.2-1' 'sh' 'haskell-utf8-string=0.3.7-4' 'haskell-mtl=2.1.2-2' 'haskell-terminfo=0.3.2.5-2') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install md5sums=('3a78043dc80b5510202e71e77c0a9923') diff --git a/community/haskell-hslogger/PKGBUILD b/community/haskell-hslogger/PKGBUILD index d5998b124..f5e3a55cb 100644 --- a/community/haskell-hslogger/PKGBUILD +++ b/community/haskell-hslogger/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 78308 2012-10-17 13:44:30Z spupykin $ +# $Id: PKGBUILD 84002 2013-02-08 04:15:35Z td123 $ # Maintainer: Sergej Pupykin # Maintainer: Arch Haskell Team pkgname=haskell-hslogger pkgver=1.2.1 -pkgrel=1 +pkgrel=3 pkgdesc="Versatile logging framework" url="http://hackage.haskell.org/package/hslogger" license=('LGPL') arch=('i686' 'x86_64') -depends=('ghc=7.6.1-1' 'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1') +depends=('ghc' 'haskell-mtl' 'haskell-network') install=${pkgname}.install source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz) md5sums=('d94e39cd6a262565cf0758a6ead74919') diff --git a/community/haskell-html/PKGBUILD b/community/haskell-html/PKGBUILD index 8eb9fc6f4..2f7527752 100644 --- a/community/haskell-html/PKGBUILD +++ b/community/haskell-html/PKGBUILD @@ -5,7 +5,7 @@ _hkgname=html pkgname=haskell-html pkgver=1.0.1.2 -pkgrel=12 +pkgrel=13 pkgdesc="HTML combinator library" url="http://hackage.haskell.org/package/html" license=('custom:BSD3') diff --git a/community/haskell-pango/PKGBUILD b/community/haskell-pango/PKGBUILD index d839f4995..b3b66793c 100644 --- a/community/haskell-pango/PKGBUILD +++ b/community/haskell-pango/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80284 2012-11-19 12:16:12Z spupykin $ +# $Id: PKGBUILD 84004 2013-02-08 04:15:36Z td123 $ # Maintainer: Sergej Pupykin pkgname=haskell-pango pkgver=0.12.4 -pkgrel=1 +pkgrel=2 pkgdesc="Binding to the pango library for Gtk2Hs." url="http://hackage.haskell.org/package/pango" license=('LGPL2.1') diff --git a/community/haskell-primitive/PKGBUILD b/community/haskell-primitive/PKGBUILD index 874fd46ba..7fa6e2ccb 100644 --- a/community/haskell-primitive/PKGBUILD +++ b/community/haskell-primitive/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 79233 2012-11-01 11:21:27Z spupykin $ +# $Id: PKGBUILD 84005 2013-02-08 04:15:37Z td123 $ # Maintainer: Sergej Pupykin pkgname=haskell-primitive pkgver=0.5.0.1 -pkgrel=1 +pkgrel=3 pkgdesc="Wrappers for primitive operations" url="http://hackage.haskell.org/package/primitive" -license=("BSD3") +license=("custom:BSD3") arch=('i686' 'x86_64') makedepends=() depends=("ghc") diff --git a/community/haskell-quickcheck/PKGBUILD b/community/haskell-quickcheck/PKGBUILD index e96121f81..e8bb06285 100644 --- a/community/haskell-quickcheck/PKGBUILD +++ b/community/haskell-quickcheck/PKGBUILD @@ -1,39 +1,43 @@ -# Maintainer: Vesa Kaihlavirta +# $Id: PKGBUILD 84006 2013-02-08 04:15:38Z td123 $ +# Maintainer: Alexander Rødseth +# Contributor: Vesa Kaihlavirta # Contributor: Arch Haskell Team -# Package generated by cabal2arch 0.7.5 _hkgname=QuickCheck pkgname=haskell-quickcheck pkgver=2.5.1.1 -pkgrel=1 -pkgdesc="Automatic testing of Haskell programs" -url="http://hackage.haskell.org/package/QuickCheck" +pkgrel=2 +pkgdesc='Automatic testing of Haskell programs' +url='http://hackage.haskell.org/package/QuickCheck' license=('custom:BSD3') -arch=('i686' 'x86_64') -depends=('ghc=7.6.1-1' 'haskell-random=1.0.1.1-3' 'sh') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz) +arch=('x86_64' 'i686') +depends=('ghc=7.6.2-1' 'haskell-random=1.0.1.1-4' 'sh') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz") install=${pkgname}.install -md5sums=('2631b41c8b6e297b52622d1698387f09') +sha256sums=('98492011a2e546eccf2b747a990e82a726d68af9822f9d2d620cd1232aacc2b9') build() { - cd ${srcdir}/${_hkgname}-${pkgver} + cd "$srcdir/$_hkgname-$pkgver" - runhaskell Setup configure -O -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 - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh + runhaskell Setup configure -O -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 + runhaskell Setup unregister --gen-script + sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh } package() { - cd ${srcdir}/${_hkgname}-${pkgver} - install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh - install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.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} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE + cd "$srcdir/$_hkgname-$pkgver" + + install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh + install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.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} + install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE } + +# vim:set ts=2 sw=2 et: diff --git a/community/haskell-regex-base/PKGBUILD b/community/haskell-regex-base/PKGBUILD index 99ece767c..ca0e07d8e 100644 --- a/community/haskell-regex-base/PKGBUILD +++ b/community/haskell-regex-base/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 83910 2013-02-06 14:09:22Z arodseth $ +# $Id: PKGBUILD 84007 2013-02-08 04:15:39Z td123 $ # Maintainer: Vesa Kaihlavirta # Contributor: Arch Haskell Team # Contributor: Alexander Rødseth @@ -6,12 +6,12 @@ _hkgname=regex-base pkgname=haskell-regex-base pkgver=0.93.2 -pkgrel=10 +pkgrel=9 pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa' url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base' license=('custom:BSD3') arch=('x86_64' 'i686') -depends=('ghc=7.6.1-1' 'sh' 'haskell-mtl=2.1.2') +depends=('ghc=7.6.2-1' 'sh' 'haskell-mtl=2.1.2') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz") install=$pkgname.install sha256sums=('20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278') diff --git a/community/haskell-regex-compat/PKGBUILD b/community/haskell-regex-compat/PKGBUILD index c546442ec..62c4e99e3 100644 --- a/community/haskell-regex-compat/PKGBUILD +++ b/community/haskell-regex-compat/PKGBUILD @@ -1,18 +1,20 @@ -# Maintainer: Vesa Kaihlavirta +# $Id: PKGBUILD 84008 2013-02-08 04:15:40Z td123 $ +# Maintainer: Alexander Rødseth +# Contributor: Vesa Kaihlavirta # Contributor: Arch Haskell Team _hkgname=regex-compat pkgname=haskell-regex-compat pkgver=0.95.1 -pkgrel=3 -pkgdesc="Replaces and enhances Text.Regex" +pkgrel=4 +pkgdesc='Replaces and enhances Text.Regex' url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') -arch=('i686' 'x86_64') -depends=('ghc=7.6.1-1' 'sh' 'haskell-regex-base=0.93.2-7' 'haskell-regex-posix=0.95.2-2') +arch=('x86_64' 'i686') +depends=('ghc=7.6.2-1' 'sh' 'haskell-regex-base=0.93.2' 'haskell-regex-posix=0.95.2') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('d0573ab4e2f3de5faa61380b67333320') +sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b') build() { cd ${srcdir}/${_hkgname}-${pkgver} @@ -35,3 +37,5 @@ package() { install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE } + +# vim:set ts=2 sw=2 et: diff --git a/community/haskell-regex-posix/PKGBUILD b/community/haskell-regex-posix/PKGBUILD index 3c570e4d1..374044a61 100644 --- a/community/haskell-regex-posix/PKGBUILD +++ b/community/haskell-regex-posix/PKGBUILD @@ -1,37 +1,41 @@ +# $Id: PKGBUILD 84009 2013-02-08 04:15:40Z td123 $ +# Maintainer: Alexander Rødseth # Maintainer: Vesa Kaihlavirta # Contributor: Arch Haskell Team _hkgname=regex-posix pkgname=haskell-regex-posix pkgver=0.95.2 -pkgrel=2 -pkgdesc="The posix regex backend for regex-base" +pkgrel=3 +pkgdesc='The posix regex backend for regex-base' url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.6.1-1' 'sh' 'haskell-regex-base=0.93.2-7') +depends=('ghc=7.6.2-1' 'sh' 'haskell-regex-base=0.93.2') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('1df0f9494aab110c7231f36393285c7c') +sha256sums=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e') build() { - cd ${srcdir}/${_hkgname}-${pkgver} - runhaskell Setup configure -O -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 - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh + cd ${srcdir}/${_hkgname}-${pkgver} + runhaskell Setup configure -O -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 + runhaskell Setup unregister --gen-script + sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh } package() { - cd ${srcdir}/${_hkgname}-${pkgver} - install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh - install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.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} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE + cd ${srcdir}/${_hkgname}-${pkgver} + install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh + install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.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} + install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE } + +# vim:set ts=2 sw=2 et: diff --git a/community/haskell-stm/PKGBUILD b/community/haskell-stm/PKGBUILD index fec52e949..83f07905e 100644 --- a/community/haskell-stm/PKGBUILD +++ b/community/haskell-stm/PKGBUILD @@ -3,16 +3,16 @@ # Package generated by cabal2arch 0.7.5 _hkgname=stm pkgname=haskell-stm -pkgver=2.4 +pkgver=2.4.2 pkgrel=1 pkgdesc="A modular composable concurrency abstraction." url="http://hackage.haskell.org/package/stm" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.6.1-1' 'sh') +depends=('ghc=7.6.2-1' 'sh') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz) install=${pkgname}.install -md5sums=('fe8ab1a8231202f1748da53454cf55fc') +md5sums=('a0008fce2e12a18ab230516132d4117e') build() { cd ${srcdir}/${_hkgname}-$pkgver diff --git a/community/haskell-syb/PKGBUILD b/community/haskell-syb/PKGBUILD index a2595bf2c..57fb85526 100644 --- a/community/haskell-syb/PKGBUILD +++ b/community/haskell-syb/PKGBUILD @@ -3,12 +3,12 @@ _hkgname=syb pkgname=haskell-syb pkgver=0.3.7 -pkgrel=1 +pkgrel=2 pkgdesc="A library for client-side HTTP" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.6.1-1' sh) +depends=('ghc=7.6.2-1' sh) options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install diff --git a/community/haskell-tar/PKGBUILD b/community/haskell-tar/PKGBUILD index 573b5188d..13a4724e3 100644 --- a/community/haskell-tar/PKGBUILD +++ b/community/haskell-tar/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 77797 2012-10-14 20:10:04Z arodseth $ +# $Id: PKGBUILD 84012 2013-02-08 04:15:43Z td123 $ # Maintainer: Alexander Rødseth # Contributor: Arch Haskell Team pkgname=haskell-tar pkgver=0.4.0.1 -pkgrel=1 -pkgdesc="Reading, writing and manipulating tar archive files" -url="http://hackage.haskell.org/package/tar" +pkgrel=2 +pkgdesc='Reading, writing and manipulating tar archive files' +url='http://hackage.haskell.org/package/tar' license=('custom:BSD3') arch=('x86_64' 'i686') depends=('ghc=7.6.1-1') @@ -15,7 +15,7 @@ install=haskell-tar.install sha256sums=('a408274d8325f4e3144c5aa154d72f1ee7b0a7342570fd6805e3be3fe0d97a6d') build() { - cd $srcdir/tar-$pkgver + cd "$srcdir/tar-$pkgver" runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/$pkgname" \ @@ -28,7 +28,7 @@ build() { } package() { - cd $srcdir/tar-$pkgver + cd "$srcdir/tar-$pkgver" install -Dm 744 register.sh \ $pkgdir/usr/share/haskell/$pkgname/register.sh diff --git a/community/haskell-terminfo/PKGBUILD b/community/haskell-terminfo/PKGBUILD index 1576e8dd8..9323ddc46 100644 --- a/community/haskell-terminfo/PKGBUILD +++ b/community/haskell-terminfo/PKGBUILD @@ -1,22 +1,23 @@ -# $Id: PKGBUILD 77357 2012-10-09 04:18:36Z tdziedzic $ +# $Id: PKGBUILD 84013 2013-02-08 04:15:44Z td123 $ # Maintainer: Vesa Kaihlavirta # Contributor: Arch Haskell Team _hkgname=terminfo pkgname=haskell-terminfo pkgver=0.3.2.5 -pkgrel=1 +pkgrel=2 pkgdesc="Haskell bindings to the terminfo library." url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.6.1-1' 'sh') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +depends=('ghc=7.6.2-1' 'sh') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('7ef09acfac9f6fc499ed3bb804ae2ab3') build() { - cd ${srcdir}/${_hkgname}-${pkgver} + cd "${srcdir}/${_hkgname}-${pkgver}" + runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ --libsubdir=\$compiler/site-local/\$pkgid @@ -28,7 +29,8 @@ build() { } package() { - cd ${srcdir}/${_hkgname}-${pkgver} + cd "${srcdir}/${_hkgname}-${pkgver}" + install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries diff --git a/community/haskell-utf8-string/PKGBUILD b/community/haskell-utf8-string/PKGBUILD index 0c5cc75d0..ffaf3272e 100644 --- a/community/haskell-utf8-string/PKGBUILD +++ b/community/haskell-utf8-string/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 77358 2012-10-09 04:18:41Z tdziedzic $ +# $Id: PKGBUILD 84014 2013-02-08 04:15:45Z td123 $ # Maintainer: Vesa Kaihlavirta # Contributor: Arch Haskell Team # Package generated by cabal2arch 0.7.6 _hkgname=utf8-string pkgname=haskell-utf8-string pkgver=0.3.7 -pkgrel=3 +pkgrel=4 pkgdesc="Support for reading and writing UTF8 Strings" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.6.1-1' 'sh') +depends=('ghc=7.6.2-1' 'sh') install=${pkgname}.install source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) md5sums=('50e5c395713e716e0e4a56da73f87ccd') diff --git a/community/haskell-vector/PKGBUILD b/community/haskell-vector/PKGBUILD index 9020a2f0b..25bbbf5fb 100644 --- a/community/haskell-vector/PKGBUILD +++ b/community/haskell-vector/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 79236 2012-11-01 13:18:13Z spupykin $ +# $Id: PKGBUILD 84015 2013-02-08 04:15:45Z td123 $ # Maintainer: Sergej Pupykin pkgname=haskell-vector pkgver=0.10.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Efficient Arrays" url="http://code.haskell.org/vector" license=("custom:BSD3") diff --git a/community/haskell-x11-xft/PKGBUILD b/community/haskell-x11-xft/PKGBUILD index 97ee3a2ed..d5ffbbfa3 100644 --- a/community/haskell-x11-xft/PKGBUILD +++ b/community/haskell-x11-xft/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 77360 2012-10-09 04:18:51Z tdziedzic $ +# $Id: PKGBUILD 84017 2013-02-08 04:15:47Z td123 $ # Maintainer: Sergej Pupykin _hkgname=X11-xft pkgname=haskell-x11-xft pkgver=0.3.1 -pkgrel=5 +pkgrel=6 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') -depends=('ghc=7.6.1-1' 'haskell-x11=1.6.0.2' 'haskell-utf8-string=0.3.7' 'libxft') +depends=('ghc=7.6.2-1' 'haskell-x11=1.6.0.2-2' 'haskell-utf8-string=0.3.7-4' 'libxft') options=('strip') install=haskell-x11-xft.install source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz) diff --git a/community/haskell-x11/PKGBUILD b/community/haskell-x11/PKGBUILD index e03a1fb93..64b75a6a0 100644 --- a/community/haskell-x11/PKGBUILD +++ b/community/haskell-x11/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 77359 2012-10-09 04:18:46Z tdziedzic $ +# $Id: PKGBUILD 84016 2013-02-08 04:15:46Z td123 $ # Maintainer: Sergej Pupykin # Contributor: shild # Maintainer: Vesa Kaihlavirta @@ -6,13 +6,13 @@ _hkgname=X11 pkgname=haskell-x11 pkgver=1.6.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="A Haskell binding to the X11 graphics library." arch=(i686 x86_64) url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11" license=('custom:BSD3') options=('strip') -depends=("ghc=7.6.1-1" "haskell-syb=0.3.7" 'libx11' 'libxinerama' 'libxrandr') +depends=("ghc=7.6.2-1" "haskell-syb=0.3.7-2" 'libx11' 'libxinerama' 'libxrandr') conflicts=(haskell-x11-extras) install=hsmod.install source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz) diff --git a/community/haskell-xhtml/PKGBUILD b/community/haskell-xhtml/PKGBUILD index 7ccfca159..7104a7869 100644 --- a/community/haskell-xhtml/PKGBUILD +++ b/community/haskell-xhtml/PKGBUILD @@ -1,16 +1,17 @@ -# Maintainer: Vesa Kaihlavirta +# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $ +# Maintainer: Alexander Rødseth +# Contributor: Vesa Kaihlavirta # Contributor: Arch Haskell Team -# Contributor: Alexander Rødseth _hkgname=xhtml pkgname=haskell-xhtml pkgver=3000.2.1 -pkgrel=2 +pkgrel=3 pkgdesc='Combinators for producing XHTML 1.0' url='http://hackage.haskell.org/package/xhtml' license=('custom:BSD3') arch=('x86_64' 'i686') -depends=('ghc=7.6.1-1' 'sh') +depends=('ghc=7.6.2-1' 'sh') source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") install=$pkgname.install sha256sums=('33020782170c1c083bc59fc3bfcb72cec2db223e02d1181c07ae23b9fa7fdcd8') diff --git a/community/hedgewars/PKGBUILD b/community/hedgewars/PKGBUILD index 5b28b10c8..12a536b6b 100644 --- a/community/hedgewars/PKGBUILD +++ b/community/hedgewars/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 81108 2012-12-12 00:47:34Z eric $ +# $Id: PKGBUILD 84019 2013-02-08 04:15:49Z td123 $ # Maintainer: Sergej Pupykin pkgname=hedgewars pkgver=0.9.18 -pkgrel=4 +pkgrel=5 pkgdesc="Free Worms-like turn based strategy game" arch=('i686' 'x86_64') url="http://hedgewars.org" @@ -11,10 +11,13 @@ license=('GPL' 'custom') depends=('qt' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51') makedepends=('fpc' 'cmake' # haskell specific - 'ghc' - 'haskell-network' 'haskell-bytestring-show' - 'haskell-utf8-string' 'haskell-dataenc' - 'haskell-hslogger' 'haskell-vector') + 'ghc=7.6.2-1' + 'haskell-network=2.4.1.0-1' + 'haskell-bytestring-show=0.3.5.4-3' + 'haskell-utf8-string=0.3.7-4' + 'haskell-dataenc=0.14.0.5-1' + 'haskell-hslogger=1.2.1-3' + 'haskell-vector=0.10.0.1-2') source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver-3.tar.bz2 hedgewars.desktop hedgewars.png) diff --git a/community/icecast/PKGBUILD b/community/icecast/PKGBUILD index a9b3ce358..3888f8540 100644 --- a/community/icecast/PKGBUILD +++ b/community/icecast/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75222 2012-08-16 11:13:33Z lfleischer $ +# $Id: PKGBUILD 84031 2013-02-08 17:31:49Z lfleischer $ # Maintainer: # Contributor: Andrea Scarpino # Contributor: Andreas Radke @@ -6,7 +6,7 @@ pkgname=icecast pkgver=2.3.3 -pkgrel=2 +pkgrel=3 pkgdesc='Streaming audio over the Internet' arch=('i686' 'x86_64') license=('GPL') @@ -23,7 +23,7 @@ md5sums=('2b5d1b40778922e5f6431b7758c359ad' 'e823c1fdb080aae3d0c54ef8be95f7cb' '59c6552bcb1dd9fb542af8670dfabd3c' 'd8e929d2214123a1954da4383bf16583' - 'ada6c389351af0487b5c62198adb4e2f') + '1468e59f76de194579b615889e20198f') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/icecast/icecast.service b/community/icecast/icecast.service index fb3900b45..2f4b0eb29 100644 --- a/community/icecast/icecast.service +++ b/community/icecast/icecast.service @@ -3,7 +3,7 @@ Description=Icecast Network Audio Streaming Server After=network.target [Service] -ExecStart=/usr/bin/icecast -b -c /etc/icecast.xml +ExecStart=/usr/bin/icecast -c /etc/icecast.xml [Install] WantedBy=multi-user.target diff --git a/community/opensc/PKGBUILD b/community/opensc/PKGBUILD index 6fd256ca3..cabba2e79 100644 --- a/community/opensc/PKGBUILD +++ b/community/opensc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 80964 2012-12-08 00:07:50Z seblu $ -# Maintainer: Sébastien Luttringer +# $Id: PKGBUILD 84027 2013-02-08 13:50:52Z seblu $ +# Maintainer: Sébastien Luttringer # Contributor: kevku pkgname=opensc pkgver=0.13.0 -pkgrel=1 +pkgrel=2 pkgdesc='Access smart cards that support cryptographic operations' arch=('x86_64' 'i686') url='http://www.opensc-project.org/opensc/' @@ -29,6 +29,7 @@ build() { --enable-openssl \ --enable-pcsc \ --enable-zlib \ + --enable-sm \ --with-xsl-stylesheetsdir="$_sheetdir" make } @@ -39,4 +40,4 @@ package(){ install -D -m644 etc/opensc.conf "$pkgdir/etc/opensc.conf" } -# vim:set ts=2 sw=2 ft=sh et: +# vim:set ts=2 sw=2 et: diff --git a/community/xmobar/PKGBUILD b/community/xmobar/PKGBUILD index 8da30d456..bfb91d0b9 100644 --- a/community/xmobar/PKGBUILD +++ b/community/xmobar/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 81878 2013-01-02 19:55:16Z jelle $ +# $Id: PKGBUILD 84020 2013-02-08 04:15:49Z td123 $ # Maintainer: Sergej Pupykin # Contributor: Arch Haskell Team pkgname=xmobar pkgver=0.16 -pkgrel=4 +pkgrel=5 pkgdesc="A Minimalistic Text Based Status Bar" url="http://hackage.haskell.org/package/xmobar" license=('custom:BSD3') arch=('i686' 'x86_64') depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr') -makedepends=('ghc=7.6.1-1' 'haskell-x11=1.6.0.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string' - 'haskell-stm>=2.3' 'haskell-parsec>=3.1' 'haskell-mtl>=2') +makedepends=('ghc=7.6.2-1' 'haskell-x11=1.6.0.2-2' 'haskell-x11-xft=0.3.1-6' 'haskell-utf8-string=0.3.7-4' + 'haskell-stm=2.4.2-1' 'haskell-parsec=3.1.3-2' 'haskell-mtl=2.1.2-2') options=('strip') source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz) md5sums=('4742f1556a8e9b292f18df1176dcd378') diff --git a/community/xmonad-contrib/PKGBUILD b/community/xmonad-contrib/PKGBUILD index 7863c5dba..261a8a454 100644 --- a/community/xmonad-contrib/PKGBUILD +++ b/community/xmonad-contrib/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 81836 2013-01-01 13:44:05Z jelle $ +# $Id: PKGBUILD 84022 2013-02-08 04:15:51Z td123 $ # Maintainer: Sergej Pupykin # Maintainer: Vesa Kaihlavirta # Contributor: orbisvicis pkgname=xmonad-contrib pkgver=0.11 -pkgrel=1 +pkgrel=2 pkgdesc="Add-ons for xmonad" arch=('i686' 'x86_64') url="http://xmonad.org/" license=('BSD') -depends=('ghc=7.6.1' 'xmonad=0.11' 'sh' 'haskell-x11=1.6.0.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' 'haskell-random=1.0.1.1-3') +depends=('ghc=7.6.2-1' 'xmonad=0.11-2' 'sh' 'haskell-x11=1.6.0.2-2' 'haskell-x11-xft=0.3.1-6' 'haskell-utf8-string=0.3.7-4' 'haskell-random=1.0.1.1-4') install='xmonad-contrib.install' source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) md5sums=('05fba258ac6063e49b50786a0869bd1f') diff --git a/community/xmonad/PKGBUILD b/community/xmonad/PKGBUILD index 4b570db5c..3105012d7 100644 --- a/community/xmonad/PKGBUILD +++ b/community/xmonad/PKGBUILD @@ -1,24 +1,23 @@ -# $Id: PKGBUILD 81832 2013-01-01 11:47:18Z jelle $ +# $Id: PKGBUILD 84021 2013-02-08 04:15:50Z td123 $ # Maintainer: Sergej Pupykin # Maintainer: Vesa Kaihlavirta # Contributor: shild pkgname=xmonad pkgver=0.11 -pkgrel=1 +pkgrel=2 pkgdesc="Lightweight X11 tiled window manager written in Haskell" arch=('i686' 'x86_64') url="http://xmonad.org/" license=('BSD') -depends=('ghc=7.6.1-1' 'gmp' 'haskell-x11=1.6.0.2' 'sh' 'haskell-mtl=2.1.2' 'haskell-utf8-string=0.3.7' 'haskell-extensible-exceptions') +depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.0.2-2' 'sh' 'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 'haskell-extensible-exceptions=0.1.1.4-4') makedepends=('setconf' 'gendesk') optdepends=('xorg-xmessage: for displaying visual error messages') install='xmonad.install' -source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz - xmonad.svg xmonad-0.10-x11-1.6.patch) +source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz" + 'xmonad.svg') md5sums=('5ac9dc1dae5e85dcbdfb9f70cbe312c1' - '72bfa5e62e4e44fe7fa59b6a7593d993' - '22d29900d71f09a8f9fa6f0d2f3fed32') + '72bfa5e62e4e44fe7fa59b6a7593d993') build() { cd "$srcdir" @@ -26,9 +25,6 @@ build() { gendesk cd $srcdir/$pkgname-$pkgver - # Patch XMonad so we support haskell 1.6 - # patch -Np1 -i $srcdir/xmonad-0.10-x11-1.6.patch - runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs --prefix=/usr \ --libsubdir=\$compiler/site-local/\$pkgid diff --git a/community/xnoise/PKGBUILD b/community/xnoise/PKGBUILD index 6439d912f..46fa22e4a 100755 --- a/community/xnoise/PKGBUILD +++ b/community/xnoise/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 82522 2013-01-20 02:39:18Z fyan $ +# $Id: PKGBUILD 83989 2013-02-08 01:40:12Z fyan $ # Maintainer: Felix Yan # Contributor: archtux pkgname=xnoise -pkgver=0.2.14 -pkgrel=6 +pkgver=0.2.15 +pkgrel=1 pkgdesc="Media player with a slick GUI, great speed and lots of features." arch=('i686' 'x86_64') url="http://www.xnoise-media-player.com/" @@ -35,3 +35,4 @@ package() { # Remove obsolete files rm -rf $pkgdir/usr/include $pkgdir/usr/share/vala } +md5sums=('59736de51d9747e7a784103b902f9222') -- cgit v1.2.3-54-g00ecf