-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
fa1fb5d
commit 7770f86
Showing
4 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
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 |
This file contains 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
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 | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|