summaryrefslogtreecommitdiff
path: root/extra/vim
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-21 10:14:45 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-21 10:14:45 +0200
commit564593462ea4dd96fbe4842469b7a0da920a13f2 (patch)
tree18b2e3b9ece473535048dc17c7282662427e6108 /extra/vim
parent81cc989543d935f11be84b3fb0696a57c2d9abd2 (diff)
parent905dec08e7144fe77aad1161778a6c3b74ff305c (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/openssl/PKGBUILD extra/scim/PKGBUILD extra/vim/PKGBUILD testing/cogl/PKGBUILD testing/kmod/PKGBUILD testing/rhythmbox/PKGBUILD
Diffstat (limited to 'extra/vim')
-rw-r--r--extra/vim/PKGBUILD18
1 files changed, 15 insertions, 3 deletions
diff --git a/extra/vim/PKGBUILD b/extra/vim/PKGBUILD
index 428a9a9ef..1af7ebff8 100644
--- a/extra/vim/PKGBUILD
+++ b/extra/vim/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 155972 2012-04-10 13:26:02Z tdziedzic $
+# $Id: PKGBUILD 156508 2012-04-20 01:03:19Z tdziedzic $
# Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com>
# Maintainer: tobias [ tobias at archlinux org ]
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
@@ -10,7 +10,7 @@ _patchlevel=495
__hgrev=a104dae7f903
_versiondir="vim${_topver//./}"
pkgver=${_topver}.${_patchlevel}
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64' 'mips64el')
license=('custom:vim')
url="http://www.vim.org"
@@ -82,7 +82,7 @@ build() {
cd "${srcdir}"/gvim-build
./configure --prefix=/usr --localstatedir=/var/lib/vim \
- --with-features=big --with-compiledby=ArchLinux \
+ --with-features=big --with-compiledby=Parabola \
--enable-gpm --enable-acl --with-x=yes \
--enable-gui=gtk2 --enable-multibyte --enable-cscope \
--enable-netbeans --enable-perlinterp --enable-pythoninterp \
@@ -91,6 +91,18 @@ build() {
make
}
+check() {
+ # disable tests because they seem to freeze
+
+ cd "${srcdir}"/vim-build
+
+ #make test
+
+ cd "${srcdir}"/gvim-build
+
+ #make test
+}
+
package_vim() {
pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor'
depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm')