mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
rio: broken on i686
This commit is contained in:
parent
92faaab163
commit
1fc2f64eab
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ changelog="https://raw.githubusercontent.com/raphamorim/rio/main/CHANGELOG.md"
|
|||
distfiles="https://github.com/raphamorim/rio/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=3290d6c3bf4663432938f17b42310de9cf0327753a75c1f54215ec8f7b66a4eb
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
i686*) broken="build runs out of memory";;
|
||||
*) ;;
|
||||
esac
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue