1
0
forked from ports/opt

gexiv2: adopted port

This commit is contained in:
Tim Biermann 2021-01-29 12:33:43 +00:00
parent 1db9c14ffb
commit 46b830a065
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YdDr5YnEbUMZYJWKN++O1NxZsZqfxylWEqhpx7zDFmNvbFzfxJUS1Yi/iuPevDalnqD4Y1kM8jRsAERZUj6cg4=
SHA256 (Pkgfile) = 81fcce09a86642bd92fb9bc8ff9adc2174f68d4f20be9ddbc4ecf1fb61fc2151
RWSE3ohX2g5d/btYkp/2tj/fdhX2EKH2YfAMwrbdc1fEyHP969Co7JH0NQdQfi4/XkNB+orh6LaPKxrIoZleUNOk9vf0WTmW5g4=
SHA256 (Pkgfile) = 7e2302cc39140aeeeda6309579a38ff507f2e3783d67d26c58e5c125bc99c17b
SHA256 (.footprint) = a800dc1e447667825faf1a603c054ecc21c87e6a22e0843b0cb2362cb3f7a604
SHA256 (gexiv2-0.12.1.tar.xz) = 8aeafd59653ea88f6b78cb03780ee9fd61a2f993070c5f0d0976bed93ac2bd77

View File

@ -1,7 +1,7 @@
# Description: GObject wrapper around the Exiv2 photo metadata library
# URL: https://wiki.gnome.org/Projects/gexiv2
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: exiv2 gobject-introspection
# URL: https://wiki.gnome.org/Projects/gexiv2
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: exiv2 gobject-introspection
name=gexiv2
version=0.12.1
@ -9,12 +9,12 @@ release=1
source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain \
-D vapi=false \
-D gtk_doc=false \
-D python2_girdir=no
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain \
-D vapi=false \
-D gtk_doc=false \
-D python2_girdir=no
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
}