grilo-plugins: rebuild against tracker-0.14.
This commit is contained in:
parent
2f0d31e682
commit
8039e8804a
2 changed files with 7 additions and 2 deletions
|
@ -18,6 +18,6 @@ libquvi.so.7
|
|||
libsqlite3.so.0
|
||||
libgcrypt.so.11
|
||||
libgpg-error.so.0
|
||||
libtracker-sparql-0.12.so.0
|
||||
librest-0.7.so.0
|
||||
libgmime-2.6.so.0
|
||||
libtracker-sparql-0.14.so.0
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'grilo-plugins'
|
||||
pkgname=grilo-plugins
|
||||
version=0.1.18
|
||||
revision=2
|
||||
homepage="http://live.gnome.org/Grilo"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-shoutcast"
|
||||
revision=1
|
||||
short_desc="Plugins for Grilo"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
|
@ -31,3 +31,8 @@ Add_dependency build libgcrypt-devel
|
|||
Add_dependency build gmime-devel
|
||||
Add_dependency build libgdata-devel
|
||||
Add_dependency build tracker-devel
|
||||
|
||||
pre_configure() {
|
||||
sed -i -e "s|tracker-sparql-0.12|tracker-sparql-0.14|g" \
|
||||
-e "s|tracker-miner-0.12|tracker-miner-0.14|g" configure
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue