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

Jan Steffens heftig at archlinux.org
Mon Feb 26 09:35:03 UTC 2018


    Date: Monday, February 26, 2018 @ 09:35:02
  Author: heftig
Revision: 298257

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-26 09:34:11 UTC (rev 298256)
+++ PKGBUILD	2018-02-26 09:35:02 UTC (rev 298257)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgexiv2
-pkgver=0.10.7
-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=(python-gobject python2-gobject gobject-introspection vala git meson)
-_commit=574141b66c269b34237275591f3bd5fa1ee16184  # tags/gexiv2-0.10.7^0
-source=("git+https://git.gnome.org/browse/gexiv2#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gexiv2
-  git describe --tags | sed 's/^gexiv2-//;s/-/+/g'
-}
-
-prepare() {
-  cd gexiv2
-}
-
-build() {
-  arch-meson gexiv2 build \
-    -Denable-gtk-doc=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgexiv2/repos/community-x86_64/PKGBUILD (from rev 298256, libgexiv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-26 09:35:02 UTC (rev 298257)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgexiv2
+pkgver=0.10.8
+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=(python-gobject python2-gobject gobject-introspection vala git meson)
+_commit=f1bdbe17d6743da27c1717d8f4d2793a05c72277  # tags/gexiv2-0.10.8^0
+source=("git+https://git.gnome.org/browse/gexiv2#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gexiv2
+  git describe --tags | sed 's/^gexiv2-//;s/-/+/g'
+}
+
+prepare() {
+  cd gexiv2
+}
+
+build() {
+  arch-meson gexiv2 build \
+    -Denable-gtk-doc=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list