geoclue: 0.12 -> 0.12.99

This commit is contained in:
Danny Rawlins 2013-03-14 19:41:03 +11:00
parent 0aade917c2
commit 68aaaaf858
3 changed files with 22 additions and 16 deletions

View File

@ -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

View File

@ -1 +1 @@
bb30d023b684e49c304e1e5925fdd4d3 geoclue-0.12.tar.gz
779245045bfeeec4853da8baaa3a18e6 geoclue-0.12.99.tar.gz

View File

@ -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
}