Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-gtk2hs-buildtools
Commits:
c14df434 by Felix Yan at 2025-01-04T02:32:58+08:00
upgpkg: 0.13.10.0-12: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-gtk2hs-buildtools
pkgdesc = Tools to build the Gtk2Hs suite of User Interface libraries.
pkgver = 0.13.10.0
- pkgrel = 11
+ pkgrel = 12
url = https://hackage.haskell.org/package/gtk2hs-buildtools
arch = x86_64
license = GPL2
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=haskell-gtk2hs-buildtools
pkgver=0.13.10.0
-pkgrel=11
+pkgrel=12
pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
url="https://hackage.haskell.org/package/gtk2hs-buildtools"
license=('GPL2')
@@ -18,7 +18,7 @@
sha512sums=('ab82220caf6d8d2499de1560130182628455f57588f7cf83d677443f38b9e5fc298
build() {
cd gtk2hs-buildtools-$pkgver
- runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
+ runhaskell Setup configure -O --enable-shared --enable-debug-info
--enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid #
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gtk2hs-buildtools/-/commit/c14df434a88daec4af5ac7322919b7ab7466167b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gtk2hs-buildtools/-/commit/c14df434a88daec4af5ac7322919b7ab7466167b
You're receiving this email because of your account on gitlab.archlinux.org.