49 lines
1.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
# Template file for 'zeitgeist'
|
||
pkgname=zeitgeist
|
||
version=0.9.14
|
||
revision=1
|
||
build_style=gnu-configure
|
||
hostmakedepends="pkg-config intltool gobject-introspection"
|
||
makedepends="
|
||
json-glib-devel>=0.16.2 gtk+3-devel telepathy-glib-devel
|
||
pygobject-devel>=3.10 vala-devel dbus-devel raptor xapian-core-devel
|
||
python-rdflib"
|
||
depends="python>=2.7<3 dbus-python pygobject>=3.10"
|
||
pycompile_module="zeitgeist"
|
||
short_desc="logs the users’ activities and events"
|
||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
homepage="http://zeitgeist-project.com"
|
||
license="LGPL-2.1"
|
||
distfiles="https://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}-${version}.tar.xz"
|
||
checksum=769b5abfe67ef632414efa1d35a1462c5cd86c8792bb4635b4c3d93a5f15f061
|
||
long_desc="
|
||
Zeitgeist is a service which logs the users’ activities and events,
|
||
anywhere from files opened to websites visited and conversations had.
|
||
|
||
It makes this information readily available for other applications to use.
|
||
It is able to establish relationships between items based on similarity
|
||
and usage patterns."
|
||
|
||
post_install() {
|
||
rm -rf ${DESTDIR}/usr/doc
|
||
}
|
||
|
||
libzeitgeist2_package() {
|
||
short_desc+=" - shared library"
|
||
pkg_install() {
|
||
vmove "usr/lib/*.so.*"
|
||
vmove usr/lib/girepository-1.0
|
||
}
|
||
}
|
||
zeitgeist-devel_package() {
|
||
short_desc+=" - development files"
|
||
depends="libzeitgeist2>=${version}_${revision}"
|
||
pkg_install() {
|
||
vmove usr/include
|
||
vmove usr/lib/pkgconfig
|
||
vmove "usr/lib/*.so"
|
||
vmove usr/share/vala
|
||
vmove usr/share/gir-1.0
|
||
}
|
||
}
|