zeitgeist: update to 1.0
This commit is contained in:
parent
315fa72042
commit
18a6db671a
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'zeitgeist'
|
||||
pkgname=zeitgeist
|
||||
version=0.9.16
|
||||
revision=2
|
||||
version=1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-fts --enable-datahub $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool vala-devel $(vopt_if gir gobject-introspection)"
|
||||
hostmakedepends="automake libtool pkg-config gettext-devel
|
||||
intltool vala-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="
|
||||
python-rdflib json-glib-devel gtk+3-devel telepathy-glib-devel
|
||||
python-gobject-devel dbus-devel sqlite-devel xapian-core-devel raptor"
|
||||
|
@ -14,8 +15,8 @@ short_desc="Logs the users’ activities and events"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://zeitgeist-project.com"
|
||||
license="LGPL-2.1"
|
||||
distfiles="https://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}-${version}.tar.xz"
|
||||
checksum=6ed3e60d0cd82ea58ee134c19beccafac10eb0f71977f3848755dacbf0927d3a
|
||||
distfiles="https://launchpad.net/${pkgname}/${version}/${version}/+download/${pkgname}-${version}.tar.xz"
|
||||
checksum=5ff508508f7a7b46acc9fbf1cf73fecb1aec214e18d9d22325aae8c2c2e8ddc8
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
@ -24,6 +25,10 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/doc
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue