[arch-commits] Commit in neovim-qt/trunk (PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Thu Aug 4 18:31:37 UTC 2022


    Date: Thursday, August 4, 2022 @ 18:31:37
  Author: arodseth
Revision: 1260280

upgpkg: neovim-qt 0.2.17-2

Modified:
  neovim-qt/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-04 17:54:59 UTC (rev 1260279)
+++ PKGBUILD	2022-08-04 18:31:37 UTC (rev 1260280)
@@ -5,13 +5,14 @@
 
 pkgname=neovim-qt
 pkgver=0.2.17
-pkgrel=1
+pkgrel=2
 pkgdesc='GUI for Neovim'
 arch=(x86_64)
 url='https://github.com/equalsraf/neovim-qt'
 license=(ISC)
 depends=(neovim qt5-svg hicolor-icon-theme)
-makedepends=(cmake git ninja xorg-server-xvfb)
+makedepends=(cmake git ninja)
+checkdepends=(ttf-dejavu xorg-server-xvfb)
 source=("git+$url#commit=3f05de82ecb5c1a24a7572081ae59e419eb059b8") # tag: v0.2.17
 b2sums=('SKIP')
 
@@ -30,11 +31,9 @@
   ninja -C build
 }
 
-# One of the tests fails when building in a chroot
-# https://github.com/equalsraf/neovim-qt/issues/1005
-#check() {
-#  xvfb-run ninja -v -C build test
-#}
+check() {
+  xvfb-run ninja -v -C build test
+}
 
 package() {
   DESTDIR="$pkgdir" ninja -C build install



More information about the arch-commits mailing list