Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new package] add rio terminal #22012

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Kreijstal
Copy link
Contributor

Fixed the LTO issue on upstream!

"${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-pkgconf"
"${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-freetype"
Copy link
Member

@Biswa96 Biswa96 Sep 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure fontconfig and freetype dependencies are required in this build? Those are not shown in the runtime libraries list in CI log.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rust only can be left. cmake is usually used for libz-ng-sys, which is not used for package, freetype and fontconfig are probably used for Linux/macos, I didn't find them all in build logs

build() {
cd "${_realname}-${pkgver}"

cargo build --frozen --release --all-features
Copy link
Collaborator

@ognevny ognevny Sep 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is --all-features required? I see all useful features are already enabled by default upstream

pkgrel=1
pkgdesc="A hardware-accelerated GPU terminal emulator powered by WebGPU (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants