Skip to content

Commit

Permalink
add: pcsx2-app (#6860)
Browse files Browse the repository at this point in the history
PCSX2, a good PlayStation 2 emulator since v2.0. This time I want add it
into official repo for this emulator. After this commit had been merged,
it will closes #6859.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
jimed-rand and pre-commit-ci[bot] authored Jan 14, 2025
1 parent fa1fb5d commit 7770f86
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,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"
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 @@ -8716,6 +8716,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

0 comments on commit 7770f86

Please sign in to comment.