[arch-commits] Commit in gnome-online-accounts/repos (2 files)

Jan Steffens heftig at archlinux.org
Wed Sep 5 00:38:40 UTC 2018


    Date: Wednesday, September 5, 2018 @ 00:38:39
  Author: heftig
Revision: 333367

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-online-accounts/repos/gnome-unstable-x86_64/
  gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 333366, gnome-online-accounts/trunk/PKGBUILD)

----------+
 PKGBUILD |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

Copied: gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD (from rev 333366, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-09-05 00:38:39 UTC (rev 333367)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.30.0
+pkgrel=1
+pkgdesc="Single sign-on framework for GNOME"
+url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
+arch=(x86_64)
+license=(LGPL)
+depends=(webkit2gtk json-glib libnotify rest libsecret krb5 gcr)
+makedepends=(gobject-introspection gtk-doc vala git meson)
+optdepends=('gvfs-goa: Virtual file systems, e.g. OwnCloud'
+            'gvfs-google: Google Drive')
+_commit=4542c85743159826e94acb8edb26e235d9732f86  # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-online-accounts.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+    -D lastfm=true \
+    -D media_server=true \
+    -D todoist=true \
+    -D gtk_doc=true \
+    -D man=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list