Balló György pushed to branch main at Arch Linux / Packaging / Packages /
neovide
Commits:
e74397a2 by Balló György at 2026-07-03T20:15:29+02:00
upgpkg: 0.16.2-2: Install scalable icon, remove sodeps without version number
due to not linked
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = neovide
pkgdesc = No Nonsense Neovim Client in Rust
pkgver = 0.16.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/neovide/neovide
arch = x86_64
license = MIT
@@ -22,20 +22,16 @@ pkgbase = neovide
depends = hicolor-icon-theme
depends = libglvnd
depends = libjpeg-turbo
- depends = libjpeg.so
depends = libxkbcommon
depends = neovim
depends = sndio
depends = libpng
- depends = libpng16.so
depends = harfbuzz
depends = libharfbuzz.so
depends = icu
depends = libicuuc.so
depends = expat
- depends = libexpat.so
depends = zlib
- depends = libz.so
optdepends = vulkan-intel: vulkan support for intel
optdepends = libxkbcommon-x11: run on X11 (not needed for wayland)
options = !lto
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=neovide
pkgver=0.16.2
-pkgrel=1
+pkgrel=2
pkgdesc='No Nonsense Neovim Client in Rust'
arch=(x86_64)
url="https://github.com/$pkgname/$pkgname"
@@ -16,15 +16,15 @@ depends=(
glibc
hicolor-icon-theme
libglvnd
- libjpeg-turbo libjpeg.so
+ libjpeg-turbo
libxkbcommon
neovim
sndio
- libpng libpng16.so
+ libpng
harfbuzz libharfbuzz.so
icu libicuuc.so
- expat libexpat.so
- zlib libz.so
+ expat
+ zlib
)
makedepends=(cargo
cmake
@@ -64,6 +64,7 @@ package() {
cd "$_archive"
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
install -Dm0644 -t "$pkgdir/usr/share/applications/"
"assets/$pkgname.desktop"
+ install -Dm0644 -t "$pkgdir/usr/share/icons/hicolor/scalable/apps/"
"assets/neovide.svg"
for px in 16 32 48 256; do
install -Dm0644 "assets/$pkgname-${px}x${px}.png" \
"$pkgdir/usr/share/icons/hicolor/${px}x${px}/apps/$pkgname.png"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/neovide/-/commit/e74397a2a3669685987eb1c996e4292db8e9ead3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/neovide/-/commit/e74397a2a3669685987eb1c996e4292db8e9ead3
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help