New package: zeitgeist-0.9.0.1.
This commit is contained in:
parent
dbcd4e5f61
commit
39619316e4
2 changed files with 38 additions and 0 deletions
28
srcpkgs/zeitgeist/template
Normal file
28
srcpkgs/zeitgeist/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'zeitgeist'
|
||||
pkgname=zeitgeist
|
||||
version=0.9.0.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
depends="python>=2.7<3 dbus-python pygobject"
|
||||
makedepends="pkg-config intltool python-devel vala-devel dbus-devel
|
||||
raptor xapian-core-devel python-rdflib"
|
||||
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.bz2"
|
||||
checksum=5d52c34e7a655d152f991f7461ecf0dac274d9f67bfb021f815d7044a4b5ba1e
|
||||
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."
|
||||
|
||||
LDFLAGS="-lgmodule-2.0 -lgthread-2.0"
|
||||
pycompile_module="${pkgname}"
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/doc
|
||||
}
|
10
srcpkgs/zeitgeist/zeitgeist.rshlibs
Normal file
10
srcpkgs/zeitgeist/zeitgeist.rshlibs
Normal file
|
@ -0,0 +1,10 @@
|
|||
libgmodule-2.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libsqlite3.so.0
|
||||
libc.so.6
|
||||
libxapian.so.22
|
||||
libstdc++.so.6
|
||||
libgcc_s.so.1
|
||||
libpthread.so.0
|
Loading…
Reference in a new issue