From 147c6729c75c6a91b7836883a41e6afbc17e89f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 19 Nov 2014 19:05:39 -0200 Subject: grilo-plugins-0.2.14-0.1.nonprism1: updating version --- nonprism/grilo-plugins/PKGBUILD | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/nonprism/grilo-plugins/PKGBUILD b/nonprism/grilo-plugins/PKGBUILD index da9f69a8e..9948d1db9 100644 --- a/nonprism/grilo-plugins/PKGBUILD +++ b/nonprism/grilo-plugins/PKGBUILD @@ -1,40 +1,33 @@ -# $Id: PKGBUILD 222892 2014-09-23 19:56:22Z heftig $ +# $Id: PKGBUILD 226385 2014-11-19 10:16:24Z jgc $ # Maintainer (Arch): Jan Alexander Steffens (heftig) # Maintainer: André Silva pkgname=grilo-plugins -pkgver=0.2.13 -pkgrel=1.nonprism1 -pkgdesc="Plugins for Grilo, without libgdata and gnome-online-accounts support" +pkgver=0.2.14 +pkgrel=0.1.nonprism1 +pkgdesc="Plugins for Grilo, without libgdata support" url="http://www.gnome.org" arch=(i686 x86_64) license=(LGPL) replaces=(${pkgname}-nonprism) conflicts=(${pkgname}-nonprism) -depends=(grilo) -makedepends=(gmime libtracker-sparql libdmapsharing json-glib intltool avahi itstool - libmediaart lua gom) -optdepends=('avahi: Freebox plugin' - 'dleyna-server: DLNA plugin' - 'gmime: Podcasts plugin' - 'gom: Bookmarks plugin' - 'json-glib: TMDb plugin' - 'libdmapsharing: DMAP sharing plugin' - 'libmediaart: local-metadata plugin' - 'lua: LUA factory plugin' +depends=(grilo lua libmediaart libtracker-sparql gom libdmapsharing) +makedepends=(intltool itstool gnome-common git yelp-tools) +optdepends=('dleyna-server: DLNA plugin' 'tracker: Tracker plugin') options=('!emptydirs') groups=('gnome') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('a5544831ba81a4e7caea30da89874fd20142a362d389366e1113d0e64be51201') +source=(git://git.gnome.org/grilo-plugins#commit=e382c86ef4be39cb241a86c83d4c175af329c198) +sha256sums=('SKIP') build() { - cd $pkgname-$pkgver + cd $pkgname + NOCONFIGURE=1 ./autogen.sh ./configure --prefix=/usr --sysconfdir=/etc --disable-static make } package() { - cd $pkgname-$pkgver + cd $pkgname make DESTDIR="$pkgdir" install } -- cgit v1.1-4-g5e80