summaryrefslogtreecommitdiffstats
path: root/gypsy
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-11-26 12:20:28 +0100
committerpiernov <piernov@piernov.org>2011-11-26 12:20:28 +0100
commit454b3736555c4cd68516d5d0b026c852d4b95956 (patch)
tree2ab8d04d076c0c2eaac880af4d81d30a15c6169a /gypsy
parent4cc1dcb4a70c1147c0009355d8fff5f8ebaaf17d (diff)
downloadgnome3-454b3736555c4cd68516d5d0b026c852d4b95956.tar.gz
gnome3-454b3736555c4cd68516d5d0b026c852d4b95956.tar.bz2
gnome3-454b3736555c4cd68516d5d0b026c852d4b95956.tar.xz
gnome3-454b3736555c4cd68516d5d0b026c852d4b95956.zip
gypsy 0.8-2 correction port
Diffstat (limited to 'gypsy')
-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