Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / chmlib
Commits: 2737ba53 by Antonio Rojas at 2024-09-07T15:36:40+02:00 upgpkg: 0.40-8: Rebuild for missing .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,12 @@ +pkgbase = chmlib + pkgdesc = Library for dealing with Microsoft ITSS/CHM format files + pkgver = 0.40 + pkgrel = 8 + url = http://www.jedrea.com/chmlib/ + arch = x86_64 + license = LGPL + depends = glibc + source = http://www.jedrea.com/chmlib/chmlib-0.40.tar.bz2 + sha256sums = 3449d64b0cf71578b2c7e3ddc048d4af3661f44a83941ea074a7813f3a59ffa3 + +pkgname = chmlib ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=chmlib pkgver=0.40 -pkgrel=7 +pkgrel=8 pkgdesc="Library for dealing with Microsoft ITSS/CHM format files" arch=('x86_64') url="http://www.jedrea.com/chmlib/" @@ -16,6 +16,7 @@ sha256sums=('3449d64b0cf71578b2c7e3ddc048d4af3661f44a83941ea074a7813f3a59ffa3') build() { cd "${srcdir}"/${pkgname}-${pkgver} + CFLAGS+=" -Wno-implicit-function-declaration" ./configure --prefix=/usr \ --enable-examples=yes make View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/chmlib/-/commit/2737ba53b4edad46c0185b0fa6726cb583618585 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/chmlib/-/commit/2737ba53b4edad46c0185b0fa6726cb583618585 You're receiving this email because of your account on gitlab.archlinux.org.
