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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed May 1 04:28:17 UTC 2019


    Date: Wednesday, May 1, 2019 @ 04:28:16
  Author: svenstaro
Revision: 457382

Clean up package a bit and remove old stuff

Modified:
  neovim/trunk/PKGBUILD
Deleted:
  neovim/trunk/neovim.install

----------------+
 PKGBUILD       |    4 +---
 neovim.install |   10 ----------
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-01 02:10:20 UTC (rev 457381)
+++ PKGBUILD	2019-05-01 04:28:16 UTC (rev 457382)
@@ -11,13 +11,11 @@
 license=('custom:neovim')
 depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 'luajit')
 makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
-optdepends=('python2-neovim: for Python 2 plugin support (see :help python)'
-            'python-neovim: for Python 3 plugin support (see :help python)'
+optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
             'xclip: for clipboard support (or xsel) (see :help clipboard)'
             'xsel: for clipboard support (or xclip) (see :help clipboard)')
 source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz)
 sha512sums=('8e7c14df59fdcb0eb03a2dbed5d56ae3b1eadb9aac805e69da03f7e964936721abf6c04ca6bf91d10b4451030f4440814ac445b58a0b06d11c7f6663c1b22019')
-install=neovim.install
 
 build() {
   cmake -Hneovim-${pkgver} -Bbuild -GNinja \

Deleted: neovim.install
===================================================================
--- neovim.install	2019-05-01 02:10:20 UTC (rev 457381)
+++ neovim.install	2019-05-01 04:28:16 UTC (rev 457382)
@@ -1,10 +0,0 @@
-# $1: new package version
-post_install() {
-  echo ":: The Neovim executable is called 'nvim'."
-  echo ":: If you are already familiar with Vim, see ':help nvim-from-vim'"
-  echo "   to get started."
-  echo ":: If you have any questions, check the following page first:"
-  echo "   https://github.com/neovim/neovim/wiki/FAQ"
-}
-
-# vim:set sw=2 sts=2 et:



More information about the arch-commits mailing list