diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-29 12:33:43 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-29 12:33:43 +0000 |
commit | 46b830a065bfbcbf3db2144a3380aa9771df07f7 (patch) | |
tree | 7d0596f4944c464762d604d3f97b6981b275deff /gexiv2 | |
parent | 1db9c14ffb5a5fbc69d0d773fce28fd291907eac (diff) | |
download | opt-46b830a065bfbcbf3db2144a3380aa9771df07f7.tar.gz opt-46b830a065bfbcbf3db2144a3380aa9771df07f7.tar.xz |
gexiv2: adopted port
Diffstat (limited to 'gexiv2')
-rw-r--r-- | gexiv2/.signature | 4 | ||||
-rw-r--r-- | gexiv2/Pkgfile | 22 |
2 files changed, 13 insertions, 13 deletions
diff --git a/gexiv2/.signature b/gexiv2/.signature index 1661589e9..86ef4dcf5 100644 --- a/gexiv2/.signature +++ b/gexiv2/.signature @@ -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 diff --git a/gexiv2/Pkgfile b/gexiv2/Pkgfile index cd36ebba5..23014b7cf 100644 --- a/gexiv2/Pkgfile +++ b/gexiv2/Pkgfile @@ -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 } |