[arch-commits] Commit in gnome-online-accounts/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Feb 11 13:42:48 UTC 2019


    Date: Monday, February 11, 2019 @ 13:42:46
  Author: heftig
Revision: 345979

archrelease: copy trunk to extra-x86_64

Added:
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
    (from rev 345978, gnome-online-accounts/trunk/PKGBUILD)
Deleted:
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-11 13:42:26 UTC (rev 345978)
+++ PKGBUILD	2019-02-11 13:42:46 UTC (rev 345979)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.30.1
-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=658ac6bfbd35f0ba9098a05585be5b9762e4202b  # tags/3.30.1^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:

Copied: gnome-online-accounts/repos/extra-x86_64/PKGBUILD (from rev 345978, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-11 13:42:46 UTC (rev 345979)
@@ -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.2
+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=1894ec59e1239846f8b25112cea92adbb9023557  # tags/3.30.2^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