[arch-commits] Commit in haskell-gtk/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Tue Nov 10 19:32:16 UTC 2015
Date: Tuesday, November 10, 2015 @ 20:32:15
Author: spupykin
Revision: 146525
upgpkg: haskell-gtk 0.14.1-1
upd
Modified:
haskell-gtk/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-10 19:27:33 UTC (rev 146524)
+++ PKGBUILD 2015-11-10 19:32:15 UTC (rev 146525)
@@ -2,13 +2,13 @@
# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
pkgname=haskell-gtk
-pkgver=0.13.9
-pkgrel=2
+pkgver=0.14.1
+pkgrel=1
pkgdesc="Binding to the gtk library for Gtk2Hs."
-url="http://hackage.haskell.org/package/gtk"
+url="http://hackage.haskell.org/package/gtk3"
license=('LGPL2.1')
arch=('i686' 'x86_64')
-depends=('ghc' 'gtk2' "haskell-pango" 'haskell-mtl' 'haskell-text')
+depends=('ghc' 'gtk3' "haskell-pango" 'haskell-mtl' 'haskell-text')
makedepends=('gtk2hs-buildtools' 'haddock')
provides=('gtk2hs-gtk')
replaces=('gtk2hs-gtk')
@@ -15,11 +15,11 @@
conflicts=('gtk2hs-gtk')
options=('strip' 'staticlibs')
install=gtk2hs-gtk.install
-source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
-md5sums=('dd8775b26f8deb3ae6446bde1c5a2a05')
+source=(http://hackage.haskell.org/package/gtk3-$pkgver/gtk3-$pkgver.tar.gz)
+md5sums=('fd91f1aff24413cde55037928f9bd3fb')
build() {
- cd ${srcdir}/gtk-${pkgver}
+ cd ${srcdir}/gtk3-${pkgver}
runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
--prefix=/usr --docdir=/usr/share/doc/haskell-gtk \
--libsubdir=\$compiler/site-local/\$pkgid
@@ -44,7 +44,7 @@
_update_deps haskell-mtl
_update_deps haskell-pango
- cd ${srcdir}/gtk-${pkgver}
+ cd ${srcdir}/gtk3-${pkgver}
install -D -m744 register.sh ${pkgdir}/usr/share/haskell/gtk2hs-gtk/register.sh
install -m744 unregister.sh ${pkgdir}/usr/share/haskell/gtk2hs-gtk/unregister.sh
install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
More information about the arch-commits
mailing list