mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
CITRA: Clean-add
This commit is contained in:
parent
645728b09f
commit
0f3ffca5bc
|
@ -717,6 +717,48 @@ modules:
|
||||||
|
|
||||||
# XEMU - END
|
# XEMU - END
|
||||||
|
|
||||||
|
# CITRA - START
|
||||||
|
# https://github.com/flathub/org.citra_emu.citra
|
||||||
|
|
||||||
|
- name: citra
|
||||||
|
buildsystem: cmake-ninja
|
||||||
|
builddir: true
|
||||||
|
build-options:
|
||||||
|
env:
|
||||||
|
CI: '1'
|
||||||
|
GITHUB_ACTIONS: '1'
|
||||||
|
GITHUB_REPOSITORY: citra-emu/citra-nightly
|
||||||
|
GIT_TAG_NAME: nightly-1762
|
||||||
|
config-opts:
|
||||||
|
- '-DCMAKE_BUILD_TYPE=Release'
|
||||||
|
- '-DENABLE_QT_TRANSLATION=ON'
|
||||||
|
- '-DCITRA_ENABLE_COMPATIBILITY_REPORTING=ON'
|
||||||
|
- '-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON'
|
||||||
|
- '-DENABLE_FFMPEG_VIDEO_DUMPER=ON'
|
||||||
|
- '-DENABLE_FDK=ON'
|
||||||
|
cleanup:
|
||||||
|
- /share/man
|
||||||
|
- /share/pixmaps
|
||||||
|
post-install:
|
||||||
|
- >-
|
||||||
|
install -Dm644 ../dist/citra.svg
|
||||||
|
/app/share/icons/hicolor/scalable/apps/citra.svg
|
||||||
|
- >-
|
||||||
|
install -Dm644 ../dist/icon.png
|
||||||
|
/app/share/icons/hicolor/512x512/apps/citra.png
|
||||||
|
sources:
|
||||||
|
- type: git
|
||||||
|
url: https://github.com/citra-emu/citra-nightly.git
|
||||||
|
tag: nightly-1762
|
||||||
|
commit: 1382035d4de5ada310c7f4fd00f1836b16ab74fb
|
||||||
|
disable-shallow-clone: true
|
||||||
|
x-checker-data:
|
||||||
|
type: git
|
||||||
|
tag-pattern: ^(nightly-\d+)$
|
||||||
|
is-main-source: true
|
||||||
|
|
||||||
|
# CITRA - END
|
||||||
|
|
||||||
# External manifests end
|
# External manifests end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue