[arch-commits] Commit in vim/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Wed Apr 27 22:15:18 UTC 2016
Date: Thursday, April 28, 2016 @ 00:15:18
Author: anatolik
Revision: 266335
desktop-file-utils dependency is not needed anymore because of hooks
Modified:
vim/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-27 19:51:54 UTC (rev 266334)
+++ PKGBUILD 2016-04-27 22:15:18 UTC (rev 266335)
@@ -13,7 +13,7 @@
arch=(i686 x86_64)
license=('custom:vim')
url='http://www.vim.org'
-makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 gtk3 lua gawk tcl)
+makedepends=(gpm python2 python ruby libxt gtk2 gtk3 lua gawk tcl)
source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
vimrc
archlinux.vim)
@@ -163,7 +163,7 @@
package_gvim() {
pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor (with advanced features, such as a GUI)'
- depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'libxt' 'desktop-file-utils' 'gtk2')
+ depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'libxt' 'gtk2')
optdepends=('python2: Python 2 language support'
'python: Python 3 language support'
'ruby: Ruby language support'
More information about the arch-commits
mailing list