diff --git a/libzeitgeist/.footprint b/libzeitgeist/.footprint deleted file mode 100644 index 77abeb3e4..000000000 --- a/libzeitgeist/.footprint +++ /dev/null @@ -1,33 +0,0 @@ -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/.signature b/libzeitgeist/.signature deleted file mode 100644 index 001cec441..000000000 --- a/libzeitgeist/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32O++6WjMlgOf1VpBNwEJh/+ICNnJD/oRybuvoz52JymQKWzvwPySYOZJLZDUwuRA1C1CnIilp6bEpL7AGME7ww= -SHA256 (Pkgfile) = 79337bf5bd158cd9fc21ab814f60da8663d67bf01676e1fde6ee9dd41ff84317 -SHA256 (.footprint) = 7e2df6610b735a15c04052853b64c7943e74abb8ca8e410869296083cf821718 -SHA256 (libzeitgeist-0.3.18.tar.gz) = 82c128d97a68600518b8e3e65ef4d5b123c57f3d5dfa977c7ff733c0fdf80f73 diff --git a/libzeitgeist/Pkgfile b/libzeitgeist/Pkgfile deleted file mode 100644 index e24aa4c7a..000000000 --- a/libzeitgeist/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Zeitgeist client library. -# URL: https://launchpad.net/libzeitgeist -# Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Danny Rawlins, crux at romster dot me -# 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} -}