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

Jan Steffens heftig at archlinux.org
Tue Jan 10 19:05:35 UTC 2017


    Date: Tuesday, January 10, 2017 @ 19:05:34
  Author: heftig
Revision: 285636

archrelease: copy trunk to extra-i686, extra-x86_64

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-01-10 19:04:29 UTC (rev 285635)
+++ extra-i686/PKGBUILD	2017-01-10 19:05:34 UTC (rev 285636)
@@ -1,58 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.22.3
-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=d4dbce46808ed721478c57ce28c6e47fb6403932  # tags/3.22.3^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')
-
-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
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-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/extra-i686/PKGBUILD (from rev 285635, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-01-10 19:05:34 UTC (rev 285636)
@@ -0,0 +1,58 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.22.4
+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=9b02ee9436072d46eb54cd309ab1ff1b7c0dbcb6  # tags/3.22.4^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')
+
+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
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+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:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-01-10 19:04:29 UTC (rev 285635)
+++ extra-x86_64/PKGBUILD	2017-01-10 19:05:34 UTC (rev 285636)
@@ -1,58 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.22.3
-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=d4dbce46808ed721478c57ce28c6e47fb6403932  # tags/3.22.3^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')
-
-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
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-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/extra-x86_64/PKGBUILD (from rev 285635, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-01-10 19:05:34 UTC (rev 285636)
@@ -0,0 +1,58 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.22.4
+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=9b02ee9436072d46eb54cd309ab1ff1b7c0dbcb6  # tags/3.22.4^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')
+
+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
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+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:



More information about the arch-commits mailing list