libzeitgeist: initial import

This commit is contained in:
Danny Rawlins 2013-12-08 18:55:09 +11:00
parent 58d107e6a7
commit eb61736d92
3 changed files with 53 additions and 0 deletions

33
libzeitgeist/.footprint Normal file
View File

@ -0,0 +1,33 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/zeitgeist-1.0/
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-data-source-registry.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-data-source.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-enums.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-enumtypes.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-event.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-index.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-log.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-mimetypes.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-monitor.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-ontology-interpretations.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-ontology-manifestations.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-result-set.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-subject.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-symbols.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-timerange.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist-timestamp.h
-rw-r--r-- root/root usr/include/zeitgeist-1.0/zeitgeist.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libzeitgeist-1.0.a
-rwxr-xr-x root/root usr/lib/libzeitgeist-1.0.la
lrwxrwxrwx root/root usr/lib/libzeitgeist-1.0.so -> libzeitgeist-1.0.so.1.1.4
lrwxrwxrwx root/root usr/lib/libzeitgeist-1.0.so.1 -> libzeitgeist-1.0.so.1.1.4
-rwxr-xr-x root/root usr/lib/libzeitgeist-1.0.so.1.1.4
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/zeitgeist-1.0.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/vala/
drwxr-xr-x root/root usr/share/vala/vapi/
-rw-r--r-- root/root usr/share/vala/vapi/zeitgeist-1.0.deps
-rw-r--r-- root/root usr/share/vala/vapi/zeitgeist-1.0.vapi

1
libzeitgeist/.md5sum Normal file
View File

@ -0,0 +1 @@
d63a37295d01a58086d0d4ae26e604c2 libzeitgeist-0.3.18.tar.gz

19
libzeitgeist/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Zeitgeist client library.
# URL: https://launchpad.net/libzeitgeist
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Depends on: glib
name=libzeitgeist
version=0.3.18
release=1
source=(http://launchpad.net/$name/${version%.*}/$version/+download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,gtk-doc}
}