summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gypsy/.footprint.i68612
-rw-r--r--gypsy/.footprint.x86_6412
-rw-r--r--gypsy/Pkgfile4
3 files changed, 15 insertions, 13 deletions
diff --git a/gypsy/.footprint.i686 b/gypsy/.footprint.i686
index b55a4b6..1dcc433 100644
--- a/gypsy/.footprint.i686
+++ b/gypsy/.footprint.i686
@@ -1,8 +1,8 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/dbus-1/
+drwxr-xr-x root/root etc/dbus-1/system.d/
+-rw-r--r-- root/root etc/dbus-1/system.d/Gypsy.conf
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/etc/
-drwxr-xr-x root/root usr/etc/dbus-1/
-drwxr-xr-x root/root usr/etc/dbus-1/system.d/
--rw-r--r-- root/root usr/etc/dbus-1/system.d/Gypsy.conf
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/gypsy/
-rw-r--r-- root/root usr/include/gypsy/gypsy-accuracy.h
@@ -20,8 +20,8 @@ lrwxrwxrwx root/root usr/lib/libgypsy.so.0 -> libgypsy.so.0.0.0
-rwxr-xr-x root/root usr/lib/libgypsy.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gypsy.pc
-drwxr-xr-x root/root usr/libexec/
--rwxr-xr-x root/root usr/libexec/gypsy-daemon
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/gypsy-daemon
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/system-services/
diff --git a/gypsy/.footprint.x86_64 b/gypsy/.footprint.x86_64
index b55a4b6..1dcc433 100644
--- a/gypsy/.footprint.x86_64
+++ b/gypsy/.footprint.x86_64
@@ -1,8 +1,8 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/dbus-1/
+drwxr-xr-x root/root etc/dbus-1/system.d/
+-rw-r--r-- root/root etc/dbus-1/system.d/Gypsy.conf
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/etc/
-drwxr-xr-x root/root usr/etc/dbus-1/
-drwxr-xr-x root/root usr/etc/dbus-1/system.d/
--rw-r--r-- root/root usr/etc/dbus-1/system.d/Gypsy.conf
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/gypsy/
-rw-r--r-- root/root usr/include/gypsy/gypsy-accuracy.h
@@ -20,8 +20,8 @@ lrwxrwxrwx root/root usr/lib/libgypsy.so.0 -> libgypsy.so.0.0.0
-rwxr-xr-x root/root usr/lib/libgypsy.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gypsy.pc
-drwxr-xr-x root/root usr/libexec/
--rwxr-xr-x root/root usr/libexec/gypsy-daemon
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/gypsy-daemon
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/system-services/
diff --git a/gypsy/Pkgfile b/gypsy/Pkgfile
index 5a889da..ee5af00 100644
--- a/gypsy/Pkgfile
+++ b/gypsy/Pkgfile
@@ -7,13 +7,15 @@
name=gypsy
version=0.8
-release=1
+release=2
source=(http://$name.freedesktop.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
sed "s/-Werror//g" -i configure
./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/sbin \
--disable-gtk-doc \
--enable-bluetooth
make