From 39619316e46c53cc1982f4109e748fa57cd28254 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 26 Sep 2012 03:59:23 +0200 Subject: [PATCH] New package: zeitgeist-0.9.0.1. --- srcpkgs/zeitgeist/template | 28 ++++++++++++++++++++++++++++ srcpkgs/zeitgeist/zeitgeist.rshlibs | 10 ++++++++++ 2 files changed, 38 insertions(+) create mode 100644 srcpkgs/zeitgeist/template create mode 100644 srcpkgs/zeitgeist/zeitgeist.rshlibs diff --git a/srcpkgs/zeitgeist/template b/srcpkgs/zeitgeist/template new file mode 100644 index 0000000000..a10ae4286d --- /dev/null +++ b/srcpkgs/zeitgeist/template @@ -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 " +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 +} diff --git a/srcpkgs/zeitgeist/zeitgeist.rshlibs b/srcpkgs/zeitgeist/zeitgeist.rshlibs new file mode 100644 index 0000000000..e4e2c2e18a --- /dev/null +++ b/srcpkgs/zeitgeist/zeitgeist.rshlibs @@ -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