Skip to content

Commit

Permalink
Updated Camunda feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
apps.0install.net committed Jul 15, 2021
1 parent fc7df7b commit b1e5aa0
Show file tree
Hide file tree
Showing 10 changed files with 523 additions and 218 deletions.
2 changes: 1 addition & 1 deletion devel/zbctl.watch.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
'version': release['tag_name'].replace('alpha', 'pre'),
'stability': 'testing' if release['prerelease'] else 'stable',
'released': release['published_at'][0:10]
} for release in releases('zeebe-io/zeebe') if any(asset['name'] == 'zbctl' for asset in release['assets'])]
} for release in releases('camunda-cloud/zeebe') if any(asset['name'] == 'zbctl' for asset in release['assets'])]
342 changes: 171 additions & 171 deletions devel/zbctl.xml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions devel/zbctl.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<group license="Zeebe Community License Version 1.0">
<implementation arch="Linux-x86_64" main="zbctl" released="{released}" stability="{stability}" version="{version}">
<manifest-digest/>
<file executable="true" href="https://github.com/zeebe-io/zeebe/releases/download/{version-original}/zbctl" dest="zbctl"/>
<file executable="true" href="https://github.com/camunda-cloud/zeebe/releases/download/{version-original}/zbctl" dest="zbctl"/>
</implementation>
<implementation arch="Darwin-x86_64" main="zbctl" released="{released}" stability="{stability}" version="{version}">
<manifest-digest/>
<file executable="true" href="https://github.com/zeebe-io/zeebe/releases/download/{version-original}/zbctl.darwin" dest="zbctl"/>
<file executable="true" href="https://github.com/camunda-cloud/zeebe/releases/download/{version-original}/zbctl.darwin" dest="zbctl"/>
</implementation>
<implementation arch="Windows-x86_64" main="zbctl.exe" released="{released}" stability="{stability}" version="{version}">
<manifest-digest/>
<file href="https://github.com/zeebe-io/zeebe/releases/download/{version-original}/zbctl.exe" dest="zbctl.exe"/>
<file href="https://github.com/camunda-cloud/zeebe/releases/download/{version-original}/zbctl.exe" dest="zbctl.exe"/>
</implementation>
</group>
</interface>
Binary file added gui/camunda-modeler.ico
Binary file not shown.
Binary file added gui/camunda-modeler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
releases = [{
'version': release['tag_name'].strip('v'),
'released': release['published_at'][0:10]
} for release in releases('zeebe-io/zeebe-modeler') if not release['prerelease']]
} for release in releases('camunda/camunda-modeler') if not release['prerelease']]
302 changes: 302 additions & 0 deletions gui/camunda-modeler.xml

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions gui/camunda-modeler.xml.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0"?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd">
<name>Camunda Modeler</name>
<summary>BPMN workflow modeler</summary>
<description>An integrated modeling solution for BPMN and DMN based on bpmn.io.</description>
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/camunda-modeler.ico" type="image/vnd.microsoft.icon"/>
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/camunda-modeler.png" type="image/png"/>
<category>Development</category>
<homepage>https://camunda.com/products/modeler</homepage>

<feed-for interface="https://apps.0install.net/gui/camunda-modeler.xml"/>

<group license="MIT License">
<command name="run" path="Camunda Modeler.exe"/>
<implementation arch="Windows-x86_64" released="{released}" stability="stable" version="{version}">
<manifest-digest/>
<archive href="https://github.com/camunda/camunda-modeler/releases/download/v{version}/camunda-modeler-{version}-win-x64.zip" type="application/zip"/>
</implementation>
<implementation arch="Windows-i486" released="{released}" stability="stable" version="{version}">
<manifest-digest/>
<archive href="https://github.com/camunda/camunda-modeler/releases/download/v{version}/camunda-modeler-{version}-win-ia32.zip" type="application/zip"/>
</implementation>
</group>

<group arch="Linux-x86_64" license="MIT License">
<command name="run" path="camunda-modeler"/>
<implementation released="{released}" stability="stable" version="{version}">
<manifest-digest/>
<archive extract="camunda-modeler-{version}-linux-x64" href="https://github.com/camunda/camunda-modeler/releases/download/v{version}/camunda-modeler-{version}-linux-x64.tar.gz" type="application/x-compressed-tar"/>
</implementation>
</group>

<group arch="MacOSX-x86_64" license="MIT License">
<command name="run" path="Contents/MacOS/Camunda Modeler"/>
<implementation released="{released}" stability="stable" version="{version}">
<manifest-digest/>
<archive extract="Camunda Modeler.app" href="https://github.com/camunda/camunda-modeler/releases/download/v{version}/camunda-modeler-{version}-mac.zip" type="application/zip"/>
</implementation>
</group>
</interface>
7 changes: 5 additions & 2 deletions gui/zeebe-modeler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
<name>Zeebe Modeler</name>
<summary>visual workflow editor for Zeebe</summary>
<description>The visual workflow editor for Zeebe based on bpmn.io.</description>
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/zeebe-modeler.ico" type="image/vnd.microsoft.icon"/>
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/zeebe-modeler.png" type="image/png"/>
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/camunda-modeler.ico" type="image/vnd.microsoft.icon"/>
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/camunda-modeler.png" type="image/png"/>
<category>Development</category>
<homepage>https://github.com/zeebe-io/zeebe-modeler</homepage>

<replaced-by interface="https://apps.0install.net/gui/camunda-modeler.xml"/>
<feed src="https://apps.0install.net/gui/camunda-modeler.xml"/>

<entry-point binary-name="Zeebe Modeler" command="run"/>
<capabilities xmlns="http://0install.de/schema/desktop-integration/capabilities">
<file-type id="ZeebeModeler.BPMN">
Expand Down
40 changes: 0 additions & 40 deletions gui/zeebe-modeler.xml.template

This file was deleted.

0 comments on commit b1e5aa0

Please sign in to comment.