diff options
Diffstat (limited to 'nonprism/gnome-online-accounts')
-rw-r--r-- | nonprism/gnome-online-accounts/PKGBUILD | 11 | ||||
-rw-r--r-- | nonprism/gnome-online-accounts/gnome-online-accounts.install | 1 |
2 files changed, 6 insertions, 6 deletions
diff --git a/nonprism/gnome-online-accounts/PKGBUILD b/nonprism/gnome-online-accounts/PKGBUILD index 2a0b56d78..7e4906271 100644 --- a/nonprism/gnome-online-accounts/PKGBUILD +++ b/nonprism/gnome-online-accounts/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 214331 2014-06-06 21:01:31Z heftig $ +# $Id: PKGBUILD 222902 2014-09-23 20:36:07Z heftig $ # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=gnome-online-accounts -pkgver=3.12.3 +pkgver=3.14.0 pkgrel=1.nonprism1 pkgdesc="GNOME service to access online accounts, without support for unsafe and dangerous for privacy protocols" arch=(i686 x86_64 mips64el) @@ -11,12 +11,11 @@ url="http://www.gnome.org" license=('GPL') conflicts=("${pkgname}-coherence" "${pkgname}-nonprism" ) replaces=("${pkgname}-coherence" "${pkgname}-nonprism") -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=('549b940be98254b83ef7548e90a5237dd785ad18b0b0bd628d23a7347fc9e100') build() { cd $pkgname-$pkgver diff --git a/nonprism/gnome-online-accounts/gnome-online-accounts.install b/nonprism/gnome-online-accounts/gnome-online-accounts.install index 525ecff63..e26c517d4 100644 --- a/nonprism/gnome-online-accounts/gnome-online-accounts.install +++ b/nonprism/gnome-online-accounts/gnome-online-accounts.install @@ -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() { |