View | Details | Raw Unified | Return to bug 115329
Collapse All | Expand All

(-)file_not_specified_in_diff (-10 / +10 lines)
Line  Link Here
0
-- Tiles/SimpleRootTile.cs
0
++ Tiles/SimpleRootTile.cs
Lines 112-118 Link Here
112
			string bestdir = System.IO.Path.GetDirectoryName (bestpath);
112
			string bestdir = System.IO.Path.GetDirectoryName (bestpath);
113
113
114
			string beagled_filename;
114
			string beagled_filename;
115
			if (bestdir.EndsWith ("lib/beagle")) {
115
			if (bestdir.EndsWith ("lib64/beagle")) {
116
				Console.WriteLine ("Running installed daemon...");
116
				Console.WriteLine ("Running installed daemon...");
117
				beagled_filename = "beagled"; // Running installed
117
				beagled_filename = "beagled"; // Running installed
118
			} else {
118
			} else {
119
-- beagle-0.0.pc
119
++ beagle-0.0.pc
Lines 1-7 Link Here
1
prefix=/opt/beagle
1
prefix=/opt/beagle
2
exec_prefix=${prefix}
2
exec_prefix=${prefix}
3
libdir=${exec_prefix}/lib
3
libdir=${exec_prefix}/lib64
4
dlldir=${exec_prefix}/lib/beagle
4
dlldir=${exec_prefix}/lib64/beagle
5
5
6
Name: Beagle
6
Name: Beagle
7
Description: We Index Your Life
7
Description: We Index Your Life
8
-- beagle-daemon.pc
8
++ beagle-daemon.pc
Lines 1-7 Link Here
1
prefix=/opt/beagle
1
prefix=/opt/beagle
2
exec_prefix=${prefix}
2
exec_prefix=${prefix}
3
libdir=${exec_prefix}/lib
3
libdir=${exec_prefix}/lib64
4
dlldir=${exec_prefix}/lib/beagle
4
dlldir=${exec_prefix}/lib64/beagle
5
5
6
Name: Beagle Daemon
6
Name: Beagle Daemon
7
Description: We Index Your Life
7
Description: We Index Your Life
8
-- beagled/beagled.in
8
++ beagled/beagled.in
Lines 18-24 Link Here
18
#export MONO_DISABLE_SHM=1
18
#export MONO_DISABLE_SHM=1
19
19
20
export MONO_GAC_PREFIX="@gacprefix@:$MONO_GAC_PREFIX"
20
export MONO_GAC_PREFIX="@gacprefix@:$MONO_GAC_PREFIX"
21
export LD_LIBRARY_PATH="/opt/gnome/lib/evolution/2.0${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"
21
export LD_LIBRARY_PATH="/opt/gnome/lib64/evolution/2.0${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"
22
monogrind=0
22
monogrind=0
23
heap_buddy=0
23
heap_buddy=0
24
24

Return to bug 115329