~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/vim: fix vimdiff dependency on gvim

Milan P. Stanić <mps@arvanta.net>
Details
Message ID
<20190424203400.24388-1-mps@arvanta.net>
Sender timestamp
1556138040
DKIM signature
missing
Download raw message
Patch: +3 -3
remove conflicts in gvim subpackage
---
 main/vim/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/vim/APKBUILD b/main/vim/APKBUILD
index 88a3a4c1c4..661b9fe462 100644
--- a/main/vim/APKBUILD
+++ b/main/vim/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=vim
pkgver=8.1.1075
pkgrel=0
pkgrel=1
pkgdesc="Improved vi-style text editor"
url="https://www.vim.org/"
arch="all"
@@ -80,7 +80,6 @@ package() {

gvim() {
	pkgdesc="advanced text editor, with GUI"
	conflicts="vim"
	provides="vim"
	cd "$builddir"-gvim
	make -j1 DESTDIR="$subpkgdir/" install
@@ -93,7 +92,8 @@ gvim() {

vimdiff() {
	pkgdesc="view file diffs in vim"
	depends="diffutils"
	depends="diffutils vim"
	options="!tracedeps"

	install -d "$subpkgdir"/usr/bin
	mv "$pkgdir"/usr/bin/vimdiff "$subpkgdir"/usr/bin
-- 
2.20.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)