Date: Tuesday, August 30, 2022 @ 22:28:18 Author: heftig Revision: 454802
3.2.13-1 Modified: gmime3/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-30 20:39:26 UTC (rev 454801) +++ PKGBUILD 2022-08-30 22:28:18 UTC (rev 454802) @@ -3,7 +3,7 @@ # Contributor: Ben <[email protected]> pkgname=gmime3 -pkgver=3.2.12 +pkgver=3.2.13 pkgrel=1 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools" url="https://github.com/jstedfast/gmime" @@ -13,7 +13,7 @@ makedepends=(gobject-introspection gtk-doc git vala docbook-utils) provides=(libgmime-3.0.so) options=(debug) -_commit=41de5940ac1c0877fac2c15a3808e2346559cb98 # tags/3.2.12^0 +_commit=da1b041a2ce7e5e5c9d2c3e9499fe71b7a84d222 # tags/3.2.13^0 source=("git+https://github.com/jstedfast/gmime#commit=$_commit") sha256sums=('SKIP') @@ -29,8 +29,10 @@ build() { cd gmime - ./configure --prefix=/usr \ - --program-prefix=$pkgname \ + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ --enable-gtk-doc \ --enable-smime \ --disable-static @@ -38,6 +40,11 @@ make } +check() { + cd gmime + make check +} + package() { cd gmime make DESTDIR="$pkgdir" install
