[arch-commits] Commit in libgdata/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Feb 27 17:19:46 UTC 2020
Date: Thursday, February 27, 2020 @ 17:19:45
Author: heftig
Revision: 376306
archrelease: copy trunk to extra-x86_64
Added:
libgdata/repos/extra-x86_64/PKGBUILD
(from rev 376305, libgdata/trunk/PKGBUILD)
Deleted:
libgdata/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 81 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 42 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-27 17:19:09 UTC (rev 376305)
+++ PKGBUILD 2020-02-27 17:19:45 UTC (rev 376306)
@@ -1,39 +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.11
-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 liboauth gcr gnome-online-accounts)
-makedepends=(gobject-introspection vala uhttpmock git gtk-doc meson)
-_commit=5b2e808bcf73bb44e5fc69c04069d7befec70518 # tags/0.17.11^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() {
- DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:
Copied: libgdata/repos/extra-x86_64/PKGBUILD (from rev 376305, libgdata/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-02-27 17:19:45 UTC (rev 376306)
@@ -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.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:
More information about the arch-commits
mailing list