aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordada513 <dada513@protonmail.com>2022-01-03 11:59:23 +0100
committerdada513 <dada513@protonmail.com>2022-01-03 11:59:23 +0100
commit52e156908ebdbe9410d66d1404536428b10c9b1d (patch)
treed2e0fa28a93d2e06d32e2c60f43573eb2b4d4ece
parent30f899f37d53a0a783c0924bd99e79889eb0a898 (diff)
downloadPrismLauncher-52e156908ebdbe9410d66d1404536428b10c9b1d.tar.gz
PrismLauncher-52e156908ebdbe9410d66d1404536428b10c9b1d.tar.bz2
PrismLauncher-52e156908ebdbe9410d66d1404536428b10c9b1d.zip
Change flatpak to flathub
-rw-r--r--README.md2
-rw-r--r--packages/flatpak/BUILDING.md28
-rw-r--r--packages/flatpak/org.polymc.PolyMC.desktop11
-rw-r--r--packages/flatpak/org.polymc.PolyMC.yml74
4 files changed, 1 insertions, 114 deletions
diff --git a/README.md b/README.md
index f1292a94..74e057f0 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Several source build packages are available, along with experimental pre-built g
- An [AUR package](https://aur.archlinux.org/packages/polymc-git/) is available.
- A Gentoo ebuild is available in the [swirl](https://git.swurl.xyz/swirl/ebuilds) overlay, named `games-action/polymc`. Check the README for instructions on how to add the overlay.
-- A Flatpak is available. Instructions on building it can be found in [packages/flatpak/BUILDING.md](packages/flatpak/BUILDING.md).
+- A Flatpak is available in [Flathub](https://flathub.org/apps/details/org.polymc.PolyMC). You can install it from there or build it yourself using [this source](https://github.com/flathub/org.polymc.PolyMC)
- Generic, prebuilt packages (archived by version) can be found [here](https://packages.polymc.org/) ([latest](https://packages.polymc.org/latest))
- Last build status: https://jenkins.polymc.org/job/PolyMC/lastBuild/
- [Linux (AMD64) System](https://packages.polymc.org/latest/lin64-system/lin64-system.tar.zst) ([SHA256](https://packages.polymc.org/latest/lin64-system/lin64-system.tar.zst.sha256)) - this is a generic system package intended to be used as a base for making distro-specific packages.
diff --git a/packages/flatpak/BUILDING.md b/packages/flatpak/BUILDING.md
deleted file mode 100644
index c1594b8f..00000000
--- a/packages/flatpak/BUILDING.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# Building the flatpak
-
-### 1. Install tools
-
-Install `flatpak` and `flatpak-builder` from your distribution repositories.
-
-### 2. Install SDK
-
-`flatpak install org.kde.Sdk org.kde.Platform`
-Pick version `5.15`
-
-### 3. Get the yml flatpak file
-
-You can download it directly from github, or clone the repo.
-
-### 4. Build it
-
-```
-flatpak-builder --ccache --force-clean flatbuild packages/flatpak/org.polymc.PolyMC.yml
-```
-
-If you didn't clone the repo, the path might be different.
-
-### 5. Install the custom build
-
-```
-flatpak-builder --user --install --ccache --force-clean flatbuild packages/org.polymc.PolyMC.yml
-```
diff --git a/packages/flatpak/org.polymc.PolyMC.desktop b/packages/flatpak/org.polymc.PolyMC.desktop
deleted file mode 100644
index 7cf78e9f..00000000
--- a/packages/flatpak/org.polymc.PolyMC.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Name=PolyMC
-Comment=A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once.
-Type=Application
-Terminal=false
-Exec=polymc
-StartupNotify=true
-Icon=null
-Categories=Game;
-Keywords=game;minecraft;launcher;
diff --git a/packages/flatpak/org.polymc.PolyMC.yml b/packages/flatpak/org.polymc.PolyMC.yml
deleted file mode 100644
index 632f990b..00000000
--- a/packages/flatpak/org.polymc.PolyMC.yml
+++ /dev/null
@@ -1,74 +0,0 @@
-app-id: org.polymc.PolyMC
-runtime: org.kde.Platform
-runtime-version: "5.15"
-sdk: org.kde.Sdk
-command: polymc
-finish-args:
- - --share=ipc
- - --socket=x11
- - --socket=wayland
- - --device=dri
- - --share=network
- # for Discord RPC mods
- - --filesystem=xdg-run/app/com.discordapp.Discord:create
-
-modules:
- - name: compile
- buildsystem: simple
- build-commands:
- - mkdir build
- - mkdir -p /app/bin
- - cd build && JAVA_HOME=/run/build/compile/jdk PATH=$JAVA_HOME:$PATH JAVA_COMPILER=../jdk/bin/javac cmake -DLauncher_LAYOUT=lin-system -DCMAKE_INSTALL_PREFIX=/app/ .. && make -j$(nproc) install
- sources:
- - type: git
- url: https://github.com/PolyMC/PolyMC.git
- tag: 1.0.0
- - type: archive
- url: https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17%2B35/OpenJDK17-jdk_x64_linux_hotspot_17_35.tar.gz
- sha256: 6f1335d9a7855159f982dac557420397be9aa85f3f7bc84e111d25871c02c0c7
- archive-type: tar-gzip
- dest: jdk
- # old MC versions depend on Xrandr
- - name: xrandr
- buildsystem: simple
- build-commands:
- - ./configure --prefix=/app
- - make
- - make install
- sources:
- - type: archive
- url: https://xorg.freedesktop.org/archive/individual/app/xrandr-1.5.1.tar.xz
- sha256: 7bc76daf9d72f8aff885efad04ce06b90488a1a169d118dea8a2b661832e8762
- - name: java
- buildsystem: simple
- build-commands:
- - mkdir -p /app/jdk
- - mv ./* /app/jdk
- sources:
- # JDK 17 for MC 1.18
- - type: archive
- url: https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.1%2B12/OpenJDK17U-jre_x64_linux_hotspot_17.0.1_12.tar.gz
- sha256: 9d58cb741509a88e0ae33eb022334fb900b409b198eca6fe76246f0677b392ad
- strip-components: 0
- # JDK for Minecraft 1.17 - 1.18
- - type: archive
- url: https://github.com/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_x64_linux_hotspot_16.0.2_7.tar.gz
- sha256: 323d6d7474a359a28eff7ddd0df8e65bd61554a8ed12ef42fd9365349e573c2c
- strip-components: 0
- # JDK 11 for 1.9 - 1.15.2
- - type: archive
- url: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.13%2B8/OpenJDK11U-jre_x64_linux_hotspot_11.0.13_8.tar.gz
- sha256: fb0a27e6e1f26a1ee79daa92e4cfe3ec0d676acfe114d99dd84b3414f056e8a0
- strip-components: 0
- # JDK 8 for pre1.9
- - type: archive
- url: https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u312-b07/OpenJDK8U-jre_x64_linux_hotspot_8u312b07.tar.gz
- sha256: 18fd13e77621f712326bfcf79c3e3cc08c880e3e4b8f63a1e5da619f3054b063
- strip-components: 0
- - name: desktopfiles
- buildsystem: simple
- build-commands:
- - install -Dm644 org.polymc.PolyMC.desktop /app/share/applications/org.polymc.PolyMC.desktop
- sources:
- - type: file
- path: org.polymc.PolyMC.desktop