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

« back to all changes in this revision

Viewing changes to win32/vc9/scribus-exe/scribus.rc

  • 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
// Microsoft Visual C++ generated resource script.
 
2
//
 
3
#include "resource.h"
 
4
 
 
5
#define APSTUDIO_READONLY_SYMBOLS
 
6
/////////////////////////////////////////////////////////////////////////////
 
7
//
 
8
// Generated from the TEXTINCLUDE 2 resource.
 
9
//
 
10
#include "winresrc.h"
 
11
 
 
12
/////////////////////////////////////////////////////////////////////////////
 
13
#undef APSTUDIO_READONLY_SYMBOLS
 
14
 
 
15
/////////////////////////////////////////////////////////////////////////////
 
16
// Neutre resources
 
17
 
 
18
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
 
19
#ifdef _WIN32
 
20
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 
21
#pragma code_page(1252)
 
22
#endif //_WIN32
 
23
 
 
24
/////////////////////////////////////////////////////////////////////////////
 
25
//
 
26
// Icon
 
27
//
 
28
 
 
29
// Icon with lowest ID value placed first to ensure application icon
 
30
// remains consistent on all systems.
 
31
AAASCRIBUSAPP           ICON                    "scribusicon.ico"
 
32
SCRIBUSDOC              ICON                    "scribusdoc.ico"
 
33
#endif    // Neutre resources
 
34
/////////////////////////////////////////////////////////////////////////////
 
35
 
 
36
 
 
37
/////////////////////////////////////////////////////////////////////////////
 
38
// Fran�ais (France) resources
 
39
 
 
40
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)
 
41
#ifdef _WIN32
 
42
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
 
43
#pragma code_page(1252)
 
44
#endif //_WIN32
 
45
 
 
46
#ifdef APSTUDIO_INVOKED
 
47
/////////////////////////////////////////////////////////////////////////////
 
48
//
 
49
// TEXTINCLUDE
 
50
//
 
51
 
 
52
1 TEXTINCLUDE 
 
53
BEGIN
 
54
    "resource.h\0"
 
55
END
 
56
 
 
57
2 TEXTINCLUDE 
 
58
BEGIN
 
59
    "#include ""winresrc.h""\r\n"
 
60
    "\0"
 
61
END
 
62
 
 
63
3 TEXTINCLUDE 
 
64
BEGIN
 
65
    "\r\n"
 
66
    "\0"
 
67
END
 
68
 
 
69
#endif    // APSTUDIO_INVOKED
 
70
 
 
71
 
 
72
/////////////////////////////////////////////////////////////////////////////
 
73
//
 
74
// Version
 
75
//
 
76
 
 
77
VS_VERSION_INFO VERSIONINFO
 
78
 FILEVERSION 1,4,0,0
 
79
 PRODUCTVERSION 1,4,0,0
 
80
 FILEFLAGSMASK 0x17L
 
81
#ifdef _DEBUG
 
82
 FILEFLAGS 0x1L
 
83
#else
 
84
 FILEFLAGS 0x0L
 
85
#endif
 
86
 FILEOS 0x4L
 
87
 FILETYPE 0x1L
 
88
 FILESUBTYPE 0x0L
 
89
BEGIN
 
90
    BLOCK "StringFileInfo"
 
91
    BEGIN
 
92
        BLOCK "040904b0"
 
93
        BEGIN
 
94
            VALUE "CompanyName", "The Scribus Team"
 
95
            VALUE "FileDescription", "Scribus 1.4.0"
 
96
            VALUE "FileVersion", "1.4.0"
 
97
            VALUE "InternalName", "Scribus 1.4.0"
 
98
            VALUE "LegalCopyright", "Copyright (C) 2001-2012 by The Scribus Team"
 
99
            VALUE "OriginalFilename", "Scribus.exe"
 
100
            VALUE "ProductName", "Scribus - Open Source Desktop Publishing"
 
101
            VALUE "ProductVersion", "1.4.0"
 
102
        END
 
103
    END
 
104
    BLOCK "VarFileInfo"
 
105
    BEGIN
 
106
        VALUE "Translation", 0x409, 1200
 
107
    END
 
108
END
 
109
 
 
110
#endif    // Fran�ais (France) resources
 
111
/////////////////////////////////////////////////////////////////////////////
 
112
 
 
113
 
 
114
 
 
115
#ifndef APSTUDIO_INVOKED
 
116
/////////////////////////////////////////////////////////////////////////////
 
117
//
 
118
// Generated from the TEXTINCLUDE 3 resource.
 
119
//
 
120
 
 
121
 
 
122
/////////////////////////////////////////////////////////////////////////////
 
123
#endif    // not APSTUDIO_INVOKED
 
124