Balló György pushed to branch main at Arch Linux / Packaging / Packages / ppsspp
Commits:
7cf9cce9 by Balló György at 2026-07-04T18:46:15+02:00
upgpkg: 1.20.4-4: Add Comment field to desktop entry
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ppsspp
pkgdesc = A PSP emulator written in C++
pkgver = 1.20.4
- pkgrel = 3
+ pkgrel = 4
url = https://www.ppsspp.org/
arch = x86_64
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ pkgname=(
ppsspp-assets
)
pkgver=1.20.4
-pkgrel=3
+pkgrel=4
pkgdesc='A PSP emulator written in C++'
arch=(x86_64)
url=https://www.ppsspp.org/
@@ -75,6 +75,11 @@
b2sums=('cd2bca3351b97831f2e0d372bf544dcf3aa9d44095b56fe30de8bf4d586216e56ba24f2
prepare() {
cd ppsspp
sed 's|miniupnpc/include/|miniupnpc/|g' -i Core/Util/PortManager.h
+
+ # Add Comment field to desktop entry
+ # https://github.com/hrydgard/ppsspp/pull/21880
+ git cherry-pick -n 0f48685bb9158e5d6cafa0158441d7adba2471c7
+
for submodule in ffmpeg assets/lang ext/freetype ext/glslang ext/lua; do
git submodule init ${submodule}
git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ppsspp/-/commit/7cf9cce96c3680e267b486b7cb1aad7fc55ad4c0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ppsspp/-/commit/7cf9cce96c3680e267b486b7cb1aad7fc55ad4c0
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help