Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37912902
en ru br
ALT Linux repos
S:2.2.6-alt2
5.0: 0.9.24-alt3.4
4.1: 0.9.24-alt3
4.0: 0.9.24-alt0.M40.2.3.1
+backports:0.9.24-alt2.3

Group :: Development/Other
RPM: lazarus

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: lazarus-default-config.patch
Download


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.
--- lazarus-0.9.28.2.orig/tools/install/linux/helpoptions.xml
+++ lazarus-0.9.28.2/tools/install/linux/helpoptions.xml
@@ -0,0 +1,28 @@
+<?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>
+  </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>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin