Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extension/adobeair : Initial commit, needs sanity check #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
<id>org.winepak.Platform.Extension.adobeair</id>
<extends>org.winepak.Platform.desktop</extends>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LicenseRef-proprietary</project_license>
<name>adobeair</name>
<summary>Add adobeair support to an application</summary>
</component>
42 changes: 42 additions & 0 deletions extension/org.winepak.Platform.Extension.adobeair.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
build-extension: true

id: org.winepak.Platform.Extension.adobeair
branch: master # Sane?

runtime: org.winepak.Platform
runtime-version: 3.0
sdk: org.winepak.Sdk

separate-locales: false # What is this?
appstream-compose: false # What is this?


# Get Source
modules:
- name: adobeair
buildsystem: simple
build-commands:
- install -d ${FLATPAK_DEST}/bin # Where is FLATPAK_DEST?
sources:
# https://get.adobe.com/air/download/?installer=Adobe_AIR_32.0_for_Win64&stype=7469&standalone=1
## From https://get.adobe.com/air/
- type: extra-data # What is extra-data?
only-arches:
- x86_64
url: https://get.adobe.com/air/download/?installer=Adobe_AIR_32.0_for_Win64&stype=7469&standalone=1
size: 11536984 # In bytes
sha256: 24532d41ef2588c0daac4b6f8b7f863ee3c1a1b1e90b2d8d8b3eb4faa657e5e3 # From https://www.virustotal.com/#/file/24532d41ef2588c0daac4b6f8b7f863ee3c1a1b1e90b2d8d8b3eb4faa657e5e3/detection
filename: AdobeAIRInstaller.exe --silent # Sane? # From https://www.virustotal.com/#/file/24532d41ef2588c0daac4b6f8b7f863ee3c1a1b1e90b2d8d8b3eb4faa657e5e3/detection

# Execute in silent mode
## GUI works only on winxp https://github.com/Winetricks/winetricks/issues/821

# Get metainfo
- name: metainfo
buildsystem: simple
build-commands:
- install -Dm644 --target-directory=${FLATPAK_DEST}/share/metainfo org.winepak.Platform.Extension.adobeair.metainfo.xml
- appstream-compose --basename=org.winepak.Platform.Extension.adobeair --prefix=${FLATPAK_DEST} --origin=flatpak org.winepak.Platform.Extension.adobeair
sources:
- type: file
path: org.winepak.Platform.Extension.adobeair