From 777466db27694f0cad10a7159ba66f2a2b39a516 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 5 Oct 2012 01:33:02 -0700 Subject: Fri Oct 5 01:33:01 PDT 2012 --- gnome-unstable/folks/PKGBUILD | 8 ++++---- gnome-unstable/grilo-plugins/PKGBUILD | 14 ++++++++------ gnome-unstable/grilo/PKGBUILD | 6 +++--- gnome-unstable/telepathy-glib/PKGBUILD | 6 +++--- gnome-unstable/telepathy-mission-control/PKGBUILD | 6 +++--- 5 files changed, 21 insertions(+), 19 deletions(-) (limited to 'gnome-unstable') diff --git a/gnome-unstable/folks/PKGBUILD b/gnome-unstable/folks/PKGBUILD index 96178b9e9..5faef136e 100644 --- a/gnome-unstable/folks/PKGBUILD +++ b/gnome-unstable/folks/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 166885 2012-09-20 22:19:43Z jgc $ +# $Id: PKGBUILD 167966 2012-10-04 13:03:04Z ibiru $ # Maintainer: Ionut Biru pkgname=folks -pkgver=0.7.4.1 +pkgver=0.8.0 pkgrel=1 pkgdesc="Library to aggregates people into metacontacts" arch=(i686 x86_64) @@ -12,8 +12,8 @@ depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 'libsocialw makedepends=('gobject-introspection' 'intltool') install=folks.install options=('!libtool' '!emptydirs') -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('424ca5ef0bebc12666465fe4ee557d374f4694348109443efe7832be949679d3') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('8c56c7594dd502ef5877e93181136e41f4ea03de4971372a7a04e7f1492eed9d') build() { cd "$pkgname-$pkgver" diff --git a/gnome-unstable/grilo-plugins/PKGBUILD b/gnome-unstable/grilo-plugins/PKGBUILD index 71fc20159..972566440 100644 --- a/gnome-unstable/grilo-plugins/PKGBUILD +++ b/gnome-unstable/grilo-plugins/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 167865 2012-10-03 14:50:36Z heftig $ +# $Id: PKGBUILD 167998 2012-10-04 23:16:55Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) pkgname=grilo-plugins -pkgver=0.2.1 -pkgrel=2 +pkgver=0.2.2 +pkgrel=1 pkgdesc="Plugins for Grilo" url="http://www.gnome.org" arch=('i686' 'x86_64') license=('LGPL') depends=('grilo' 'sqlite' 'libgcrypt') -makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql totem-plparser libdmapsharing) +makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql totem-plparser libdmapsharing + json-glib) optdepends=('gupnp-av: uPnP plugin' 'libgdata: Youtube plugin' 'libquvi: Youtube plugin' @@ -18,10 +19,11 @@ optdepends=('gupnp-av: uPnP plugin' 'rest: Blip.tv plugin' 'libtracker-sparql: Tracker plugin' 'totem-plparser: Optical media plugin' - 'libdmapsharing: DMAP sharing plugin') + 'libdmapsharing: DMAP sharing plugin' + 'json-glib: TMDb plugin') options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('d437e146bfdf7f2f4b6306131676f564f5ad02f904089e43b1b8a1f1fe99f895') +sha256sums=('54e65b734917df74ba5e53d92a3b2e69edd669625820fd0353c22e9b0f61e90d') build() { cd $pkgname-$pkgver diff --git a/gnome-unstable/grilo/PKGBUILD b/gnome-unstable/grilo/PKGBUILD index c286b345b..024f59890 100644 --- a/gnome-unstable/grilo/PKGBUILD +++ b/gnome-unstable/grilo/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 167718 2012-10-03 10:21:01Z jgc $ +# $Id: PKGBUILD 167997 2012-10-04 23:14:47Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) pkgname=grilo -pkgver=0.2.1 +pkgver=0.2.2 pkgrel=1 pkgdesc="Framework that provides access to various sources of multimedia content" url="http://www.gnome.org" @@ -13,7 +13,7 @@ makedepends=('gobject-introspection' 'gtk-doc' 'vala') optdepends=('grilo-plugins: Plugins for grilo') options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('eb225fb88389e018858869eb5da5aee9d72bdb2306979e8f3defb5fc898af676') +sha256sums=('e98d86e9c26dc444f43782e68f44a90da47f69da8a4ac313da9a3795fb72271f') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/gnome-unstable/telepathy-glib/PKGBUILD b/gnome-unstable/telepathy-glib/PKGBUILD index 04b8976cc..e2085a262 100644 --- a/gnome-unstable/telepathy-glib/PKGBUILD +++ b/gnome-unstable/telepathy-glib/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 167242 2012-09-29 09:23:38Z ibiru $ +# $Id: PKGBUILD 167963 2012-10-04 12:22:42Z ibiru $ # Maintainer: Ionut Biru # Contributor: Kessia 'even' Pinheiro pkgname=telepathy-glib -pkgver=0.19.10 +pkgver=0.20.0 pkgrel=1 pkgdesc="GLib bindings for the Telepathy D-Bus protocol" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ options=('!libtool' '!emptydirs') depends=('dbus-glib') makedepends=('libxslt' 'vala' 'gobject-introspection') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('fbe730cc897c2d6cbf6a165d6cc63cdd') +md5sums=('9d7b2bcc2d9f8e0352c8789952717d83') build() { cd $pkgname-$pkgver diff --git a/gnome-unstable/telepathy-mission-control/PKGBUILD b/gnome-unstable/telepathy-mission-control/PKGBUILD index fc5333e75..6e9108ca1 100644 --- a/gnome-unstable/telepathy-mission-control/PKGBUILD +++ b/gnome-unstable/telepathy-mission-control/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 167244 2012-09-29 09:31:34Z ibiru $ +# $Id: PKGBUILD 167968 2012-10-04 13:06:03Z ibiru $ # Maintainer: Ionut Biru # Contributor: Ju Liu # Contributor: Bjorn Lindeijer # Contributor: Andreas Zwinkau pkgname=telepathy-mission-control -pkgver=5.13.2 +pkgver=5.14.0 pkgrel=1 pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers." arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ makedepends=('libxslt' 'python2') install=telepathy-mission-control.install options=('!libtool') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('3af60fa448b8fd56b65fac185a41f288') +md5sums=('483fa8860891815a540ecf1bb9155122') build() { cd "$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf