1- app-id : org.DolphinEmu.dolphin-mpn
1+ app-id : org.DolphinEmu.project-plus-dolphin
22branch : master
33runtime : org.kde.Platform
44runtime-version : 6.6
55sdk : org.kde.Sdk
6- command : dolphin-mpn -wrapper
7- rename-desktop-file : dolphin-mpn .desktop
8- rename-icon : dolphin-mpn
6+ command : project-plus-dolphin -wrapper
7+ rename-desktop-file : project-plus-dolphin .desktop
8+ rename-icon : project-plus-dolphin
99finish-args :
1010 - --device=all # need for controllers
1111 # the file picker uses portals but the set
@@ -96,26 +96,26 @@ modules:
9696 url : https://github.com/Unrud/xdg-screensaver-shim/archive/0.0.2.tar.gz
9797 sha256 : 0ed2a69fe6ee6cbffd2fe16f85116db737f17fb1e79bfb812d893cf15c728399
9898
99- - name : dolphin-mpn
99+ - name : project-plus-dolphin
100100 buildsystem : cmake-ninja
101101 config-opts :
102102 - -DCMAKE_BUILD_TYPE=Release
103103 - -DENABLE_ALSA=OFF
104104 - -DENABLE_SDL=ON
105105 - -DENABLE_EVDEV=ON
106- - -DDISTRIBUTOR=Mario Party Netplay
107- - -DCPACK_PACKAGE_CONTACT=Mario Party Netplay
106+ - -DDISTRIBUTOR=Project Plus Development Team
107+ - -DCPACK_PACKAGE_CONTACT=Project Plus Development Team
108108 cleanup :
109109 - /share/man
110110 post-install :
111- - install -D -t ${FLATPAK_DEST}/bin/ dolphin-mpn -wrapper
112- - desktop-file-edit --set-key=Exec --set-value='/app/bin/dolphin-mpn -wrapper'
113- /app/share/applications/dolphin-mpn .desktop
114- - desktop-file-edit --set-key=Name --set-value='Dolphin MPN '
115- /app/share/applications/dolphin-mpn .desktop
111+ - install -D -t ${FLATPAK_DEST}/bin/ project-plus-dolphin -wrapper
112+ - desktop-file-edit --set-key=Exec --set-value='/app/bin/project-plus-dolphin -wrapper'
113+ /app/share/applications/project-plus-dolphin .desktop
114+ - desktop-file-edit --set-key=Name --set-value='Project Plus Dolphin '
115+ /app/share/applications/project-plus-dolphin .desktop
116116 sources :
117117 - type : git
118- url : https://github.com/MarioPartyNetplay/Dolphin-MPN-src .git
118+ url : https://github.com/Motobug/Project-Plus-Dolphin .git
119119
120120 # detects whether dolphin is running in a flatpak sandbox
121121 # and makes it use xdg directories if it is.
@@ -129,5 +129,5 @@ modules:
129129 test -S $XDG_RUNTIME_DIR/discord-ipc-$i ||
130130 ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
131131 done
132- dolphin-mpn "$@"
133- dest-filename : dolphin-mpn -wrapper
132+ project-plus-dolphin "$@"
133+ dest-filename : project-plus-dolphin -wrapper
0 commit comments