diff options
Diffstat (limited to 'dists')
-rw-r--r-- | dists/android/AndroidManifest.xml | 1 | ||||
-rw-r--r-- | dists/android/AndroidManifest.xml.in | 1 | ||||
-rw-r--r-- | dists/android/README.Android | 1 | ||||
-rwxr-xr-x | dists/android/mkplugin.sh | 1 | ||||
-rw-r--r-- | dists/android/plugin-manifest.xml | 1 | ||||
-rw-r--r-- | dists/android/plugin-manifest.xml.in | 1 | ||||
-rw-r--r-- | dists/android/plugin-strings.xml | 1 | ||||
-rw-r--r-- | dists/android/res/layout/main.xml | 1 | ||||
-rw-r--r-- | dists/engine-data/README | 2 | ||||
-rw-r--r-- | dists/macosx/Info.plist | 4 | ||||
-rw-r--r-- | dists/macosx/Info.plist.in | 4 | ||||
-rwxr-xr-x | dists/macosx/scummvm_osx_appcast.xml | 25 | ||||
-rw-r--r-- | dists/maemo/scummvm.servicewrapper | 1 | ||||
-rw-r--r-- | dists/motomagx/mgx/readme-motomagx-mgx.txt | 1 | ||||
-rw-r--r-- | dists/motomagx/mgx/scummvm.cfg | 2 | ||||
-rw-r--r-- | dists/motomagx/pep/description.ini | 1 | ||||
-rw-r--r-- | dists/os2/readme.os2 | 2 | ||||
-rw-r--r-- | dists/redhat/scummvm.spec | 1 | ||||
-rw-r--r-- | dists/redhat/scummvm.spec.in | 1 | ||||
-rw-r--r-- | dists/wii/READMII | 1 | ||||
-rw-r--r-- | dists/wii/meta.xml | 1 | ||||
-rw-r--r-- | dists/wii/meta.xml.in | 1 | ||||
-rw-r--r-- | dists/win32/scummvm.gdf.xml | 2 |
23 files changed, 37 insertions, 20 deletions
diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml index 1bc784cc4c..e540e4e8b9 100644 --- a/dists/android/AndroidManifest.xml +++ b/dists/android/AndroidManifest.xml @@ -58,4 +58,3 @@ <uses-configuration android:reqTouchScreen="stylus" android:reqKeyboardType="qwerty"/> </manifest> - diff --git a/dists/android/AndroidManifest.xml.in b/dists/android/AndroidManifest.xml.in index a8d40bdddc..e9ab30a42b 100644 --- a/dists/android/AndroidManifest.xml.in +++ b/dists/android/AndroidManifest.xml.in @@ -58,4 +58,3 @@ <uses-configuration android:reqTouchScreen="stylus" android:reqKeyboardType="qwerty"/> </manifest> - diff --git a/dists/android/README.Android b/dists/android/README.Android index 550b73bdfa..7fa8c08371 100644 --- a/dists/android/README.Android +++ b/dists/android/README.Android @@ -53,4 +53,3 @@ CONTROLS Menu button: ScummVM menu Menu button held for 0.5s: Toggle virtual keyboard Camera or Search button: Right mouse button click - diff --git a/dists/android/mkplugin.sh b/dists/android/mkplugin.sh index f4643132cf..1811fc0475 100755 --- a/dists/android/mkplugin.sh +++ b/dists/android/mkplugin.sh @@ -14,4 +14,3 @@ TARGET=$5 PLUGIN_DESC=`sed -n s/add_engine\s$PLUGIN_NAME\s\"\(.\+\)\"\s.*/\1/p` < $CONFIGURE sed "s|@PLUGIN_NAME@|$PLUGIN_NAME|;s|@PLUGIN_VERSION_CODE@|$PLUGIN_VERSION_CODE|;s|@PLUGIN_DESC@|$PLUGIN_DESC|" < $TEMPLATE > $TARGET - diff --git a/dists/android/plugin-manifest.xml b/dists/android/plugin-manifest.xml index 3fd9e393d0..2fbd56b367 100644 --- a/dists/android/plugin-manifest.xml +++ b/dists/android/plugin-manifest.xml @@ -32,4 +32,3 @@ <uses-configuration android:reqTouchScreen="stylus" android:reqKeyboardType="qwerty"/> </manifest> - diff --git a/dists/android/plugin-manifest.xml.in b/dists/android/plugin-manifest.xml.in index c941b2f48c..47db078c93 100644 --- a/dists/android/plugin-manifest.xml.in +++ b/dists/android/plugin-manifest.xml.in @@ -32,4 +32,3 @@ <uses-configuration android:reqTouchScreen="stylus" android:reqKeyboardType="qwerty"/> </manifest> - diff --git a/dists/android/plugin-strings.xml b/dists/android/plugin-strings.xml index 363503f8d8..ade37e0aca 100644 --- a/dists/android/plugin-strings.xml +++ b/dists/android/plugin-strings.xml @@ -4,4 +4,3 @@ <string name="app_name">ScummVM plugin: "@PLUGIN_NAME@"</string> <string name="app_desc">Game engine for: @PLUGIN_DESC@</string> </resources> - diff --git a/dists/android/res/layout/main.xml b/dists/android/res/layout/main.xml index b6164edc96..7b633c416d 100644 --- a/dists/android/res/layout/main.xml +++ b/dists/android/res/layout/main.xml @@ -10,4 +10,3 @@ android:focusable="true" android:focusableInTouchMode="true" /> - diff --git a/dists/engine-data/README b/dists/engine-data/README index 7ccc52e5c8..ce74d590d9 100644 --- a/dists/engine-data/README +++ b/dists/engine-data/README @@ -21,4 +21,4 @@ sky.cpt: TODO toon.dat: -'toon.dat' contains all the strings hardcoded in the original executables.
\ No newline at end of file +'toon.dat' contains all the strings hardcoded in the original executables. diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index 20081ccc80..2e9067516c 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -28,5 +28,9 @@ <string>NSApplication</string> <key>NSHumanReadableCopyright</key> <string>Copyright 2001-2011 The ScummVM team</string> + <key>SUFeedURL</key> + <string>http://www.scummvm.org/appcasts/macosx/release.xml</string> + <key>SUPublicDSAKeyFile</key> + <string>dsa_pub.pem</string> </dict> </plist> diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in index 3ba5a080f0..4a01690d73 100644 --- a/dists/macosx/Info.plist.in +++ b/dists/macosx/Info.plist.in @@ -28,5 +28,9 @@ <string>NSApplication</string> <key>NSHumanReadableCopyright</key> <string>Copyright 2001-2011 The ScummVM team</string> + <key>SUFeedURL</key> + <string>http://www.scummvm.org/appcasts/macosx/release.xml</string> + <key>SUPublicDSAKeyFile</key> + <string>dsa_pub.pem</string> </dict> </plist> diff --git a/dists/macosx/scummvm_osx_appcast.xml b/dists/macosx/scummvm_osx_appcast.xml new file mode 100755 index 0000000000..455b062b6b --- /dev/null +++ b/dists/macosx/scummvm_osx_appcast.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <channel> + <title>ScummVM Changelog</title> + <link>http://scummvm.org/scummvm_appcast.xml</link> + <description>Most recent changes with links to updates.</description> + <language>en</language> + <item> + <title>Version 1.2.1 (3 bugs fixed; 2 new features)</title> + <sparkle:releaseNotesLink> + http://sourceforge.net/projects/scummvm/files/scummvm/1.2.1/ReleaseNotes/view + </sparkle:releaseNotesLink> + <pubDate>Sun, 19 Dec 2010 12:20:11 +0000</pubDate> + <enclosure url="http://scummvm.org/ScummVM 1.2.1-Test.zip" sparkle:version="1.2.1" length="1472893" type="application/octet-stream" sparkle:dsaSignature="234818feCa1JyW30nbkBwainOzrN6EQuAh" /> + </item> + <item> + <title>Version 1.2.0</title> + <sparkle:releaseNotesLink> + http://sourceforge.net/projects/scummvm/files/scummvm/1.2.0/ReleaseNotes/view + </sparkle:releaseNotesLink> + <pubDate>Fri, 15 Oct 2010 12:20:11 +0000</pubDate> + <enclosure url="http://scummvm.org/ScummVM 1.2.0-Test.zip" sparkle:version="1.2.0" length="1472893" type="application/octet-stream" sparkle:dsaSignature="234818feCa1JyW30nbkBwainOzrN6EQuAh" /> + </item> + </channel> +</rss> diff --git a/dists/maemo/scummvm.servicewrapper b/dists/maemo/scummvm.servicewrapper index 04909d03f9..733f6db6f3 100644 --- a/dists/maemo/scummvm.servicewrapper +++ b/dists/maemo/scummvm.servicewrapper @@ -9,4 +9,3 @@ export SCUMMVM_MAEMO_DEVICE=$(awk '/^product/ { print $2;}' /proc/component_vers [ -x ${0}.bin ] && ${0}.bin "$@" # optified binary [ -x /opt/scummvm/bin/scummvm ] && /opt/scummvm/bin/scummvm "$@" - diff --git a/dists/motomagx/mgx/readme-motomagx-mgx.txt b/dists/motomagx/mgx/readme-motomagx-mgx.txt index 16f18bb632..9659e00552 100644 --- a/dists/motomagx/mgx/readme-motomagx-mgx.txt +++ b/dists/motomagx/mgx/readme-motomagx-mgx.txt @@ -57,4 +57,3 @@ keymap_global_MENU=ESCAPE keymap_global_SKLI=ASTERISK keymap_gui_VIRT=TAB keymap_gui_REMP=CLEAR - diff --git a/dists/motomagx/mgx/scummvm.cfg b/dists/motomagx/mgx/scummvm.cfg index 91567e8020..8780ba2115 100644 --- a/dists/motomagx/mgx/scummvm.cfg +++ b/dists/motomagx/mgx/scummvm.cfg @@ -3,4 +3,4 @@ Exec = scummvm.lin Icon = icon.png Author = ScummVM Team Version = trunk -Comment = ScummVM
\ No newline at end of file +Comment = ScummVM diff --git a/dists/motomagx/pep/description.ini b/dists/motomagx/pep/description.ini index 634214e5ac..8daa626ea7 100644 --- a/dists/motomagx/pep/description.ini +++ b/dists/motomagx/pep/description.ini @@ -17,4 +17,3 @@ Icon= scummvm_small_usr.png [AddAppToMenu] ParentFolder= root - diff --git a/dists/os2/readme.os2 b/dists/os2/readme.os2 index a753323f4a..e0a058a708 100644 --- a/dists/os2/readme.os2 +++ b/dists/os2/readme.os2 @@ -10,4 +10,4 @@ All feedback is appreciated! Thanks! Paul Smedley -5th May, 2010
\ No newline at end of file +5th May, 2010 diff --git a/dists/redhat/scummvm.spec b/dists/redhat/scummvm.spec index cd51f45c0a..fc63d11ecd 100644 --- a/dists/redhat/scummvm.spec +++ b/dists/redhat/scummvm.spec @@ -199,4 +199,3 @@ fi - save & load support * Mon Oct 8 2001 (0.0.1) - initial version - diff --git a/dists/redhat/scummvm.spec.in b/dists/redhat/scummvm.spec.in index 838a05411a..56e165c979 100644 --- a/dists/redhat/scummvm.spec.in +++ b/dists/redhat/scummvm.spec.in @@ -199,4 +199,3 @@ fi - save & load support * Mon Oct 8 2001 (0.0.1) - initial version - diff --git a/dists/wii/READMII b/dists/wii/READMII index 66b00f6871..bd2a6cfa80 100644 --- a/dists/wii/READMII +++ b/dists/wii/READMII @@ -106,4 +106,3 @@ THANKS shagkur and WinterMute, for devkitppc/libogc and the coorperation svpe, for fixing the libfat feof/thread bugs on the last minute para, for making wiiuse available in libogc - diff --git a/dists/wii/meta.xml b/dists/wii/meta.xml index 68460c4721..fd554f231e 100644 --- a/dists/wii/meta.xml +++ b/dists/wii/meta.xml @@ -10,4 +10,3 @@ Some of the adventures ScummVM supports include Adventure Soft's Simon the Sorcerer 1 and 2; Revolution's Beneath A Steel Sky and Broken Sword I & II; Flight of the Amazon Queen; Wyrmkeep's Inherit the Earth; Coktel Vision's Gobliiins; Westwood Studios' The Legend of Kyrandia and games based on LucasArts' SCUMM (Script Creation Utility for Maniac Mansion) system such as Monkey Island, Day of the Tentacle, Sam and Max and more.</long_description> <no_ios_reload/> </app> - diff --git a/dists/wii/meta.xml.in b/dists/wii/meta.xml.in index 970ae7d54b..356b054731 100644 --- a/dists/wii/meta.xml.in +++ b/dists/wii/meta.xml.in @@ -10,4 +10,3 @@ Some of the adventures ScummVM supports include Adventure Soft's Simon the Sorcerer 1 and 2; Revolution's Beneath A Steel Sky and Broken Sword I & II; Flight of the Amazon Queen; Wyrmkeep's Inherit the Earth; Coktel Vision's Gobliiins; Westwood Studios' The Legend of Kyrandia and games based on LucasArts' SCUMM (Script Creation Utility for Maniac Mansion) system such as Monkey Island, Day of the Tentacle, Sam and Max and more.</long_description> <no_ios_reload/> </app> - diff --git a/dists/win32/scummvm.gdf.xml b/dists/win32/scummvm.gdf.xml index 1c50924e15..4a0c067b05 100644 --- a/dists/win32/scummvm.gdf.xml +++ b/dists/win32/scummvm.gdf.xml @@ -41,4 +41,4 @@ </GameTasks> </ExtendedProperties> </GameDefinition> -</GameDefinitionFile>
\ No newline at end of file +</GameDefinitionFile> |