mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #1495] [MERGED] Add freedesktop metadata #2139
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/1495
Author: @fpiesche
Created: 11/6/2024
Status: ✅ Merged
Merged: 11/14/2024
Merged by: @georgemoralis
Base:
main← Head:add-freedesktop-metadata📝 Commits (1)
16423e4Add FreeDesktop metadata📊 Changes
8 files changed (+162 additions, -6 deletions)
View changed files
📝
.github/linux-appimage-qt.sh(+1 -1)📝
.github/linux-appimage-sdl.sh(+1 -1)📝
CMakeLists.txt(+4 -2)📝
REUSE.toml(+4 -1)📝
dist/net.shadps4.shadPS4.desktop(+1 -1)➕
dist/net.shadps4.shadPS4.metainfo.xml(+63 -0)➕
dist/net.shadps4.shadPS4.releases.xml(+23 -0)➕
dist/net.shadps4.shadPS4_metadata.pot(+65 -0)📄 Description
This adds a new
distdirectory intended for files specific to distributions rather than actually part of the code or executable/bundle, containing the Linux desktop launcher (which currently lives in the.githubdirectory for some reason) as well as FreeDesktopmetainfo.xmlandreleases.xmlfiles. The XML files contain metadata that can be used by Linux desktop environments to display information about the package - this is, for example, used by Flathub for their web listings.The
releases.xmlfile currently needs updating manually. I'm working on a GitHub action that can automatically update these files when a new GitHub release is made; once I've done this and tested it I'll submit a PR with a workflow to keep this file up to date along with GitHub releases :)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.