summaryrefslogtreecommitdiff
path: root/libzeitgeist
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2013-12-08 18:55:09 +1100
committerDanny Rawlins <monster.romster@gmail.com>2013-12-09 18:03:53 +1100
commiteb61736d92f25ffc83909928d7d382dc0fe45566 (patch)
tree5d3bcf51876bb5d7aaf71f71b2cd55f09e934d09 /libzeitgeist
parent58d107e6a710aadc53167ebe16499b7685f14a9b (diff)
downloadcontrib-eb61736d92f25ffc83909928d7d382dc0fe45566.tar.gz
contrib-eb61736d92f25ffc83909928d7d382dc0fe45566.tar.xz
libzeitgeist: initial import
Diffstat (limited to 'libzeitgeist')
-rw-r--r--libzeitgeist/.footprint33
-rw-r--r--libzeitgeist/.md5sum1
-rw-r--r--libzeitgeist/Pkgfile19
3 files changed, 53 insertions, 0 deletions
diff --git a/libzeitgeist/.footprint b/libzeitgeist/.footprint
new file mode 100644
index 000000000..77abeb3e4
--- /dev/null
+++ b/libzeitgeist/.footprint
@@ -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
diff --git a/libzeitgeist/.md5sum b/libzeitgeist/.md5sum
new file mode 100644
index 000000000..2a7ea4d38
--- /dev/null
+++ b/libzeitgeist/.md5sum
@@ -0,0 +1 @@
+d63a37295d01a58086d0d4ae26e604c2 libzeitgeist-0.3.18.tar.gz
diff --git a/libzeitgeist/Pkgfile b/libzeitgeist/Pkgfile
new file mode 100644
index 000000000..e05a3b01e
--- /dev/null
+++ b/libzeitgeist/Pkgfile
@@ -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}
+}

Generated by cgit