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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 22:25:58 UTC 2021


    Date: Thursday, December 2, 2021 @ 22:25:58
  Author: foutrelis
Revision: 1062818

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 22:25:57 UTC (rev 1062817)
+++ PKGBUILD	2021-12-02 22:25:58 UTC (rev 1062818)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgexiv2
-pkgver=0.14.0
-pkgrel=2
-pkgdesc='GObject-based wrapper around the Exiv2 library'
-url='https://wiki.gnome.org/Projects/gexiv2'
-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")
-b2sums=('154c8e870e7ef9189268a1c3dc3ed9cf0da933491dc874c6d28b4db1a0126a12fe9ca8cd03ba5bc33b535b9094a6c859e56a8f9f648703c7add1c5fd02a9a168')
-
-
-build() {
-  arch-meson gexiv2-gexiv2-$pkgver build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io}-2.0.so libexiv2.so)
-  provides+=(libgexiv2.so)
-  meson install -C build --destdir "$pkgdir"
-}

Copied: libgexiv2/repos/community-staging-x86_64/PKGBUILD (from rev 1062816, libgexiv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 22:25:58 UTC (rev 1062818)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgexiv2
+pkgver=0.14.0
+pkgrel=3
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+url='https://wiki.gnome.org/Projects/gexiv2'
+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")
+b2sums=('154c8e870e7ef9189268a1c3dc3ed9cf0da933491dc874c6d28b4db1a0126a12fe9ca8cd03ba5bc33b535b9094a6c859e56a8f9f648703c7add1c5fd02a9a168')
+
+
+build() {
+  arch-meson gexiv2-gexiv2-$pkgver build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so libexiv2.so)
+  provides+=(libgexiv2.so)
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list