[arch-commits] Commit in libgdata/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Oct 20 18:58:19 UTC 2020


    Date: Tuesday, October 20, 2020 @ 18:58:19
  Author: arojas
Revision: 398665

archrelease: copy trunk to extra-x86_64

Added:
  libgdata/repos/extra-x86_64/PKGBUILD
    (from rev 398664, libgdata/trunk/PKGBUILD)
Deleted:
  libgdata/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-20 18:58:06 UTC (rev 398664)
+++ PKGBUILD	2020-10-20 18:58:19 UTC (rev 398665)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libgdata
-pkgver=0.17.12
-pkgrel=1
-pkgdesc="GLib-based library for accessing online service APIs using the GData protocol"
-url="https://wiki.gnome.org/Projects/libgdata"
-arch=(x86_64)
-license=(GPL)
-depends=(libsoup gcr gnome-online-accounts)
-makedepends=(gobject-introspection vala uhttpmock git gtk-doc meson)
-_commit=6fd85102e7dcf7414000264a263465ba5cb894e4  # tags/0.17.12^0
-source=("git+https://gitlab.gnome.org/GNOME/libgdata.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D installed_tests=false -D man=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libsoup-2.4.so)
-  provides+=(libgdata.so)
-
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: libgdata/repos/extra-x86_64/PKGBUILD (from rev 398664, libgdata/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-20 18:58:19 UTC (rev 398665)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgdata
+pkgver=0.17.13
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData protocol"
+url="https://wiki.gnome.org/Projects/libgdata"
+arch=(x86_64)
+license=(GPL)
+depends=(libsoup gcr gnome-online-accounts)
+makedepends=(gobject-introspection vala uhttpmock git gtk-doc meson)
+_commit=2bc0941f428cf7fa54e4ba996482dba3843e08d3
+source=("git+https://gitlab.gnome.org/GNOME/libgdata.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D installed_tests=false -D man=true -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libsoup-2.4.so)
+  provides+=(libgdata.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list