zeitgeist: update to 0.9.5.
This commit is contained in:
parent
3402e8667f
commit
5e0d315389
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'zeitgeist'
|
# Template file for 'zeitgeist'
|
||||||
pkgname=zeitgeist
|
pkgname=zeitgeist
|
||||||
version=0.9.0.1
|
version=0.9.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
depends="python>=2.7<3 dbus-python pygobject"
|
depends="python>=2.7<3 dbus-python pygobject"
|
||||||
|
@ -10,8 +10,8 @@ short_desc="logs the users’ activities and events"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
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.bz2"
|
distfiles="https://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=5d52c34e7a655d152f991f7461ecf0dac274d9f67bfb021f815d7044a4b5ba1e
|
checksum=e5ccb75ff705bfb382750c520c29653b6e0f40aeacd30adf233162132114be55
|
||||||
long_desc="
|
long_desc="
|
||||||
Zeitgeist is a service which logs the users’ activities and events,
|
Zeitgeist is a service which logs the users’ activities and events,
|
||||||
anywhere from files opened to websites visited and conversations had.
|
anywhere from files opened to websites visited and conversations had.
|
||||||
|
@ -20,7 +20,7 @@ long_desc="
|
||||||
It is able to establish relationships between items based on similarity
|
It is able to establish relationships between items based on similarity
|
||||||
and usage patterns."
|
and usage patterns."
|
||||||
|
|
||||||
LDFLAGS="-lgmodule-2.0 -lgthread-2.0"
|
#LDFLAGS="-lgmodule-2.0 -lgthread-2.0"
|
||||||
pycompile_module="${pkgname}"
|
pycompile_module="${pkgname}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue