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

Jan Steffens heftig at archlinux.org
Tue Jul 12 20:32:03 UTC 2016


    Date: Tuesday, July 12, 2016 @ 20:32:02
  Author: heftig
Revision: 271742

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

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

--------------------------------------------+
 /PKGBUILD                                  |   80 +++++++++++++++++++++++++++
 extra-i686/PKGBUILD                        |   32 ----------
 extra-i686/gnome-online-accounts.install   |   12 ----
 extra-x86_64/PKGBUILD                      |   32 ----------
 extra-x86_64/gnome-online-accounts.install |   12 ----
 5 files changed, 80 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-07-12 20:14:39 UTC (rev 271741)
+++ extra-i686/PKGBUILD	2016-07-12 20:32:02 UTC (rev 271742)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org"
-license=('GPL')
-depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 'telepathy-glib' 'krb5' 'gcr')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
-optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
-            'gvfs-google: Google Drive')
-install=$pkgname.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c37aebc1e12f31f5516d33a354181e4d202a07da4f7d3a95b0da8cf0028c0c93')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
-    --enable-media-server --enable-kerberos --enable-lastfm
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-i686/PKGBUILD (from rev 271741, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-07-12 20:32:02 UTC (rev 271742)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.20.2
+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)
+optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
+            'gvfs-google: Google Drive')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4b555d9d2587d49148929e836ff02d5dda80c4138f69036fa214b71383cdc1dd')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./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-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-online-accounts.install
===================================================================
--- extra-i686/gnome-online-accounts.install	2016-07-12 20:14:39 UTC (rev 271741)
+++ extra-i686/gnome-online-accounts.install	2016-07-12 20:32:02 UTC (rev 271742)
@@ -1,12 +0,0 @@
-post_install () {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-07-12 20:14:39 UTC (rev 271741)
+++ extra-x86_64/PKGBUILD	2016-07-12 20:32:02 UTC (rev 271742)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org"
-license=('GPL')
-depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 'telepathy-glib' 'krb5' 'gcr')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
-optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
-            'gvfs-google: Google Drive')
-install=$pkgname.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c37aebc1e12f31f5516d33a354181e4d202a07da4f7d3a95b0da8cf0028c0c93')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
-    --enable-media-server --enable-kerberos --enable-lastfm
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-x86_64/PKGBUILD (from rev 271741, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-07-12 20:32:02 UTC (rev 271742)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.20.2
+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)
+optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
+            'gvfs-google: Google Drive')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4b555d9d2587d49148929e836ff02d5dda80c4138f69036fa214b71383cdc1dd')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./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-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/gnome-online-accounts.install
===================================================================
--- extra-x86_64/gnome-online-accounts.install	2016-07-12 20:14:39 UTC (rev 271741)
+++ extra-x86_64/gnome-online-accounts.install	2016-07-12 20:32:02 UTC (rev 271742)
@@ -1,12 +0,0 @@
-post_install () {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list