summaryrefslogtreecommitdiff
path: root/nonprism/grilo-plugins/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-05-17 15:22:12 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-05-17 15:22:12 -0300
commit2bef1fef811e3f553f18a6dac1c32e4dfff7ae13 (patch)
tree87b0158c2e280209756f21b4347ff12de2e7443c /nonprism/grilo-plugins/PKGBUILD
parente5013c4a19f8393a42afb5d0275fb3c6f13b9e47 (diff)
grilo-plugins-0.2.14-3.nonprism1: local metadata plugin crashes (FS#44724 -> https://bugs.archlinux.org/task/44724)
Diffstat (limited to 'nonprism/grilo-plugins/PKGBUILD')
-rw-r--r--nonprism/grilo-plugins/PKGBUILD17
1 files changed, 12 insertions, 5 deletions
diff --git a/nonprism/grilo-plugins/PKGBUILD b/nonprism/grilo-plugins/PKGBUILD
index de4e5b3c4..2da00f4ae 100644
--- a/nonprism/grilo-plugins/PKGBUILD
+++ b/nonprism/grilo-plugins/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 233400 2015-03-12 13:39:12Z jgc $
+# $Id: PKGBUILD 239495 2015-05-17 13:39:45Z heftig $
# Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=grilo-plugins
pkgver=0.2.14
-pkgrel=1.nonprism1
+pkgrel=3.nonprism1
pkgdesc="Plugins for Grilo, without libgdata support"
url="http://www.gnome.org"
arch=(i686 x86_64)
@@ -12,13 +12,20 @@ license=(LGPL)
replaces=(${pkgname}-nonprism)
conflicts=(${pkgname}-nonprism)
depends=(grilo lua libmediaart libtracker-sparql gom libdmapsharing)
-makedepends=(intltool itstool gnome-common git yelp-tools)
+makedepends=(intltool itstool 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=('d0f18116675058c7e8c178b1fe26d6d73998a0452f85a73b1696df740c83d3ab')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz
+ local-metadata-crash.patch)
+sha256sums=('d0f18116675058c7e8c178b1fe26d6d73998a0452f85a73b1696df740c83d3ab'
+ '221f770b064309635b52095d21d325707d45de03772da5cc579252b7795ced1b')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -Np1 -i ../local-metadata-crash.patch
+}
build() {
cd $pkgname-$pkgver