[arch-commits] Commit in gnome-online-accounts/repos (8 files)
Jan Steffens
heftig at archlinux.org
Tue Oct 13 18:09:46 UTC 2015
Date: Tuesday, October 13, 2015 @ 20:09:46
Author: heftig
Revision: 249224
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gnome-online-accounts/repos/extra-i686/PKGBUILD
(from rev 249223, gnome-online-accounts/trunk/PKGBUILD)
gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
(from rev 249223, gnome-online-accounts/trunk/gnome-online-accounts.install)
gnome-online-accounts/repos/extra-x86_64/PKGBUILD
(from rev 249223, gnome-online-accounts/trunk/PKGBUILD)
gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install
(from rev 249223, gnome-online-accounts/trunk/gnome-online-accounts.install)
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 | 62 +++++++++++++++++++++++++++
/gnome-online-accounts.install | 24 ++++++++++
extra-i686/PKGBUILD | 29 ------------
extra-i686/gnome-online-accounts.install | 12 -----
extra-x86_64/PKGBUILD | 29 ------------
extra-x86_64/gnome-online-accounts.install | 12 -----
6 files changed, 86 insertions(+), 82 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-10-13 18:09:02 UTC (rev 249223)
+++ extra-i686/PKGBUILD 2015-10-13 18:09:46 UTC (rev 249224)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.18.0
-pkgrel=2
-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')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fc2dac96551746576759bd14f9b322bae1dd0aeedc0e755065ddf5eaaefacd34')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
- --enable-media-server --enable-kerberos --enable-lastfm
- 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 249223, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 18:09:46 UTC (rev 249224)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.18.0
+pkgrel=3
+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=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fc2dac96551746576759bd14f9b322bae1dd0aeedc0e755065ddf5eaaefacd34')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+ --enable-media-server --enable-kerberos --enable-lastfm
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make -j1 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-i686/gnome-online-accounts.install
===================================================================
--- extra-i686/gnome-online-accounts.install 2015-10-13 18:09:02 UTC (rev 249223)
+++ extra-i686/gnome-online-accounts.install 2015-10-13 18:09:46 UTC (rev 249224)
@@ -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
-}
Copied: gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install (from rev 249223, gnome-online-accounts/trunk/gnome-online-accounts.install)
===================================================================
--- extra-i686/gnome-online-accounts.install (rev 0)
+++ extra-i686/gnome-online-accounts.install 2015-10-13 18:09:46 UTC (rev 249224)
@@ -0,0 +1,12 @@
+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 2015-10-13 18:09:02 UTC (rev 249223)
+++ extra-x86_64/PKGBUILD 2015-10-13 18:09:46 UTC (rev 249224)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.18.0
-pkgrel=2
-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')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fc2dac96551746576759bd14f9b322bae1dd0aeedc0e755065ddf5eaaefacd34')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
- --enable-media-server --enable-kerberos --enable-lastfm
- 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 249223, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-10-13 18:09:46 UTC (rev 249224)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.18.0
+pkgrel=3
+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=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fc2dac96551746576759bd14f9b322bae1dd0aeedc0e755065ddf5eaaefacd34')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+ --enable-media-server --enable-kerberos --enable-lastfm
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make -j1 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 2015-10-13 18:09:02 UTC (rev 249223)
+++ extra-x86_64/gnome-online-accounts.install 2015-10-13 18:09:46 UTC (rev 249224)
@@ -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
-}
Copied: gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install (from rev 249223, gnome-online-accounts/trunk/gnome-online-accounts.install)
===================================================================
--- extra-x86_64/gnome-online-accounts.install (rev 0)
+++ extra-x86_64/gnome-online-accounts.install 2015-10-13 18:09:46 UTC (rev 249224)
@@ -0,0 +1,12 @@
+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