summaryrefslogtreecommitdiff
path: root/nonprism/grilo-plugins
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-19 19:05:39 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-19 19:05:39 -0200
commit147c6729c75c6a91b7836883a41e6afbc17e89f4 (patch)
tree30d691763407d5012f9d917cf9023b1dc60979c3 /nonprism/grilo-plugins
parentffa8acdacb31bf6b7333803af9501363d5295f4b (diff)
grilo-plugins-0.2.14-0.1.nonprism1: updating version
Diffstat (limited to 'nonprism/grilo-plugins')
-rw-r--r--nonprism/grilo-plugins/PKGBUILD31
1 files 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) <jan.steffens@gmail.com>
# Maintainer: André Silva <emulatorman@parabola.nu>
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
}