File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'neovide'
22pkgname=neovide
3- version=0.15.1
4- revision=2
3+ version=0.15.2
4+ revision=1
55archs="x86_64* aarch64*" # the skia-bindings crate only supports these archs
66build_style=cargo
77hostmakedepends="pkg-config clang ninja python gn curl git"
@@ -16,7 +16,7 @@ license="MIT"
1616homepage="https://neovide.dev/"
1717changelog="https://github.com/neovide/neovide/releases/tag/${version}"
1818distfiles="https://github.com/neovide/neovide/archive/refs/tags/${version}.tar.gz"
19- checksum=9042678f2fa33a86662755b3d37f7b264ebbf28b9a5f021ca89c137faeeda37d
19+ checksum=a8179c461d41277b41692edcae64af6d1c80454aafff608af0268c5abca95b5c
2020
2121# skia-bindings fails to build without these flags
2222export FORCE_SKIA_BUILD=1
@@ -27,11 +27,6 @@ export SKIA_GN_ARGS="extra_cflags+=[\"-I${XBPS_CROSS_BASE}/usr/include/freetype2
2727export CLANGCC=clang
2828export CLANGCXX=clang++
2929
30- post_patch() {
31- vsed -e 's/skia-safe = { version = "0.84.0/skia-safe = { version = "0.86.0/' -i Cargo.toml
32- cargo update --package skia-safe@0.84.0 --precise 0.86.0
33- }
34-
3530post_install() {
3631 for size in 16x16 32x32 48x48 256x256; do
3732 vinstall assets/neovide-${size}.png 0644 usr/share/icons/hicolor/${size}/apps neovide.png
You can’t perform that action at this time.
0 commit comments