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