Skip to content
Snippets Groups Projects
Unverified Commit 95bfac8e authored by Alexander Rødseth's avatar Alexander Rødseth
Browse files

upgpkg: 0.14.2-1

parent 4f802548
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=libgexiv2
pkgver=0.14.1
pkgver=0.14.2
pkgrel=1
pkgdesc='GObject-based wrapper around the Exiv2 library'
url='https://wiki.gnome.org/Projects/gexiv2'
......@@ -10,15 +10,8 @@ arch=(x86_64)
license=(GPL2)
depends=(exiv2 glib2)
makedepends=(gobject-introspection meson python-gobject vala)
source=("https://gitlab.gnome.org/GNOME/gexiv2/-/archive/gexiv2-$pkgver/gexiv2-gexiv2-$pkgver.tar.bz2"
https://gitlab.gnome.org/GNOME/gexiv2/-/commit/06adc8fb.patch)
b2sums=('c2985185d07ebb3388c6bd735f492efab6d2f023a11a3cb2034b83997862b9fe995a56de6ba3d00b3126bb4fd153afaf68d1090f97247b572b30895b36cde114'
'631deb48a9844be4dbdbb66a8ed8c866c8d712b581f8483ef24999f179fbf7ecf12b9196efcb5de0197bf586d86ea6f69ab5a5117bbf2de07061360637b5713d')
prepare() {
# Fix build with exiv2 0.28
patch -d gexiv2-gexiv2-$pkgver -p1 < 06adc8fb.patch
}
source=("https://gitlab.gnome.org/GNOME/gexiv2/-/archive/gexiv2-$pkgver/gexiv2-gexiv2-$pkgver.tar.bz2")
b2sums=('400e507f88ea3d14420e2dc43ceedf961ab23b91cc5a2f5671c4d876ecfb7437af14ee75b501d2baf5a3eb319afaf81b1c6f699c1c62fa7b8d211603364bf14a')
build() {
arch-meson gexiv2-gexiv2-$pkgver build -D gtk_doc=true
......@@ -32,5 +25,8 @@ check() {
package() {
depends+=(libg{lib,object,io}-2.0.so libexiv2.so)
provides+=(libgexiv2.so)
meson install -C build --destdir "$pkgdir"
rm -rv "$pkgdir/usr/lib/python3.11/site-packages/gi/overrides/__pycache__"
}
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