mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:57:14 +08:00
Adding the previously missing dependency 'libxmu' to the gvim PKGBUILD.
This commit is contained in:
parent
56e88fe477
commit
a3d9bceb82
@ -12,12 +12,12 @@ _topver=7.3
|
||||
_patchlevel=138
|
||||
pkgver=${_topver}.${_patchlevel}
|
||||
__hgrev=ea399ac2c1b9
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('i686' 'x86_64')
|
||||
license=('custom:vim')
|
||||
url="http://www.vim.org"
|
||||
makedepends=('gpm' 'perl' 'python>=2.7.1' 'ruby' 'libxt' 'libxext' 'libxpm' 'desktop-file-utils' 'lesstif'
|
||||
'gettext' 'pkgconfig' 'mercurial' 'rsync' 'sed')
|
||||
makedepends=('gpm' 'perl' 'python>=2.7.1' 'ruby' 'libxt' 'libxext' 'libxpm' 'libxmu'
|
||||
'desktop-file-utils' 'lesstif' 'gettext' 'pkgconfig' 'mercurial' 'rsync' 'sed')
|
||||
source=(pythoncomplete.vim::http://www.vim.org/scripts/download_script.php\?src_id=10872
|
||||
vimrc archlinux.vim gvim.desktop)
|
||||
md5sums=('6e7adfbd5d26c1d161030ec203a7f243'
|
||||
@ -129,7 +129,7 @@ package_vim() {
|
||||
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' 'perl' 'python>=2.7.1' 'ruby' 'libxt' 'libxext'
|
||||
'libxpm' 'desktop-file-utils' 'lesstif')
|
||||
'libxpm' 'libxmu' 'desktop-file-utils' 'lesstif')
|
||||
provides=("vim=${pkgver}-${pkgrel}")
|
||||
conflicts=('vim')
|
||||
install=gvim.install
|
||||
|
Loading…
Reference in New Issue
Block a user