[arch-commits] Commit in gnome-online-accounts/trunk (2 files)

Jan Steffens heftig at archlinux.org
Tue Jul 12 19:58:19 UTC 2016


    Date: Tuesday, July 12, 2016 @ 19:58:19
  Author: heftig
Revision: 271740

3.20.2-1

Modified:
  gnome-online-accounts/trunk/PKGBUILD
Deleted:
  gnome-online-accounts/trunk/gnome-online-accounts.install

-------------------------------+
 PKGBUILD                      |   17 ++++++++---------
 gnome-online-accounts.install |   12 ------------
 2 files changed, 8 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-12 19:52:14 UTC (rev 271739)
+++ PKGBUILD	2016-07-12 19:58:19 UTC (rev 271740)
@@ -2,19 +2,18 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-online-accounts
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
-pkgdesc="GNOME service to access online accounts"
+pkgdesc="Single sign-on framework for GNOME"
+url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
 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')
+license=(LGPL)
+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')
+sha256sums=('4b555d9d2587d49148929e836ff02d5dda80c4138f69036fa214b71383cdc1dd')
 
 build() {
   cd $pkgname-$pkgver
@@ -26,7 +25,7 @@
 
 package() {
   cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: gnome-online-accounts.install
===================================================================
--- gnome-online-accounts.install	2016-07-12 19:52:14 UTC (rev 271739)
+++ gnome-online-accounts.install	2016-07-12 19:58:19 UTC (rev 271740)
@@ -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