X-Original-To: alpine-devel@lists.alpinelinux.org Received: from fx.arvanta.net (static-213-198-238-194.adsl.eunet.rs [213.198.238.194]) by lists.alpinelinux.org (Postfix) with ESMTP id 2BE9BF81603 for ; Tue, 23 Apr 2019 16:55:20 +0000 (UTC) Received: from arya.arvanta.net (arya.arvanta.net [10.5.1.6]) by fx.arvanta.net (Postfix) with ESMTP id 230F24F9E for ; Tue, 23 Apr 2019 18:55:19 +0200 (CEST) Date: Tue, 23 Apr 2019 18:55:19 +0200 From: Milan =?utf-8?Q?P=2E_Stani=C4=87?= To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] vim fix and/or change Message-ID: <20190423165519.GA12050@arya.arvanta.net> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.11.2 (2019-01-07) Hi, Vim in current state in edge is somewhat problematic because vimdiff subpackage depends on gvim (which is subpackage of vim) and gvim conflicts with vim through 'provides"vim"' option. I fixed this in my local build, but after looking at the current status I think that vim needs a little more work. My thoughts are about these: Make vim-runtime subpackage with runtime files which is shared by vim and gvim and set these to depend on vim-runtime. Make small vim package (vim-basic, vim-tiny) which doesn't depends on vim-runtime and 'conflicts' with vim and gvim. Make vimdiff which depends on vim or gvim, and on diffutils. Does this make sense or just fix vimdiff dependency on gvim is enough? -- regards --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---