Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/r/rio/package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : rio
version : 0.2.37
release : 2
release : 3
source :
- https://github.com/raphamorim/rio/archive/refs/tags/v0.2.37.tar.gz : f52bcd0fb3c669cae016c614a77a95547c2769e6a98a17d7bbc703b6e72af169
homepage : https://rioterm.com
Expand Down Expand Up @@ -40,7 +40,7 @@ install : |
done
# Install desktop file, icon and metainfo
install -Dm00644 misc/rio.desktop $installdir/usr/share/applications/rio.desktop
install -Dm00644 misc/rio.desktop $installdir/usr/share/applications/com.rioterm.Rio.desktop
install -Dm00644 docs/static/assets/rio-logo.svg $installdir/usr/share/icons/hicolor/scalable/apps/rio.svg
install -Dm00644 misc/com.rioterm.Rio.metainfo.xml -t $installdir/usr/share/metainfo/
check : |
Expand Down
6 changes: 3 additions & 3 deletions packages/r/rio/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PartOf>system.utils</PartOf>
<Files>
<Path fileType="executable">/usr/bin/rio</Path>
<Path fileType="data">/usr/share/applications/rio.desktop</Path>
<Path fileType="data">/usr/share/applications/com.rioterm.Rio.desktop</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/rio.svg</Path>
<Path fileType="data">/usr/share/licenses/rio/LICENSE</Path>
<Path fileType="man">/usr/share/man/man1/rio.1.zst</Path>
Expand All @@ -31,8 +31,8 @@
</Files>
</Package>
<History>
<Update release="2">
<Date>2026-02-06</Date>
<Update release="3">
<Date>2026-02-13</Date>
<Version>0.2.37</Version>
<Comment>Packaging update</Comment>
<Name>Jared Cervantes</Name>
Expand Down