Bottles

Wine-doors bottles will be constructed of a standard wine bottle, into it dependencies will be symbolically linked. The registry changes required by dependencies will extracted and applied to applications which depend on them.

Index

  • ExampleXML
  • Document Type Description
  • An explanation of bottle contents
  • Linking
  • Registry tools

Example XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--DOCTYPE WineDoorsBottles SYSTEM "http://www.wine-doors.org/dtd/bottles.dtd"-->
<bottles>
  <bottle>
    <name>Bottle name</name>
    <shortname>packagename</shortname>
    <vendor>Vendor</vendor>
    <homepage>http://www.example.com/packagename</homepage>
    <category>Applications;Accessories</category>
    <icon>http://www.wine-doors.org/repositories/0.2/icons/app.png</icon>
    <summary>Here's a short summary 100 chars?</summary>
    <description>Here's the long description of this application</description>
    <version>4.0-1</version>
    <engine>winehq</engine>
    <path>/path/to/bottle</path>
    <requires name="appname" version="version string" />
    <requires name="appname" version="version string" />
    <requires name="appname" version="version string" />
  </bottle>
</bottles>