diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-17 15:57:39 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-17 15:57:39 -0200 |
commit | 808040c23210a28f1fa9d9c058d3f88993d795a4 (patch) | |
tree | 189c23ad128b12ef01764985b9118051c3cefc15 /nonprism/gnome-online-accounts | |
parent | 61e76d2395448488b31760fb910baf77b57f80c0 (diff) | |
download | abslibre-808040c23210a28f1fa9d9c058d3f88993d795a4.tar.gz abslibre-808040c23210a28f1fa9d9c058d3f88993d795a4.tar.bz2 abslibre-808040c23210a28f1fa9d9c058d3f88993d795a4.zip |
gnome-online-accounts-3.14.0-1.nonprism1: updating version
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() { |