contrib: add Arch Linux (AUR) and Flatpak packaging support - #189
Open
chuma-beep wants to merge 9 commits into
Open
contrib: add Arch Linux (AUR) and Flatpak packaging support#189chuma-beep wants to merge 9 commits into
chuma-beep wants to merge 9 commits into
Conversation
|
@chuma-beep is attempting to deploy a commit to the blueberrycongee's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds community packaging support for Arch Linux via AUR and for Flatpak.
Changes
New:
contrib/arch/— Arch Linux AUR packagescontrib/arch/bin/PKGBUILD— Binary package (termcanvas-bin). Uses the AppImage directly, depends onfuse2. Fast install, no build step.contrib/arch/source/PKGBUILD— Source package (termcanvas). Builds from upstream tarball, uses system Electron. Supports_USE_BUILDER=1flag for electron-builder output.contrib/arch/termcanvas.desktop— Desktop entry file.contrib/arch/termcanvas.sh— Launcher script, prefers system Electron at runtime, falls back to AppImage.contrib/arch/io.github.blueberrycongee.termcanvas.metainfo.xml— AppStream metadata for software center integration.New:
contrib/flatpak/— Flatpak packagingcontrib/flatpak/io.github.blueberrycongee.termcanvas.yml— Flatpak manifest targetingorg.freedesktop.Platform//24.08with Electron base.Modified: CI & build config
electron-builder.yml— AddedpacmanandflatpakLinux targets..github/workflows/release.yml— Addedout/*.pkg.tar.zstto release artifacts.README.md— Added Arch Linux install instructions (AUR, pacman, Flatpak)..gitignore— Added AUR build artifact entries.