tracker: update to 2.0.0
This commit is contained in:
parent
da38ec268e
commit
69b790b331
2 changed files with 10 additions and 4 deletions
|
@ -2853,3 +2853,5 @@ libykclient.so.3 ykclient-2.15_1
|
|||
libbooster.so.0 cppcms-1.0.5_1
|
||||
libcppcms.so.1 cppcms-1.0.5_1
|
||||
libcppdb.so.0 cppdb-0.3.1_1
|
||||
libtracker-control-2.0.so.0 libtracker-2.0.0_1
|
||||
libtracker-sparql-2.0.so.0 libtracker-2.0.0_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'tracker'
|
||||
pkgname=tracker
|
||||
version=1.12.1
|
||||
version=2.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libflac --enable-libvorbis --disable-unit-tests
|
||||
|
@ -9,7 +9,7 @@ configure_args="--enable-libflac --enable-libvorbis --disable-unit-tests
|
|||
ac_cv_lib_sqlite3_sqlite3_threadsafe=yes ax_cv_sqlite_threadsafe=yes
|
||||
ax_cv_sqlite_auto_extension=yes"
|
||||
hostmakedepends="automake libtool pkg-config intltool glib-devel
|
||||
gettext-devel gobject-introspection libxslt"
|
||||
gettext-devel gobject-introspection libxslt python3"
|
||||
makedepends="
|
||||
libpng-devel libgee-devel libsecret-devel upower-devel
|
||||
exempi-devel poppler-glib-devel gupnp-dlna-devel libgxps-devel
|
||||
|
@ -23,7 +23,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://live.gnome.org/Tracker"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=b912cb06944abc676b4644219db777896455fb33aa5589f0b46e417bc9b82a4b
|
||||
checksum=efc3af5b44461ec938af0622fe8eacbf0c7abbadce32ae55df28c9d4b4b1ff6c
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
@ -32,6 +32,10 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm* | aarch* ) broken="sqlite will not cross compile with fts5 support"
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
# Set AM_LDFLAGS in subdir's Makefile.am because adding the
|
||||
# option subdir-objects to configure.ac does not work.
|
||||
|
@ -59,7 +63,7 @@ libtracker_package() {
|
|||
short_desc+=" - shared libraries"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
vmove "usr/lib/tracker-1.0/*.so*"
|
||||
vmove "usr/lib/tracker-2.0/*.so*"
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/lib/girepository-1.0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue