Skip to content
Snippets Groups Projects
Commit 7a8b9241 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

0.12.1-1

parent 22b45916
No related branches found
No related tags found
No related merge requests found
......@@ -2,29 +2,29 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
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)
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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment