Changeset 841
- Timestamp:
- 07/29/07 07:00:55 (1 year ago)
- Files:
-
- wine-doors/trunk/repos/applications.repo/qt-7.1.3/pack.xml (modified) (1 diff)
- wine-doors/trunk/repos/applications.repo/qt-7.1.3/resources/qt.desktop (modified) (1 diff)
- wine-doors/trunk/repos/games.repo/eve (moved) (moved from sandbox/lincoln/eve)
- wine-doors/trunk/repos/games.repo/eve/pack.xml (copied) (copied from sandbox/lincoln/eve/pack.xml) (1 diff)
- wine-doors/trunk/repos/games.repo/eve/resources (copied) (copied from sandbox/lincoln/eve/resources)
- wine-doors/trunk/repos/games.repo/eve/scripts (copied) (copied from sandbox/lincoln/eve/scripts)
- wine-doors/trunk/repos/games.repo/packlist.xml (modified) (1 diff)
- wine-doors/trunk/src/utils.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wine-doors/trunk/repos/applications.repo/qt-7.1.3/pack.xml
r820 r841 9 9 <homepage>http://www.apple.com/quicktime</homepage> 10 10 <desktop>resources/qt.desktop</desktop> 11 <menu> Sound, Music Players</menu>11 <menu>AudioVideo</menu> 12 12 <icon>resources/quicktime.svg</icon> 13 13 <url>http://appldnld.apple.com.edgesuite.net/qtinstall.info.apple.com/mcgonagail/us/win/QuickTimeInstaller.exe</url> wine-doors/trunk/repos/applications.repo/qt-7.1.3/resources/qt.desktop
r806 r841 7 7 Type=Application 8 8 GenericName[en_US]=Media Player 9 Categories=Application; Sound &Video9 Categories=Application;AudioVideo wine-doors/trunk/repos/games.repo/eve/pack.xml
r833 r841 4 4 <description>A massive multiplayer online roleplaying space game. (MMORPG)</description> 5 5 <version>3.21</version> 6 <major_version>3</major_version> 6 7 <ms-license>False</ms-license> 7 8 <vendor>CCP</vendor> wine-doors/trunk/repos/games.repo/packlist.xml
r816 r841 126 126 </Application> 127 127 <Application> 128 <name>EVE Online</name> 129 <shortname>eve</shortname> 130 <icon>http://www.wine-doors.org/wd-icons/eve.png</icon> 131 <vendor>CCP</vendor> 132 <homepage>http://www.eve-online.com/</homepage> 133 <category>Games > MMORPG</category> 134 <description>A massive multiplayer online roleplaying space game. </description> 135 <default_version>3.21</default_version> 136 <pack major_version="3"> 137 <wdi wineversion="0.9.35" winevariant="winehq" appdb_rating="Gold" votes="3" version="3.21">eve.wdi</wdi> 138 <appdb>http://appdb.wine-doors.org/appview.php?iVersionId=xxxx</appdb> 139 </pack> 140 </Application> 141 <Application> 128 142 <name lang="en">Direct X</name> 129 143 <shortname>DirectX</shortname> wine-doors/trunk/src/utils.py
r839 r841 66 66 cdpath = mntdir 67 67 fd_fstab.close() 68 # if cdpath:69 # log.Log( "Detected CD drive " + cdpath )70 68 return cdpath 71 69
