Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37711074
en ru br
ALT Linux repositórios
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 :: Desenvolvimento/Outros
RPM: lazarus

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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>
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009