Balló György pushed to branch main at Arch Linux / Packaging / Packages / mgba
Commits:
7da8c61c by Balló György at 2026-07-04T23:31:16+02:00
upgpkg: 0.10.5-4: Install icons into hicolor directory
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = mgba
pkgdesc = A Nintendo Gameboy Advance Emulator focusing on speed and
accuracy
pkgver = 0.10.5
- pkgrel = 3
+ pkgrel = 4
url = http://mgba.io
arch = x86_64
license = MPL-2.0
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ pkgname=(
'mgba-qt'
)
pkgver=0.10.5
-pkgrel=3
+pkgrel=4
pkgdesc='A Nintendo Gameboy Advance Emulator focusing on speed and accuracy'
arch=('x86_64')
url='http://mgba.io'
@@ -81,6 +81,9 @@ package_mgba-qt() {
'sdl2'
)
DESTDIR="$pkgdir" cmake --install build --component mgba-qt
- install -vDm644 mgba-$pkgver/res/mgba-256.png \
- "$pkgdir/usr/share/pixmaps/io.mgba.mGBA.png"
+
+ for res in 16 24 32 48 64 96 128 256 512; do
+ install -vDm644 mgba-$pkgver/res/mgba-$res.png \
+ "$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/io.mgba.mGBA.png"
+ done
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mgba/-/commit/7da8c61cbc8584326a982fbd4fc5d41f332153a0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mgba/-/commit/7da8c61cbc8584326a982fbd4fc5d41f332153a0
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