aboutsummaryrefslogtreecommitdiff
path: root/flatpak
diff options
context:
space:
mode:
authorWaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com>2021-02-01 17:49:37 +0000
committerWaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com>2021-02-01 17:49:37 +0000
commit0d301c243469baf53344a7610a1c835597c6b3e8 (patch)
tree38d3889e24a0278b6d55660019c3e440d9eacf75 /flatpak
parentf9e701a719413469be4295909bd020b48873fb25 (diff)
Remove flatpak from main repo
melonDS is on flathub and the flatpak package is maintained on a seperate repository.
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/net.kuribo64.melonDS.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/flatpak/net.kuribo64.melonDS.yml b/flatpak/net.kuribo64.melonDS.yml
deleted file mode 100644
index e336990..0000000
--- a/flatpak/net.kuribo64.melonDS.yml
+++ /dev/null
@@ -1,29 +0,0 @@
----
-app-id: net.kuribo64.melonDS
-runtime: org.freedesktop.Platform
-runtime-version: '18.08'
-sdk: org.freedesktop.Sdk
-command: melonDS
-finish-args:
- - "--share=ipc"
- - "--socket=x11"
- - "--socket=pulseaudio"
- - "--share=network"
- - "--device=all"
- - "--filesystem=home"
-modules:
- - name: libpcap
- sources:
- - type: archive
- url: http://www.tcpdump.org/release/libpcap-1.9.0.tar.gz
- sha256: 2edb88808e5913fdaa8e9c1fcaf272e19b2485338742b5074b9fe44d68f37019
-
- - name: melonds
- buildsystem: cmake-ninja
- sources:
- - type: git
- url: https://github.com/Arisotura/melonDS.git
- branch: master
- post-install:
- - "desktop-file-install --dir=/app/share/applications net.kuribo64.melonDS.desktop"
- - "install -D icon/melon_256x256.png /app/share/icons/hicolor/256x256/apps/net.kuribo64.melonDS.png"