File: default_config.diff

package info (click to toggle)
lazarus 4.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276,332 kB
  • sloc: pascal: 2,342,873; xml: 509,657; makefile: 352,635; cpp: 93,608; sh: 3,387; java: 609; perl: 297; sql: 222; ansic: 137
file content (41 lines) | stat: -rw-r--r-- 1,372 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Description: Fix system wide configuration file to fit Debian paths
 This patch fixes system wide default Lazarus configuration. It adds the needed
 configuration to adapt Lazarus to Debian and makes it running out of the box
 without need of any user's pre-configuration.
Forwarded: Not-Needed
Origin: Debian
Last-Update: 2023-05-20
--- lazarus-0.9.28.2.orig/tools/install/linux/helpoptions.xml
+++ lazarus-0.9.28.2/tools/install/linux/helpoptions.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<CONFIG>
+  <HelpOptions>
+    <Version Value="1"/>
+    <FPCDocs>
+      <HTML Directory="/usr/share/doc/fp-docs/$(FPCVER)"/>
+    </FPCDocs>
+  </HelpOptions>
+  <Viewers>
+    <THTMLBrowserHelpViewer>
+      <Browser Path="/usr/bin/x-www-browser"/>
+    </THTMLBrowserHelpViewer>
+    <TChmHelpViewer>
+      <CHMHelp FilesPath="/usr/share/doc/lazarus/%LazarusVersion%"/>
+    </TChmHelpViewer>
+  </Viewers>
+  <Databases>
+    <StartPage>
+      <BaseURL Value="file:///usr/share/doc/lazarus/%LazarusVersion%"/>
+    </StartPage>
+    <RTLUnits>
+      <BaseURL Value="file:///usr/share/doc/fp-docs/$(FPCVER)/rtl"/>
+    </RTLUnits>
+    <FCLUnits>
+      <BaseURL Value="file:///usr/share/doc/fp-docs/$(FPCVER)/fcl"/>
+    </FCLUnits>
+    <LCLUnits>
+      <BaseURL Value="file:///usr/share/doc/lazarus/%LazarusVersion%/lcl"/>
+    </LCLUnits>
+  </Databases>
+</CONFIG>