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

Felix Yan felixonmars at archlinux.org
Sun Nov 3 20:06:41 UTC 2019


    Date: Sunday, November 3, 2019 @ 20:06:41
  Author: felixonmars
Revision: 522595

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 20:06:26 UTC (rev 522594)
+++ PKGBUILD	2019-11-03 20:06:41 UTC (rev 522595)
@@ -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=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=(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-staging-x86_64/PKGBUILD (from rev 522594, libgexiv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-03 20:06:41 UTC (rev 522595)
@@ -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.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:



More information about the arch-commits mailing list