[arch-commits] Commit in libgexiv2/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 10:16:06 UTC 2020
Date: Thursday, November 12, 2020 @ 10:16:06
Author: foutrelis
Revision: 751516
archrelease: copy trunk to community-staging-x86_64
Added:
libgexiv2/repos/community-staging-x86_64/PKGBUILD
(from rev 751515, libgexiv2/trunk/PKGBUILD)
Deleted:
libgexiv2/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 10:16:03 UTC (rev 751515)
+++ PKGBUILD 2020-11-12 10:16:06 UTC (rev 751516)
@@ -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.1
-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=(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:
Copied: libgexiv2/repos/community-staging-x86_64/PKGBUILD (from rev 751515, libgexiv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 10:16:06 UTC (rev 751516)
@@ -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=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)
+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