mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
mex: rebuild against tracker-0.14.
This commit is contained in:
parent
8039e8804a
commit
872fd98f3c
2 changed files with 7 additions and 2 deletions
|
@ -43,7 +43,7 @@ libc.so.6
|
||||||
librest-0.7.so.0
|
librest-0.7.so.0
|
||||||
libgudev-1.0.so.0
|
libgudev-1.0.so.0
|
||||||
libXtst.so.6
|
libXtst.so.6
|
||||||
libtracker-sparql-0.12.so.0
|
libtracker-sparql-0.14.so.0
|
||||||
libavahi-glib.so.1
|
libavahi-glib.so.1
|
||||||
libavahi-common.so.3
|
libavahi-common.so.3
|
||||||
libavahi-client.so.3
|
libavahi-client.so.3
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mex'
|
# Template file for 'mex'
|
||||||
pkgname=mex
|
pkgname=mex
|
||||||
version=0.2.2
|
version=0.2.2
|
||||||
revision=3
|
revision=4
|
||||||
distfiles="http://media-explorer.github.com/releases/mex-$version.tar.bz2"
|
distfiles="http://media-explorer.github.com/releases/mex-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-lirc --enable-networks --disable-displayconf
|
configure_args="--disable-lirc --enable-networks --disable-displayconf
|
||||||
|
@ -45,3 +45,8 @@ Add_dependency build dbus-glib-devel
|
||||||
|
|
||||||
Add_dependency full hicolor-icon-theme
|
Add_dependency full hicolor-icon-theme
|
||||||
Add_dependency full desktop-file-utils
|
Add_dependency full desktop-file-utils
|
||||||
|
|
||||||
|
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…
Add table
Reference in a new issue