change order of main file and deps
This commit is contained in:
parent
dd41196698
commit
725455be2e
1 changed files with 15 additions and 15 deletions
|
@ -12,21 +12,6 @@ finish-args:
|
|||
- --device=dri
|
||||
- --talk-name=org.freedesktop.Flatpak
|
||||
modules:
|
||||
- name: elan
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- tar -xzf ELAN_6-9_linux.tar.gz --directory=/app/ --strip-components=1
|
||||
- install -Dm644 /app/lib/ELAN_6.9.png ${FLATPAK_DEST}/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
|
||||
- install -Dm644 ${FLATPAK_ID}.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
|
||||
- install -Dm644 ${FLATPAK_ID}.metainfo.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml
|
||||
sources:
|
||||
- type: file
|
||||
url: https://www.mpi.nl/tools/elan/ELAN_6-9_linux.tar.gz
|
||||
sha256: d2608b5853e2b42881c9439a1fe8d15683282ea0183dffff11fc15d789b112c7
|
||||
- type: file
|
||||
path: nl.mpi.archive.elan.desktop
|
||||
- type: file
|
||||
path: nl.mpi.archive.elan.metainfo.xml
|
||||
- name: ffmpeg
|
||||
config-opts:
|
||||
- --enable-pic
|
||||
|
@ -54,3 +39,18 @@ modules:
|
|||
- type: archive
|
||||
url: https://get.videolan.org/vlc/3.0.21/vlc-3.0.21.tar.xz
|
||||
sha256: 24dbbe1d7dfaeea0994d5def0bbde200177347136dbfe573f5b6a4cee25afbb0
|
||||
- name: elan
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- tar -xzf ELAN_6-9_linux.tar.gz --directory=/app/ --strip-components=1
|
||||
- install -Dm644 /app/lib/ELAN_6.9.png ${FLATPAK_DEST}/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
|
||||
- install -Dm644 ${FLATPAK_ID}.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
|
||||
- install -Dm644 ${FLATPAK_ID}.metainfo.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml
|
||||
sources:
|
||||
- type: file
|
||||
url: https://www.mpi.nl/tools/elan/ELAN_6-9_linux.tar.gz
|
||||
sha256: d2608b5853e2b42881c9439a1fe8d15683282ea0183dffff11fc15d789b112c7
|
||||
- type: file
|
||||
path: nl.mpi.archive.elan.desktop
|
||||
- type: file
|
||||
path: nl.mpi.archive.elan.metainfo.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue