Changeset 841

Show
Ignore:
Timestamp:
07/29/07 07:00:55 (1 year ago)
Author:
lincolnep
Message:

add eve to repos and remove comment from utils.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wine-doors/trunk/repos/applications.repo/qt-7.1.3/pack.xml

    r820 r841  
    99  <homepage>http://www.apple.com/quicktime</homepage> 
    1010  <desktop>resources/qt.desktop</desktop> 
    11   <menu>Sound, Music Players</menu>  
     11  <menu>AudioVideo</menu>  
    1212  <icon>resources/quicktime.svg</icon> 
    1313  <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  
    77Type=Application 
    88GenericName[en_US]=Media Player 
    9 Categories=Application;Sound & Video 
     9Categories=Application;AudioVideo 
  • wine-doors/trunk/repos/games.repo/eve/pack.xml

    r833 r841  
    44  <description>A massive multiplayer online roleplaying space game. (MMORPG)</description> 
    55  <version>3.21</version> 
     6  <major_version>3</major_version> 
    67  <ms-license>False</ms-license> 
    78  <vendor>CCP</vendor> 
  • wine-doors/trunk/repos/games.repo/packlist.xml

    r816 r841  
    126126    </Application> 
    127127    <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> 
    128142        <name lang="en">Direct X</name> 
    129143        <shortname>DirectX</shortname> 
  • wine-doors/trunk/src/utils.py

    r839 r841  
    6666            cdpath = mntdir 
    6767    fd_fstab.close() 
    68 #    if cdpath: 
    69 #        log.Log( "Detected CD drive " + cdpath ) 
    7068    return cdpath 
    7169