Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #461 from Steveice10/fix_build
Browse files Browse the repository at this point in the history
Update to nightly 1929 and fix build.
  • Loading branch information
liushuyu committed Jun 21, 2023
2 parents 91c5fc0 + 25c82af commit d0eb511
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 67 deletions.
16 changes: 5 additions & 11 deletions org.citra_emu.citra.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "org.citra_emu.citra",
"runtime": "org.kde.Platform",
"runtime-version": "6.4",
"runtime-version": "6.5",
"sdk": "org.kde.Sdk",
"command": "citra-qt",
"rename-desktop-file": "citra.desktop",
Expand All @@ -11,7 +11,7 @@
"CI": "1",
"GITHUB_ACTIONS": "1",
"GITHUB_REPOSITORY": "citra-emu/citra-nightly",
"GITHUB_REF_NAME": "nightly-1919"
"GITHUB_REF_NAME": "nightly-1929"
}
},
"finish-args": [
Expand Down Expand Up @@ -57,10 +57,8 @@
"-DENABLE_QT_TRANSLATION=ON",
"-DCITRA_ENABLE_COMPATIBILITY_REPORTING=ON",
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF",
"-DENABLE_FFMPEG_VIDEO_DUMPER=ON",
"-DUSE_SYSTEM_SDL2=ON",
"-DCMAKE_POLICY_DEFAULT_CMP0069=NEW",
"-DENABLE_FDK=ON"
"-DCMAKE_POLICY_DEFAULT_CMP0069=NEW"
],
"cleanup": [
"/share/man",
Expand All @@ -78,8 +76,8 @@
"sources": [
{
"type": "archive",
"url": "https://github.com/citra-emu/citra-nightly/releases/download/nightly-1919/citra-unified-source-20230605-54c499e.tar.xz",
"sha256": "f32bc4de0bcbe24885f6d6eee9ba2b08360b490ed1bf7bb7b26b732f23a7bc2b",
"url": "https://github.com/citra-emu/citra-nightly/releases/download/nightly-1929/citra-unified-source-20230620-89663e0.tar.xz",
"sha256": "3f0df111e5c1918f7d5748704aed625cb5f5a930ee12cf16db866c5008da6f93",
"x-checker-data": {
"type": "json",
"url": "https://api.github.com/repos/citra-emu/citra-nightly/releases/latest",
Expand All @@ -95,10 +93,6 @@
{
"type": "file",
"path": "org.citra_emu.citra.svg"
},
{
"type": "patch",
"path": "unified-source-compat.patch"
}
]
}
Expand Down
1 change: 1 addition & 0 deletions org.citra_emu.citra.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<screenshot>https://raw.githubusercontent.com/citra-emu/citra-web/master/images/screenshots/35-Pok%C3%A9mon%20ORAS.png</screenshot>
</screenshots>
<releases>
<release version="nightly-1929" date="2023-06-21"/>
<release version="nightly-1919" date="2023-06-06"/>
<release version="nightly-1918" date="2023-06-04"/>
<release version="nightly-1913" date="2023-05-26"/>
Expand Down
56 changes: 0 additions & 56 deletions unified-source-compat.patch

This file was deleted.

0 comments on commit d0eb511

Please sign in to comment.