summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2017-02-19 21:50:28 +0100
committerPeter Mattern2017-02-19 21:50:28 +0100
commitab3eb0f8c1438f9b35aab5f2eb059b596f58951b (patch)
treeee18da02d0fb508d59b0a2bb8ac208a8652cfe8b
parentf00d1a524586118ccf212776efb7685dcb9a8cc9 (diff)
downloadaur-ab3eb0f8c1438f9b35aab5f2eb059b596f58951b.tar.gz
Don't provide desktop entry files
Meanwhile provided by upstream but included in {gvim,vim-minimal}-git.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 429bef17dcba..b7eeabaa69b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Feb 19 20:50:16 UTC 2017
pkgbase = vim-runtime-git
pkgdesc = Vim the editor. Components used by vim-minimal-git and gvim-git.
- pkgver = 7.4.824
+ pkgver = 8.0.0342
pkgrel = 1
url = http://www.vim.org
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 3b77f293cc40..8d91dd9d1a1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=vim
pkgname=$_pkgname-runtime-git
-pkgver=7.4.824
+pkgver=8.0.0342
pkgrel=1
pkgdesc="Vim the editor. Components used by vim-minimal-git and gvim-git."
arch=("i686" "x86_64")
@@ -56,10 +56,9 @@ package() {
cd $_pkgname
make DESTDIR=$pkgdir install
- # move components provided by vim-minimal-git and gvim-git out of the way
+ # remove components provided by vim-minimal-git and gvim-git
cd $pkgdir
- rm -R usr/bin
- rm -R usr/share/man
+ rm -R usr/bin usr/share/{applications,man}
# add license
install -D -m644 $srcdir/$_pkgname/runtime/doc/uganda.txt \