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

2016-07-12 Thread Jan Steffens
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
===
--- PKGBUILD2016-07-12 19:52:14 UTC (rev 271739)
+++ PKGBUILD2016-07-12 19:58:19 UTC (rev 271740)
@@ -2,19 +2,18 @@
 # Maintainer: Ionut Biru 
 
 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
-}


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

2014-09-06 Thread Jan de Groot
Date: Saturday, September 6, 2014 @ 12:18:22
  Author: jgc
Revision: 221032

upgpkg: gnome-online-accounts 3.13.91-1

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

---+
 PKGBUILD  |9 -
 gnome-online-accounts.install |1 +
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 00:19:06 UTC (rev 221031)
+++ PKGBUILD2014-09-06 10:18:22 UTC (rev 221032)
@@ -2,18 +2,17 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-online-accounts
-pkgver=3.12.3
+pkgver=3.13.91
 pkgrel=1
 pkgdesc=GNOME service to access online accounts
 arch=(i686 x86_64)
 url=http://www.gnome.org;
 license=('GPL')
-depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret'
- 'telepathy-glib' 'krb5' 'gcr')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl' 
'python2')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('afd7e2f0e6eccbde92f10183ea366c95b579767c540442ef82e4009d7759eda6')
+sha256sums=('9acebae1cdd2094770685b036b2637e1ff503c3f06e490bc1b289ccc21bd61ed')
 
 build() {
   cd $pkgname-$pkgver

Modified: gnome-online-accounts.install
===
--- gnome-online-accounts.install   2014-09-06 00:19:06 UTC (rev 221031)
+++ gnome-online-accounts.install   2014-09-06 10:18:22 UTC (rev 221032)
@@ -1,5 +1,6 @@
 post_install () {
 gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+glib-compile-schemas /usr/share/glib-2.0/schemas
 }
 
 post_upgrade() {



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

2012-03-08 Thread Ionut Biru
Date: Thursday, March 8, 2012 @ 15:39:00
  Author: ibiru
Revision: 152691

update to 3.3.0

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

---+
 PKGBUILD  |   10 +-
 gnome-online-accounts.install |2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-08 20:35:00 UTC (rev 152690)
+++ PKGBUILD2012-03-08 20:39:00 UTC (rev 152691)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-online-accounts
-pkgver=3.2.1
+pkgver=3.3.0
 pkgrel=1
 pkgdesc=GNOME service to access online accounts
 arch=(i686 x86_64)
@@ -12,17 +12,17 @@
 makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
 options=(!libtool)
 install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('549c210c358fd05598a00cb7a8d8f5b0fd6e18f7cb321c3c1641fb18f1312234')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c5c0bc70b46f5ed5d6aa734834b2e0ef73fb8eddd9fd20606f0582043efb5d22')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
 

Modified: gnome-online-accounts.install
===
--- gnome-online-accounts.install   2012-03-08 20:35:00 UTC (rev 152690)
+++ gnome-online-accounts.install   2012-03-08 20:39:00 UTC (rev 152691)
@@ -1,5 +1,5 @@
 post_install () {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
 post_upgrade() {