Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
neovide


Commits:
1c69b2f3 by Caleb Maclennan at 2023-11-01T23:37:39+03:00
upgpkg: 0.11.2-4: Fixup malformatted optdepends

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,25 @@
+pkgbase = neovide
+       pkgdesc = No Nonsense Neovim Client in Rust
+       pkgver = 0.11.2
+       pkgrel = 4
+       url = https://github.com/neovide/neovide
+       arch = x86_64
+       license = MIT
+       makedepends = cargo
+       makedepends = cmake
+       depends = gcc-libs
+       depends = glibc
+       depends = fontconfig
+       depends = libfontconfig.so
+       depends = freetype2
+       depends = libfreetype.so
+       depends = hicolor-icon-theme
+       depends = libglvnd
+       depends = neovim
+       depends = sndio
+       optdepends = vulkan-intel: vulkan support for intel
+       optdepends = libxkbcommon-x11: run on X11 (not needed for wayland)
+       source = 
https://github.com/neovide/neovide/archive/0.11.2/neovide-0.11.2.tar.gz
+       sha256sums = 
62e973a5407a6bfc731ce78e0495d2ed10930d33b22fe94cfe23acccbf789ae9
+
+pkgname = neovide


=====================================
PKGBUILD
=====================================
@@ -3,23 +3,23 @@
 
 pkgname=neovide
 pkgver=0.11.2
-pkgrel=3
+pkgrel=4
 pkgdesc='No Nonsense Neovim Client in Rust'
 arch=(x86_64)
 url="https://github.com/$pkgname/$pkgname";
 license=(MIT)
-depends=(fontconfig
-         freetype2
+depends=(gcc-libs
+         glibc
+         fontconfig libfontconfig.so
+         freetype2 libfreetype.so
          hicolor-icon-theme
-         libfontconfig.so
-         libfreetype.so
          libglvnd
          neovim
          sndio)
 makedepends=(cargo
              cmake)
-optdepends=('vulkan-intel: vulkan support for intel')
-optdepends=('libxkbcommon-x11: run on X11 (not needed for wayland)')
+optdepends=('vulkan-intel: vulkan support for intel'
+            'libxkbcommon-x11: run on X11 (not needed for wayland)')
 _archive=("$pkgname-$pkgver")
 source=("$url/archive/$pkgver/$_archive.tar.gz")
 sha256sums=('62e973a5407a6bfc731ce78e0495d2ed10930d33b22fe94cfe23acccbf789ae9')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neovide/-/commit/1c69b2f36f67b4d97cab8d89e1206587db88f81d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neovide/-/commit/1c69b2f36f67b4d97cab8d89e1206587db88f81d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to