~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to fpcsrc/packages/extra/gtk2/gtk2forlazarus.lpk

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<CONFIG>
 
3
  <Package Version="2">
 
4
    <Name Value="gtk2forLazarus"/>
 
5
    <Author Value="Mattias Gaertner, Olaf Leidinger"/>
 
6
    <CompilerOptions>
 
7
      <Version Value="4"/>
 
8
      <SearchPaths>
 
9
        <OtherUnitFiles Value="glib/;atk/;pango/;gtk+/gdk-pixbuf/;gtk+/gdk/;gtk+/gtk/"/>
 
10
        <UnitOutputDirectory Value="lib/$(TargetCPU)/$(TargetOS)"/>
 
11
        <LCLWidgetType Value="gtk"/>
 
12
      </SearchPaths>
 
13
      <CodeGeneration>
 
14
        <Generate Value="Faster"/>
 
15
      </CodeGeneration>
 
16
      <Other>
 
17
        <CompilerPath Value="$(CompPath)"/>
 
18
        <ExecuteAfter>
 
19
          <Command Value="mk_gtk2fpc_link_res.sh lib/$(TargetCPU)/$(TargetOS)"/>
 
20
          <ShowAllMessages Value="True"/>
 
21
        </ExecuteAfter>
 
22
      </Other>
 
23
    </CompilerOptions>
 
24
    <Description Value="GTK2 package for Lazarus"/>
 
25
    <License Value="LGPL2"/>
 
26
    <Files Count="7">
 
27
      <Item1>
 
28
        <Filename Value="glib/glib2.pas"/>
 
29
        <UnitName Value="glib2"/>
 
30
      </Item1>
 
31
      <Item2>
 
32
        <Filename Value="atk/atk.pas"/>
 
33
        <UnitName Value="atk"/>
 
34
      </Item2>
 
35
      <Item3>
 
36
        <Filename Value="pango/pango.pas"/>
 
37
        <UnitName Value="pango"/>
 
38
      </Item3>
 
39
      <Item4>
 
40
        <Filename Value="gtk+/gdk-pixbuf/gdk2pixbuf.pas"/>
 
41
        <UnitName Value="gdk2pixbuf"/>
 
42
      </Item4>
 
43
      <Item5>
 
44
        <Filename Value="gtk+/gdk/gdk2.pas"/>
 
45
        <UnitName Value="gdk2"/>
 
46
      </Item5>
 
47
      <Item6>
 
48
        <Filename Value="gtk+/gtk/gtk2.pas"/>
 
49
        <UnitName Value="gtk2"/>
 
50
      </Item6>
 
51
      <Item7>
 
52
        <Filename Value="mk_gtk2fpc_link_res.sh"/>
 
53
        <Type Value="Text"/>
 
54
      </Item7>
 
55
    </Files>
 
56
    <Type Value="RunAndDesignTime"/>
 
57
    <RequiredPkgs Count="1">
 
58
      <Item1>
 
59
        <PackageName Value="FCL"/>
 
60
        <MinVersion Major="1" Valid="True"/>
 
61
      </Item1>
 
62
    </RequiredPkgs>
 
63
    <UsageOptions>
 
64
      <UnitPath Value="$(PkgOutDir)/"/>
 
65
    </UsageOptions>
 
66
    <PublishOptions>
 
67
      <Version Value="2"/>
 
68
      <IgnoreBinaries Value="False"/>
 
69
    </PublishOptions>
 
70
  </Package>
 
71
</CONFIG>