/branches/Version13x/Scribus/Scribus.app/Contents/Info.plist |
---|
0,0 → 1,74 |
<?xml version="1.0" encoding="UTF-8"?> |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
<plist version="1.0"> |
<dict> |
<key>CFBundleExecutable</key> |
<string>Scribus</string> |
<key>CFBundleLocalizations</key> |
<array> |
<string>en</string> |
<string>af</string> |
<string>bg</string> |
<string>bg_BG</string> |
<string>ca</string> |
<string>cs_CZ</string> |
<string>cy</string> |
<string>da_DK</string> |
<string>de</string> |
<string>eo</string> |
<string>es_ES</string> |
<string>es_LA</string> |
<string>eu</string> |
<string>fi</string> |
<string>fr</string> |
<string>gl</string> |
<string>hu</string> |
<string>id</string> |
<string>it</string> |
<string>ko</string> |
<string>lt_LT</string> |
<string>nb_NO</string> |
<string>nl</string> |
<string>pl_PL</string> |
<string>pt_BR</string> |
<string>ru</string> |
<string>se</string> |
<string>sk_SK</string> |
<string>sl</string> |
<string>sq</string> |
<string>sr</string> |
<string>tr</string> |
<string>uk</string> |
<string>zh_CN</string> |
</array> |
<key>CFBundleDocumentTypes</key> |
<array> |
<dict> |
<key>CFBundleTypeExtensions</key> |
<array> |
<string>sla</string> |
</array> |
<key>CFBundleTypeIconFile</key> |
<string>Scribus-doc.icns</string> |
<key>CFBundleTypeName</key> |
<string>DocumentType</string> |
<key>CFBundleTypeRole</key> |
<string>Editor</string> |
</dict> |
</array> |
<key>CFBundleGetInfoString</key> |
<string>Scribus/Aqua (c) 2005 Andreas Vox</string> |
<key>CFBundleIconFile</key> |
<string>Scribus.icns</string> |
<key>CFBundleIdentifier</key> |
<string>net.scribus</string> |
<key>CFBundleName</key> |
<string>Scribus</string> |
<key>CFBundlePackageType</key> |
<string>APPL</string> |
<key>CFBundleShortVersionString</key> |
<string>1.3cvs</string> |
<key>CFBundleSignature</key> |
<string>OSCR</string> |
</dict> |
</plist> |
Property changes: |
Added: svn:eol-style |
## -0,0 +1 ## |
+native |
\ No newline at end of property |
Added: svn:keywords |
## -0,0 +1 ## |
+Author Date Id Revision |
\ No newline at end of property |
Index: Version13x/Scribus/Scribus.app/Contents/Resources/Scribus.icns |
=================================================================== |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
/Version13x/Scribus/Scribus.app/Contents/Resources/Scribus.icns |
---|
Property changes: |
Added: svn:mime-type |
## -0,0 +1 ## |
+application/octet-stream |
\ No newline at end of property |
Index: Version13x/Scribus/Scribus.app/Contents/Resources/Scribus-doc.icns |
=================================================================== |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
/Version13x/Scribus/Scribus.app/Contents/Resources/Scribus-doc.icns |
---|
Property changes: |
Added: svn:mime-type |
## -0,0 +1 ## |
+application/octet-stream |
\ No newline at end of property |
Index: Version13x/Scribus/configure.MacOSX |
=================================================================== |
--- Version13x/Scribus/configure.MacOSX (nonexistent) |
+++ Version13x/Scribus/configure.MacOSX (revision 3265) |
@@ -0,0 +1,13 @@ |
+# configuration for OSX using fink libraries |
+ |
+BUNDLE_LOCATION=/Applications/ |
+ |
+PKG_CONFIG_PATH=/sw/lib/pkgconfig |
+export PKG_CONFIG_PATH |
+QTDIR=/sw/lib/qt3mac |
+export QTDIR |
+CPPFLAGS=-I/sw/include |
+LDFLAGS=-L/sw/lib |
+export CPATH LDFLAGS CPPFLAGS |
+./configure --enable-debug --enable-mac --enable-bundle --prefix=$BUNDLE_LOCATION/Scribus.app/Contents/ --with-extra-includes=/sw/include/ $EXTRACONF |
+#--with-extra-libs=/sw/lib/ |
/Version13x/Scribus/configure.MacOSX |
---|
Property changes: |
Added: svn:eol-style |
## -0,0 +1 ## |
+native |
\ No newline at end of property |
Added: svn:keywords |
## -0,0 +1 ## |
+Author Date Id Revision |
\ No newline at end of property |
Index: Version13x/Scribus/README.MaxOSX |
=================================================================== |
--- Version13x/Scribus/README.MaxOSX (nonexistent) |
+++ Version13x/Scribus/README.MaxOSX (revision 3265) |
@@ -0,0 +1,22 @@ |
+Some preliminary notes: |
+ |
+ |
+The file configure.MacOSX contains the call to ./configure that *I* use to create |
+a MacOSX application bundle for Scribus. |
+ |
+Scribus.app contains some files for the OSX application bundle infrastructure: |
+ |
+Contents/Info.plist application properties |
+Contents/Resources application icons |
+Contents/MacOS application binary |
+ |
+Currently you have to copy the Info.plist and the icon files to the install location yourself |
+and create a sysmlink in MacOS: |
+ |
+bash$ cd Contents/MacOS |
+bash$ ln -s ../bin/scribus Scribus |
+ |
+Hopefully ringerc will help me to include this into the general automagic soon. :-) |
+ |
+ |
+avox |
/Version13x/Scribus/README.MaxOSX |
---|
Property changes: |
Added: svn:eol-style |
## -0,0 +1 ## |
+native |
\ No newline at end of property |
Added: svn:keywords |
## -0,0 +1 ## |
+Author Date Id Revision |
\ No newline at end of property |