Date: Saturday, May 23, 2020 @ 19:11:03 Author: heftig Revision: 632461
0.12.1-1 Modified: libgexiv2/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 19:10:54 UTC (rev 632460) +++ PKGBUILD 2020-05-23 19:11:03 UTC (rev 632461) @@ -2,8 +2,8 @@ # Contributor: Ionut Biru <[email protected]> pkgname=libgexiv2 -pkgver=0.12.0 -pkgrel=4 +pkgver=0.12.1 +pkgrel=1 pkgdesc='GObject-based wrapper around the Exiv2 library' url='https://wiki.gnome.org/Projects/gexiv2' arch=(x86_64) @@ -10,21 +10,21 @@ license=(GPL2) depends=(exiv2 glib2) makedepends=(git gobject-introspection meson python-gobject python2-gobject vala) +provides=(libgexiv2.so) source=("git+https://gitlab.gnome.org/GNOME/gexiv2.git#tag=gexiv2-$pkgver") sha256sums=('SKIP') build() { - mkdir -p build arch-meson gexiv2 build -Denable-gtk-doc=true - ninja -C build + meson compile -C build } check() { - meson test -C build + meson test -C build --print-errorlogs } package() { - DESTDIR="$pkgdir" ninja -C build install + DESTDIR="$pkgdir" meson install -C build } # vim: ts=2 sw=2 et:
