Package Details: neovim-qt-git 0.2.16.r207.gb4ca557-1

Git Clone URL: https://aur.archlinux.org/neovim-qt-git.git (read-only, click to copy)
Package Base: neovim-qt-git
Description: GUI for Neovim (git version)
Upstream URL: https://github.com/equalsraf/neovim-qt
Keywords: gui neovim qt5 vim
Licenses: ISC
Conflicts: neovim-qt
Provides: neovim-qt
Submitter: aabmass
Maintainer: aabmass
Last Packager: aabmass
Votes: 39
Popularity: 0.000001
First Submitted: 2015-08-06 01:45 (UTC)
Last Updated: 2023-06-17 23:19 (UTC)

Latest Comments

1 2 3 4 Next › Last »

aabmass commented on 2023-06-24 15:04 (UTC) (edited on 2023-06-24 15:04 (UTC) by aabmass)

I'm not too familiar with these tests, but you can use --nocheck flag to makepkg to skip.

Feanor12 commented on 2023-06-24 12:40 (UTC) (edited on 2023-06-24 12:40 (UTC) by Feanor12)

The test currently fails for me:

The following tests FAILED:
      6 - tst_shell (Failed)
      8 - tst_qsettings (Failed)

aabmass commented on 2023-06-17 23:43 (UTC)

I've rewritten the PKGBUILD based on neovim-qt in the extra repo https://archlinux.org/packages/extra/x86_64/neovim-qt/.

LightQuantum commented on 2020-02-02 18:01 (UTC) (edited on 2020-02-02 18:02 (UTC) by LightQuantum)

Maybe 'qt5-svg' should be added to depends?

-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:42 (find_package):
  By not providing "FindQt5Svg.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5Svg", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt5Svg" with any
  of the following names:

    Qt5SvgConfig.cmake
    qt5svg-config.cmake

  Add the installation prefix of "Qt5Svg" to CMAKE_PREFIX_PATH or set
  "Qt5Svg_DIR" to a directory containing one of the above files.  If "Qt5Svg"
  provides a separate development package or SDK, be sure it has been
  installed.


-- Configuring incomplete, errors occurred!

yourealwaysbe commented on 2018-11-16 10:53 (UTC)

Just to check, is the pkgver() as intended? If i replace it with

git describe --long | sed 's/([^-]*-g)/r\1/;s/-/./g'

from here https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git i get a much more up to date version (e.g. it contains a bug fix from June).

chicomag commented on 2017-03-17 20:58 (UTC)

It works also with the armv7h arch.

Stunts commented on 2017-03-17 10:11 (UTC)

@aabmass Confirming that the fix works, I get no more file conflicts. Thanks!

aabmass commented on 2017-03-17 04:29 (UTC)

@Stunts thanks for pointing that out, I don't think it actually caused an issue but I took care of it. Can you confirm that there is no file conflict on /usr/share/nvim/runtime/doc/tags now? Thanks again!

aabmass commented on 2017-03-17 03:30 (UTC)

@Stunts thanks for the comment, I'll look into it.

Stunts commented on 2017-03-06 15:38 (UTC)

There seems to be a problem with files conflicting with "nvim": error: failed to commit transaction (conflicting files) neovim-qt-git: /usr/share/nvim/runtime/doc/tags exists in filesystem pacman -Qo /usr/share/nvim/runtime/doc/tags /usr/share/nvim/runtime/doc/tags is owned by neovim 0.1.7-2 Shouldn't this pacakges' files go to "/usr/share/nvim-qt/..." ? Thanks for looking into it.