Balló György pushed to branch main at Arch Linux / Packaging / Packages / rio
Commits:
8c28093a by Balló György at 2026-06-14T11:13:04+02:00
upgpkg: 0.4.7-3: Fix launchable ID in metainfo file
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = rio
pkgdesc = A hardware-accelerated GPU terminal emulator powered by WebGPU
pkgver = 0.4.7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/raphamorim/rio
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=rio
pkgver=0.4.7
-pkgrel=2
+pkgrel=3
pkgdesc="A hardware-accelerated GPU terminal emulator powered by WebGPU"
arch=('x86_64')
url="https://github.com/raphamorim/rio"
@@ -37,6 +37,9 @@
sha512sums=('3bef09a44bf00e0f5ce361d6d5b1d7fe2d694b12f47b121ee378f9fd4c100015833
prepare() {
cd "${pkgname}-${pkgver}"
cargo fetch --locked --target host-tuple
+
+ # Fix launchable ID in metainfo file
+ sed -i "s/com.rioterm.Rio.desktop/rio.desktop/"
"misc/com.rioterm.Rio.metainfo.xml"
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rio/-/commit/8c28093a6a64f0a34a4de1303c1bbc741cbaa9d5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rio/-/commit/8c28093a6a64f0a34a4de1303c1bbc741cbaa9d5
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