[arch-commits] Commit in libgexiv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat May 23 19:11:20 UTC 2020


    Date: Saturday, May 23, 2020 @ 19:11:19
  Author: heftig
Revision: 632462

archrelease: copy trunk to community-x86_64

Added:
  libgexiv2/repos/community-x86_64/PKGBUILD
    (from rev 632461, libgexiv2/trunk/PKGBUILD)
Deleted:
  libgexiv2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 19:11:03 UTC (rev 632461)
+++ PKGBUILD	2020-05-23 19:11:19 UTC (rev 632462)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgexiv2
-pkgver=0.12.0
-pkgrel=4
-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)
-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
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgexiv2/repos/community-x86_64/PKGBUILD (from rev 632461, libgexiv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-23 19:11:19 UTC (rev 632462)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgexiv2
+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() {
+  arch-meson gexiv2 build -Denable-gtk-doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list