Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e582d835c3e6a2d320e91b067e2c8f1632493d3d

commit e582d835c3e6a2d320e91b067e2c8f1632493d3d
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Mon Mar 28 15:58:38 2011 +0200

gvfs-1.7.3-4-x86_64
*enable debug mode for find dbus bug

diff --git a/source/xapps/gvfs/FrugalBuild b/source/xapps/gvfs/FrugalBuild
index 8e56f1c..3931a04 100644
--- a/source/xapps/gvfs/FrugalBuild
+++ b/source/xapps/gvfs/FrugalBuild
@@ -1,9 +1,11 @@
# Compiling time: 0.66 SBU
# Maintainer: bouleetbil <bouleet...@frogdev.info>

+USE_DEVEL=${USE_DEVEL:-"y"}
+
pkgname=gvfs
pkgver=1.7.3
-pkgrel=3
+pkgrel=4
pkgdesc="gvfs is a userspace virtual filesystem designed to work with the i/o 
abstractions of gio."
url="http://www.gnome.org/";

@@ -78,6 +80,11 @@ Fconfopts="$Fconfopts \

build(){
Fcd
+       if Fuse $USE_DEVEL; then
+               Fsed "static gboolean print_debug = FALSE;" \
+                       "static gboolean print_debug = TRUE;" \
+                       daemon/daemon-main.c
+       fi
Fpatchall
Fautoreconf
Fmake
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to