Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: pcsx2-app #6860

Merged
merged 5 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ papirus-folders
papirus-icon-theme
parsec-deb
pb-git
pcsx2-app
pdf-mix-tool-git
pdfmm-git
pfetch-bin
Expand Down
11 changes: 11 additions & 0 deletions packages/pcsx2-app/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pkgbase = pcsx2-app
gives = pcsx2
pkgver = 2.2.0
pkgdesc = PCSX2 is an open source PlayStation 2 Emulator
url = https://pcsx2.net
arch = amd64
maintainer = James Ed Randson <[email protected]>
source = https://github.com/PCSX2/pcsx2/releases/download/v2.2.0/pcsx2-v2.2.0-linux-appimage-x64-Qt.AppImage
sha256sums = 188cd6a7db7dab8dd509b744f5f02f7dc5746f9d637303b08063f46a779967ab

pkgname = pcsx2-app
24 changes: 24 additions & 0 deletions packages/pcsx2-app/pcsx2-app.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
pkgname="pcsx2-app"
gives="pcsx2"
arch=("amd64")
pkgver="2.2.0"
url="https://pcsx2.net"
pkgdesc="PCSX2 is an open source PlayStation 2 Emulator"
maintainer=("James Ed Randson <[email protected]>")
source=("https://github.com/PCSX2/${gives}/releases/download/v${pkgver}/${gives}-v${pkgver}-linux-appimage-x64-Qt.AppImage")
sha256sums=("188cd6a7db7dab8dd509b744f5f02f7dc5746f9d637303b08063f46a779967ab")

package() {
install -Dm755 "${gives}-v${pkgver}-linux-appimage-x64-Qt.AppImage" "${pkgdir}/usr/bin/pcsx2"
install -d "${pkgdir}/usr/share/applications"
jimed-rand marked this conversation as resolved.
Show resolved Hide resolved
cat << EOF > "${pkgdir}/usr/share/applications/pcsx2.desktop"
[Desktop Entry]
Type=Application
Name=PCSX2
Comment=PCSX2 is an open source PlayStation 2 Emulator
Exec=/usr/bin/pcsx2 %f
Icon=pcsx2
Terminal=false
Categories=Application;Game
EOF
}
12 changes: 12 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -8706,6 +8706,18 @@ pkgbase = pb-git

pkgname = pb-git
---
pkgbase = pcsx2-app
gives = pcsx2
pkgver = 2.2.0
pkgdesc = PCSX2 is an open source PlayStation 2 Emulator
url = https://pcsx2.net
arch = amd64
maintainer = James Ed Randson <[email protected]>
source = https://github.com/PCSX2/pcsx2/releases/download/v2.2.0/pcsx2-v2.2.0-linux-appimage-x64-Qt.AppImage
sha256sums = 188cd6a7db7dab8dd509b744f5f02f7dc5746f9d637303b08063f46a779967ab

pkgname = pcsx2-app
---
pkgbase = pdf-mix-tool-git
gives = pdf-mix-tool
pkgver = 1.1.1
Expand Down
Loading