rio: update to 0.1.4

This commit is contained in:
tranzystorekk 2024-08-06 11:48:29 +02:00
parent 8641f76dd2
commit 8cf8282784
1 changed files with 8 additions and 9 deletions

View File

@ -1,8 +1,9 @@
# Template file for 'rio'
pkgname=rio
version=0.1.3
version=0.1.4
revision=1
build_style=cargo
build_wrksrc="frontends/rioterm"
hostmakedepends="pkg-config"
makedepends="fontconfig-devel freetype-devel libglvnd-devel libxcb-devel libxkbcommon-devel wayland-devel"
depends="rio-terminfo-${version}_${revision}"
@ -12,17 +13,15 @@ license="MIT"
homepage="https://raphamorim.io/rio/"
changelog="https://raw.githubusercontent.com/raphamorim/rio/main/CHANGELOG.md"
distfiles="https://github.com/raphamorim/rio/archive/refs/tags/v${version}.tar.gz"
checksum=4cf5b35627003f369fd801a8bd556d708ebe9f89b9a45d25fd0408ad87db1bfa
checksum=2f7106f2e4bb50ad3f7d01ff368ddcd1c33a3495639961962a027f1fa5133a90
do_install() {
# avoid doing a rebuild in install due to complex feature setup
vbin target/${RUST_TARGET}/release/rio
vinstall misc/logo.svg 644 usr/share/icons/hicolor/scalable/apps rio.svg
vinstall misc/rio.desktop 644 usr/share/applications
vlicense LICENSE
post_install() {
vinstall ${wrksrc}/misc/logo.svg 644 usr/share/icons/hicolor/scalable/apps rio.svg
vinstall ${wrksrc}/misc/rio.desktop 644 usr/share/applications
vlicense ${wrksrc}/LICENSE
vmkdir usr/share/terminfo
tic -sx -o ${DESTDIR}/usr/share/terminfo misc/rio.terminfo
tic -sx -o ${DESTDIR}/usr/share/terminfo ${wrksrc}/misc/rio.terminfo
}
rio-terminfo_package() {