~ubuntu-branches/ubuntu/wily/scribus/wily-proposed

« back to all changes in this revision

Viewing changes to win32/vc9/Scribus-build.rules

  • Committer: Package Import Robot
  • Author(s): Oleksandr Moskalenko
  • Date: 2012-02-09 21:50:56 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120209215056-2wrx1ara0jbm7fi5
Tags: 1.4.0.dfsg+r17287-1
* New upstream stable release upload into Debian (Closes: #654703).
* Applied the Ubuntu armel patch.
* Removed non-free color swatches from resources.
* debian/control:
  - Moved icc-profiles from Recommends to Suggests (Closes: #655885).
  - Updated Standards-Version to 3.9.2.
  - Updated extended description per lintian warning.
* debian/rules:
  - Update mailcap (Closes: #630751). A request for mime.types update has
    been sent to the mime-support maintainer.
  - Added build-arch and build-indep targets per lintian warning.
* debian/patches:
  - top_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't install the non-free "doc" dir.
  - profiles_cmakelists.patch - don't install non-free sRGB profile.
* debian/copyright: 
  - Converted to the DEP5 machine readable foramt.
  - Added licenses for free color swatches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<VisualStudioToolFile
 
3
        Name="Qt Build Rules"
 
4
        Version="8,00"
 
5
        >
 
6
        <Rules>
 
7
                <CustomBuildRule
 
8
                        Name="uic.exe"
 
9
                        DisplayName="Qt UI Compiler"
 
10
                        CommandLine="$(QT4_DIR)\bin\uic.exe [inputs] -o &quot;$(InputDir)\ui_$(InputName).h&quot;"
 
11
                        Outputs="$(InputDir)\ui_$(InputName).h"
 
12
                        AdditionalDependencies="$(QT4_DIR)\bin\uic.exe"
 
13
                        FileExtensions="*.ui"
 
14
                        ExecutionDescription="Uic&apos;ing $(InputFileName)"
 
15
                        >
 
16
                        <Properties>
 
17
                        </Properties>
 
18
                </CustomBuildRule>
 
19
                <CustomBuildRule
 
20
                        Name="moc.exe"
 
21
                        DisplayName="Qt MetaObject Compiler"
 
22
                        CommandLine="$(QT4_DIR)\bin\moc.exe [inputs] -o &quot;$(InputDir)\moc_$(InputName).cpp&quot;"
 
23
                        Outputs="$(InputDir)\moc_$(InputName).cpp"
 
24
                        AdditionalDependencies="$(QT4_DIR)\bin\moc.exe"
 
25
                        FileExtensions="*.moc"
 
26
                        ExecutionDescription="Moc&apos;ing $(InputFileName)"
 
27
                        >
 
28
                        <Properties>
 
29
                        </Properties>
 
30
                </CustomBuildRule>
 
31
                <CustomBuildRule
 
32
                        Name="rcc.exe"
 
33
                        DisplayName="Qt Resource Compiler"
 
34
                        CommandLine="$(QT4_DIR)\bin\rcc.exe [inputs] -o &quot;$(InputDir)\rcc_$(InputName).cpp&quot;"
 
35
                        Outputs="$(InputDir)\rcc_$(InputName).cpp"
 
36
                        AdditionalDependencies="$(QT4_DIR)\bin\rcc.exe"
 
37
                        FileExtensions="*.qrc"
 
38
                        ExecutionDescription="$(InputName).qrc"
 
39
                        >
 
40
                        <Properties>
 
41
                        </Properties>
 
42
                </CustomBuildRule>
 
43
                <CustomBuildRule
 
44
                        Name="lrelease.exe"
 
45
                        DisplayName="Qt Translation Compiler"
 
46
                        CommandLine="$(QT4_DIR)\bin\lrelease.exe [inputs] -qm &quot;$(OutDir)\share\translations\$(InputName).qm&quot;"
 
47
                        Outputs="$(OutDir)\share\translations\$(InputName).qm"
 
48
                        AdditionalDependencies="$(QT4_DIR)\bin\lrelease.exe"
 
49
                        FileExtensions="*.ts"
 
50
                        ExecutionDescription="Lreleasing $(InputFileName)"
 
51
                        >
 
52
                        <Properties>
 
53
                        </Properties>
 
54
                </CustomBuildRule>
 
55
        </Rules>
 
56
</VisualStudioToolFile>