summaryrefslogtreecommitdiff
path: root/nonprism/grilo-plugins
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-04-13 13:02:07 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-04-13 13:05:58 -0300
commit64c142574b0b218b6f8fe88266d83aacfe305f62 (patch)
tree06147f7975a51187b64577c06352114bad217e04 /nonprism/grilo-plugins
parent1e3de3ee59eef58cc73cdea779c3f55a6fcfb0ff (diff)
downloadabslibre-64c142574b0b218b6f8fe88266d83aacfe305f62.tar.gz
abslibre-64c142574b0b218b6f8fe88266d83aacfe305f62.tar.bz2
abslibre-64c142574b0b218b6f8fe88266d83aacfe305f62.zip
grilo-plugins-0.2.14-1.nonprism1: update from git snapshot to official upstream version
Diffstat (limited to 'nonprism/grilo-plugins')
-rw-r--r--nonprism/grilo-plugins/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
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) <jan.steffens@gmail.com>
# Maintainer: André Silva <emulatorman@parabola.nu>
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
}