Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-glib
Commits:
b17aa0aa by Felix Yan at 2025-01-04T02:47:42+08:00
upgpkg: 0.13.10.0-20: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-glib
pkgdesc = Binding to the GLIB library for Gtk2Hs.
pkgver = 0.13.10.0
- pkgrel = 19
+ pkgrel = 20
url = https://hackage.haskell.org/package/glib
arch = x86_64
license = LGPL2.1
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=haskell-glib
pkgver=0.13.10.0
-pkgrel=19
+pkgrel=20
pkgdesc="Binding to the GLIB library for Gtk2Hs."
url="https://hackage.haskell.org/package/glib"
license=('LGPL2.1')
@@ -18,7 +18,7 @@
sha512sums=('59f85b442140c12338b9fecb0f51cee5aba64793f2c9baef9b50490024f58b27f6d
build() {
cd "${srcdir}/glib-${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-glib/-/commit/b17aa0aae44e04c5e5bca72f6b9abab4240728ed
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-glib/-/commit/b17aa0aae44e04c5e5bca72f6b9abab4240728ed
You're receiving this email because of your account on gitlab.archlinux.org.