summaryrefslogtreecommitdiff
path: root/libre/vim
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-04-21 14:02:44 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-04-21 14:02:44 -0500
commit72218b3a454ffeb07f62e1b81d1c2cd6058e139c (patch)
tree062461f76e3ff9e897fc96489b8b990dbe491e83 /libre/vim
parent4d9a47a1e9e4a214057db1c34b32de1c57097071 (diff)
downloadabslibre-72218b3a454ffeb07f62e1b81d1c2cd6058e139c.tar.gz
abslibre-72218b3a454ffeb07f62e1b81d1c2cd6058e139c.tar.bz2
abslibre-72218b3a454ffeb07f62e1b81d1c2cd6058e139c.zip
vim-8.0.1542-2.parabola2: rebuild
Diffstat (limited to 'libre/vim')
-rw-r--r--libre/vim/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/vim/PKGBUILD b/libre/vim/PKGBUILD
index c1184972b..1feeef953 100644
--- a/libre/vim/PKGBUILD
+++ b/libre/vim/PKGBUILD
@@ -17,7 +17,7 @@ pkgbase=vim
pkgname=('vim' 'gvim' 'vim-runtime')
pkgver=8.0.1542
_versiondir=80
-pkgrel=2.parabola1
+pkgrel=2.parabola2
pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor'
url='http://www.vim.org'
arch=('x86_64' 'i686' 'armv7h')
@@ -136,8 +136,8 @@ package_vim-runtime() {
install -Dm 644 runtime/rgb.txt \
"${pkgdir}"/usr/share/vim/vim${_versiondir}/rgb.txt
- # remove gvim.desktop as not included
- rm "${pkgdir}"/usr/share/applications/gvim.desktop
+ # no desktop files and icons
+ rm -r "${pkgdir}"/usr/share/{applications,icons}
# license
install -dm 755 "${pkgdir}"/usr/share/licenses/vim-runtime
@@ -178,8 +178,8 @@ package_vim() {
# Runtime provided by runtime package
rm -r "${pkgdir}"/usr/share/vim
- # no desktop files and icons
- rm -r "${pkgdir}"/usr/share/{applications,icons}
+ # remove gvim.desktop as not included
+ rm "${pkgdir}"/usr/share/applications/gvim.desktop
# license
install -Dm 644 runtime/doc/uganda.txt \