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

Jan Steffens heftig at archlinux.org
Wed Sep 27 10:29:48 UTC 2017


    Date: Wednesday, September 27, 2017 @ 10:29:47
  Author: heftig
Revision: 306271

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

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

--------------------------------+
 /PKGBUILD                      |  120 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-i686/PKGBUILD   |   58 ------------------
 gnome-unstable-x86_64/PKGBUILD |   58 ------------------
 3 files changed, 120 insertions(+), 116 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2017-09-27 10:28:59 UTC (rev 306270)
+++ gnome-unstable-i686/PKGBUILD	2017-09-27 10:29:47 UTC (rev 306271)
@@ -1,58 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Single sign-on framework for GNOME"
-url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
-makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
-optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
-            'gvfs-google: Google Drive')
-_commit=9f50c82fa49d8d1110eaa0c9d98f33b39dd0c1c1  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit"
-        "git+https://git.gnome.org/browse/telepathy-account-widgets")
-sha256sums=('SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.telepathy-account-widgets.url "$srcdir/telepathy-account-widgets"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib/$pkgname \
-    --disable-static \
-    --enable-media-server \
-    --enable-kerberos \
-    --enable-lastfm \
-    --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD (from rev 306270, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-09-27 10:29:47 UTC (rev 306271)
@@ -0,0 +1,60 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.26.0+3+ga48ddbed
+pkgrel=1
+pkgdesc="Single sign-on framework for GNOME"
+url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
+makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
+optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
+            'gvfs-google: Google Drive')
+_commit=a48ddbedf2ad80ecb6cd6d988d86d51b5273bbe3  # master
+source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit"
+        "git+https://git.gnome.org/browse/telepathy-account-widgets")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.telepathy-account-widgets.url "$srcdir/telepathy-account-widgets"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib/$pkgname \
+    --disable-static \
+    --enable-inspector \
+    --enable-media-server \
+    --enable-kerberos \
+    --enable-lastfm \
+    --enable-todoist \
+    --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2017-09-27 10:28:59 UTC (rev 306270)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-27 10:29:47 UTC (rev 306271)
@@ -1,58 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Single sign-on framework for GNOME"
-url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
-makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
-optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
-            'gvfs-google: Google Drive')
-_commit=9f50c82fa49d8d1110eaa0c9d98f33b39dd0c1c1  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit"
-        "git+https://git.gnome.org/browse/telepathy-account-widgets")
-sha256sums=('SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.telepathy-account-widgets.url "$srcdir/telepathy-account-widgets"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib/$pkgname \
-    --disable-static \
-    --enable-media-server \
-    --enable-kerberos \
-    --enable-lastfm \
-    --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD (from rev 306270, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-27 10:29:47 UTC (rev 306271)
@@ -0,0 +1,60 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.26.0+3+ga48ddbed
+pkgrel=1
+pkgdesc="Single sign-on framework for GNOME"
+url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
+makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
+optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
+            'gvfs-google: Google Drive')
+_commit=a48ddbedf2ad80ecb6cd6d988d86d51b5273bbe3  # master
+source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit"
+        "git+https://git.gnome.org/browse/telepathy-account-widgets")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.telepathy-account-widgets.url "$srcdir/telepathy-account-widgets"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib/$pkgname \
+    --disable-static \
+    --enable-inspector \
+    --enable-media-server \
+    --enable-kerberos \
+    --enable-lastfm \
+    --enable-todoist \
+    --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list