mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2026-01-02 04:34:36 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
18
shared-modules/gzdoom/description.patch
Normal file
18
shared-modules/gzdoom/description.patch
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
diff --git a/src/d_iwad.cpp b/src/d_iwad.cpp
|
||||
index b421b1b35..9f0b16948 100644
|
||||
--- a/src/d_iwad.cpp
|
||||
+++ b/src/d_iwad.cpp
|
||||
@@ -683,9 +683,10 @@ int FIWadManager::IdentifyVersion (TArray<FString> &wadfiles, const char *iwad,
|
||||
"2. Edit your ~/Library/Preferences/" GAMENAMELOWERCASE ".ini and add the directories\n"
|
||||
"of your iwads to the list beneath [IWADSearch.Directories]");
|
||||
#else
|
||||
- "1. Place one or more of these wads in ~/.config/" GAMENAMELOWERCASE "/.\n"
|
||||
- "2. Edit your ~/.config/" GAMENAMELOWERCASE "/" GAMENAMELOWERCASE ".ini and add the directories of your\n"
|
||||
- "iwads to the list beneath [IWADSearch.Directories]");
|
||||
+ "1. Place one or more of these wads in ~/.var/app/org.zdoom.GZDoom/.config/" GAMENAMELOWERCASE "/\n"
|
||||
+ "2. Edit your ~/.var/app/org.zdoom.GZDoom/.config/" GAMENAMELOWERCASE "/" GAMENAMELOWERCASE ".ini and\n"
|
||||
+ " add the directories of your iwads to the list beneath [IWADSearch.Directories]\n"
|
||||
+ "3. Validate your Flatpak permissions, so that Flatpak has access to your directories with wads");
|
||||
#endif
|
||||
}
|
||||
int pick = 0;
|
||||
100
shared-modules/gzdoom/gzdoom.json
Normal file
100
shared-modules/gzdoom/gzdoom.json
Normal file
|
|
@ -0,0 +1,100 @@
|
|||
{
|
||||
"name": "gzdoom",
|
||||
"buildsystem": "cmake-ninja",
|
||||
"config-opts": [
|
||||
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
|
||||
],
|
||||
"cleanup": [
|
||||
"/lib/*.a",
|
||||
"/lib/*.la",
|
||||
"/lib/pkgconfig",
|
||||
"/include"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/zdoom/gzdoom.git",
|
||||
"tag": "g4.11.3",
|
||||
"commit": "6ce809efe2902e43ceaa7031b875225d3a0367de",
|
||||
"x-checker-data": {
|
||||
"type": "anitya",
|
||||
"project-id": 17531,
|
||||
"stable-only": true,
|
||||
"tag-template": "g$version"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://github.com/zdoom/gzdoom/raw/g4.11.3/soundfont/gzdoom.sf2",
|
||||
"sha256": "a9058609b07c1f0e0c1f420e76c2e80ba78136e6173e836caab51ffb13e552f1"
|
||||
},
|
||||
{
|
||||
"type": "patch",
|
||||
"path": "description.patch"
|
||||
}
|
||||
],
|
||||
"post-install": [
|
||||
"install -Dm 644 gzdoom.sf2 /app/share/sounds/sf2/gzdoom.sf2"
|
||||
],
|
||||
"modules": [
|
||||
"../linux-audio/libinstpatch.json",
|
||||
"../linux-audio/fluidsynth2.json",
|
||||
{
|
||||
"name": "libsndfile",
|
||||
"buildsystem": "autotools",
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-1.2.2.tar.xz",
|
||||
"sha256": "3799ca9924d3125038880367bf1468e53a1b7e3686a934f098b7e1d286cdb80e",
|
||||
"x-checker-data": {
|
||||
"type": "anitya",
|
||||
"project-id": 13277,
|
||||
"stable-only": true,
|
||||
"url-template": "https://github.com/libsndfile/libsndfile/releases/download/$version/libsndfile-$version.tar.xz"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "game-music-emu",
|
||||
"buildsystem": "cmake-ninja",
|
||||
"config-opts": [
|
||||
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.3.tar.gz",
|
||||
"sha256": "626e8a104e0dadd10ef6519a67aca880c7b40f81471659f1935b61754e12fc7b",
|
||||
"x-checker-data": {
|
||||
"type": "anitya",
|
||||
"project-id": 866,
|
||||
"stable-only": true,
|
||||
"url-template": "https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-$version.tar.gz"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "zmusic",
|
||||
"buildsystem": "cmake-ninja",
|
||||
"config-opts": [
|
||||
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://github.com/zdoom/ZMusic/archive/1.1.12.tar.gz",
|
||||
"sha256": "da818594b395aa9174561a36362332b0ab8e7906d2e556ec47669326e67613d4",
|
||||
"x-checker-data": {
|
||||
"type": "anitya",
|
||||
"project-id": 153600,
|
||||
"stable-only": true,
|
||||
"url-template": "https://github.com/zdoom/ZMusic/archive/$version.tar.gz"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue