Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-gio
Commits:
b6dad6b0 by Felix Yan at 2025-01-04T02:50:36+08:00
upgpkg: 0.13.10.0-30: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-gio
pkgdesc = Binding to GIO
pkgver = 0.13.10.0
- pkgrel = 29
+ pkgrel = 30
url = http://projects.haskell.org/gtk2hs/
arch = x86_64
license = LGPL2_1
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=gio
pkgname=haskell-gio
pkgver=0.13.10.0
-pkgrel=29
+pkgrel=30
pkgdesc="Binding to GIO"
url="http://projects.haskell.org/gtk2hs/"
license=("LGPL2_1")
@@ -16,7 +16,7 @@
sha256sums=('a831497e77a37d7076a5d6fd8a48af1c03b1b6710d2ee5f3f94e0e577cf68a53')
build() {
cd $_hkgname-$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
--datasubdir=haskell-gio --enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gio/-/commit/b6dad6b0d789d7201f8c654f326ca69d3c3890f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gio/-/commit/b6dad6b0d789d7201f8c654f326ca69d3c3890f7
You're receiving this email because of your account on gitlab.archlinux.org.