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

Jan Steffens heftig at archlinux.org
Sat Feb 20 16:42:07 UTC 2021


    Date: Saturday, February 20, 2021 @ 16:42:07
  Author: heftig
Revision: 866932

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-20 16:33:31 UTC (rev 866931)
+++ PKGBUILD	2021-02-20 16:42:07 UTC (rev 866932)
@@ -1,27 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgexiv2
-pkgver=0.12.1
-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 vala)
-source=("git+https://gitlab.gnome.org/GNOME/gexiv2#commit=a904953bb912ce383227a1a464bbc76b837046c7") # tag: gexiv2-0.12.1
-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
-}

Copied: libgexiv2/repos/community-x86_64/PKGBUILD (from rev 866931, libgexiv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-20 16:42:07 UTC (rev 866932)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgexiv2
+pkgver=0.12.2
+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 vala)
+source=("git+https://gitlab.gnome.org/GNOME/gexiv2.git?signed#tag=gexiv2-$pkgver")
+sha256sums=('SKIP')
+validpgpkeys=('AC9CD4E32D7C7F6357BA8ADD10F6E970175D29E1') # Jens Georg <mail at jensge.org>
+
+build() {
+  arch-meson gexiv2 build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list