From 68aaaaf858210f6b5ac2751fdd23b38364d53791 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Thu, 14 Mar 2013 19:41:03 +1100 Subject: [PATCH] geoclue: 0.12 -> 0.12.99 --- geoclue/.footprint | 27 ++++++++++++++++----------- geoclue/.md5sum | 2 +- geoclue/Pkgfile | 9 +++++---- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/geoclue/.footprint b/geoclue/.footprint index 78c67764b..76f2be2b4 100644 --- a/geoclue/.footprint +++ b/geoclue/.footprint @@ -23,6 +23,16 @@ drwxr-xr-x root/root usr/include/geoclue/ -rw-r--r-- root/root usr/include/geoclue/geoclue-types.h -rw-r--r-- root/root usr/include/geoclue/geoclue-velocity.h drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/geoclue-example +-rwxr-xr-x root/root usr/lib/geoclue-geonames +-rwxr-xr-x root/root usr/lib/geoclue-gsmloc +-rwxr-xr-x root/root usr/lib/geoclue-hostip +-rwxr-xr-x root/root usr/lib/geoclue-localnet +-rwxr-xr-x root/root usr/lib/geoclue-manual +-rwxr-xr-x root/root usr/lib/geoclue-master +-rwxr-xr-x root/root usr/lib/geoclue-nominatim +-rwxr-xr-x root/root usr/lib/geoclue-plazes +-rwxr-xr-x root/root usr/lib/geoclue-yahoo -rw-r--r-- root/root usr/lib/libgeoclue.a -rwxr-xr-x root/root usr/lib/libgeoclue.la lrwxrwxrwx root/root usr/lib/libgeoclue.so -> libgeoclue.so.0.0.0 @@ -30,18 +40,10 @@ lrwxrwxrwx root/root usr/lib/libgeoclue.so.0 -> libgeoclue.so.0.0.0 -rwxr-xr-x root/root usr/lib/libgeoclue.so.0.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/geoclue.pc -drwxr-xr-x root/root usr/libexec/ --rwxr-xr-x root/root usr/libexec/geoclue-example --rwxr-xr-x root/root usr/libexec/geoclue-geonames --rwxr-xr-x root/root usr/libexec/geoclue-gsmloc --rwxr-xr-x root/root usr/libexec/geoclue-hostip --rwxr-xr-x root/root usr/libexec/geoclue-localnet --rwxr-xr-x root/root usr/libexec/geoclue-manual --rwxr-xr-x root/root usr/libexec/geoclue-master --rwxr-xr-x root/root usr/libexec/geoclue-nominatim --rwxr-xr-x root/root usr/libexec/geoclue-plazes --rwxr-xr-x root/root usr/libexec/geoclue-yahoo drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/GConf/ +drwxr-xr-x root/root usr/share/GConf/gsettings/ +-rw-r--r-- root/root usr/share/GConf/gsettings/geoclue drwxr-xr-x root/root usr/share/dbus-1/ drwxr-xr-x root/root usr/share/dbus-1/services/ -rw-r--r-- root/root usr/share/dbus-1/services/org.freedesktop.Geoclue.Master.service @@ -64,3 +66,6 @@ drwxr-xr-x root/root usr/share/geoclue-providers/ -rw-r--r-- root/root usr/share/geoclue-providers/geoclue-nominatim.provider -rw-r--r-- root/root usr/share/geoclue-providers/geoclue-plazes.provider -rw-r--r-- root/root usr/share/geoclue-providers/geoclue-yahoo.provider +drwxr-xr-x root/root usr/share/glib-2.0/ +drwxr-xr-x root/root usr/share/glib-2.0/schemas/ +-rw-r--r-- root/root usr/share/glib-2.0/schemas/org.freedesktop.Geoclue.gschema.xml diff --git a/geoclue/.md5sum b/geoclue/.md5sum index 11f034636..89ec3c555 100644 --- a/geoclue/.md5sum +++ b/geoclue/.md5sum @@ -1 +1 @@ -bb30d023b684e49c304e1e5925fdd4d3 geoclue-0.12.tar.gz +779245045bfeeec4853da8baaa3a18e6 geoclue-0.12.99.tar.gz diff --git a/geoclue/Pkgfile b/geoclue/Pkgfile index 45dbff3fb..e3a964fe2 100644 --- a/geoclue/Pkgfile +++ b/geoclue/Pkgfile @@ -5,19 +5,20 @@ # Depends on: gconf gtk-doc name=geoclue -version=0.12 +version=0.12.99 release=1 -source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version.tar.gz) +source=(http://freedesktop.org/~hadess/$name-$version.tar.gz) build() { cd $name-$version - ./autogen.sh - ./configure \ --prefix=/usr \ + --libexecdir=/usr/lib \ --mandir=/usr/man make make DESTDIR=$PKG install + + rm -r $PKG/usr/share/gtk-doc }