Skip to content
Snippets Groups Projects
Commit 83842fbe authored by Alexander Rødseth's avatar Alexander Rødseth
Browse files

upgpkg: 0.12.0-1

parent a4ce37ba
No related branches found
No related tags found
No related merge requests found
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=libgexiv2
pkgver=0.10.8
pkgrel=2
pkgdesc="GObject-based wrapper around the Exiv2 library"
url="https://wiki.gnome.org/Projects/gexiv2"
pkgver=0.12.0
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=(python-gobject python2-gobject gobject-introspection vala git meson)
_commit=f1bdbe17d6743da27c1717d8f4d2793a05c72277 # tags/gexiv2-0.10.8^0
source=("git+https://git.gnome.org/browse/gexiv2#commit=$_commit")
makedepends=(git gobject-introspection meson python-gobject python2-gobject vala)
source=("git+https://gitlab.gnome.org/GNOME/gexiv2.git#tag=gexiv2-$pkgver")
sha256sums=('SKIP')
pkgver() {
cd gexiv2
git describe --tags | sed 's/^gexiv2-//;s/-/+/g'
}
prepare() {
cd gexiv2
}
build() {
arch-meson gexiv2 build \
-Denable-gtk-doc=true
mkdir -p build
arch-meson gexiv2 build -Denable-gtk-doc=true
ninja -C build
}
check() {
cd build
meson test
meson test -C build
}
package() {
......
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