zeitgeist: update to 1.0
This commit is contained in:
parent
315fa72042
commit
18a6db671a
1 changed files with 10 additions and 5 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'zeitgeist'
|
# Template file for 'zeitgeist'
|
||||||
pkgname=zeitgeist
|
pkgname=zeitgeist
|
||||||
version=0.9.16
|
version=1.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-fts --enable-datahub $(vopt_enable gir introspection)"
|
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="
|
makedepends="
|
||||||
python-rdflib json-glib-devel gtk+3-devel telepathy-glib-devel
|
python-rdflib json-glib-devel gtk+3-devel telepathy-glib-devel
|
||||||
python-gobject-devel dbus-devel sqlite-devel xapian-core-devel raptor"
|
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>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://zeitgeist-project.com"
|
homepage="http://zeitgeist-project.com"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="https://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}-${version}.tar.xz"
|
distfiles="https://launchpad.net/${pkgname}/${version}/${version}/+download/${pkgname}-${version}.tar.xz"
|
||||||
checksum=6ed3e60d0cd82ea58ee134c19beccafac10eb0f71977f3848755dacbf0927d3a
|
checksum=5ff508508f7a7b46acc9fbf1cf73fecb1aec214e18d9d22325aae8c2c2e8ddc8
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -24,6 +25,10 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
NOCONFIGURE=1 autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/doc
|
rm -rf ${DESTDIR}/usr/doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue