Date: Wednesday, August 24, 2022 @ 22:34:14 Author: felixonmars Revision: 1277624
upgpkg: bustle 0.8.0-2: rebuild with hashable 1.4.1.0 Modified: bustle/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-24 22:34:05 UTC (rev 1277623) +++ PKGBUILD 2022-08-24 22:34:14 UTC (rev 1277624) @@ -2,12 +2,12 @@ pkgname=bustle pkgver=0.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="Draw sequence diagrams of D-Bus traffic" url="https://gitlab.freedesktop.org/bustle/bustle#readme" license=("LGPL") arch=('x86_64') -depends=('ghc-libs' 'glib2' 'libpcap' 'haskell-cairo' 'haskell-gio' 'haskell-glib' 'haskell-gtk' +depends=('ghc-libs' 'glib2' 'libpcap' 'haskell-cairo' 'haskell-gio' 'haskell-glib' 'haskell-gtk3' 'haskell-pango') makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-test-framework' 'haskell-test-framework-hunit') @@ -19,17 +19,17 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' \ -f-hgettext -f-interactivetests -fthreaded - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS } check() { cd $pkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
