Skip to content

Commit df44e9d

Browse files
hosakasgn
authored andcommitted
neovide: update to 0.15.2
1 parent d51ba72 commit df44e9d

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

srcpkgs/neovide/template

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'neovide'
22
pkgname=neovide
3-
version=0.15.1
4-
revision=2
3+
version=0.15.2
4+
revision=1
55
archs="x86_64* aarch64*" # the skia-bindings crate only supports these archs
66
build_style=cargo
77
hostmakedepends="pkg-config clang ninja python gn curl git"
@@ -16,7 +16,7 @@ license="MIT"
1616
homepage="https://neovide.dev/"
1717
changelog="https://github.com/neovide/neovide/releases/tag/${version}"
1818
distfiles="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
2222
export FORCE_SKIA_BUILD=1
@@ -27,11 +27,6 @@ export SKIA_GN_ARGS="extra_cflags+=[\"-I${XBPS_CROSS_BASE}/usr/include/freetype2
2727
export CLANGCC=clang
2828
export 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-
3530
post_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

0 commit comments

Comments
 (0)