From 64c142574b0b218b6f8fe88266d83aacfe305f62 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 13 Apr 2015 13:02:07 -0300 Subject: grilo-plugins-0.2.14-1.nonprism1: update from git snapshot to official upstream version --- nonprism/grilo-plugins/PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'nonprism/grilo-plugins') diff --git a/nonprism/grilo-plugins/PKGBUILD b/nonprism/grilo-plugins/PKGBUILD index 9948d1db9..de4e5b3c4 100644 --- a/nonprism/grilo-plugins/PKGBUILD +++ b/nonprism/grilo-plugins/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 226385 2014-11-19 10:16:24Z jgc $ +# $Id: PKGBUILD 233400 2015-03-12 13:39:12Z jgc $ # Maintainer (Arch): Jan Alexander Steffens (heftig) # Maintainer: André Silva pkgname=grilo-plugins pkgver=0.2.14 -pkgrel=0.1.nonprism1 +pkgrel=1.nonprism1 pkgdesc="Plugins for Grilo, without libgdata support" url="http://www.gnome.org" arch=(i686 x86_64) @@ -17,17 +17,16 @@ optdepends=('dleyna-server: DLNA plugin' 'tracker: Tracker plugin') options=('!emptydirs') groups=('gnome') -source=(git://git.gnome.org/grilo-plugins#commit=e382c86ef4be39cb241a86c83d4c175af329c198) -sha256sums=('SKIP') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('d0f18116675058c7e8c178b1fe26d6d73998a0452f85a73b1696df740c83d3ab') build() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh + cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --disable-static make } package() { - cd $pkgname + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } -- cgit v1.2.3