summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2015-12-12 00:02:02 +0100
committerPeter Mattern2015-12-12 00:12:43 +0100
commitc65452f55b778329d83bd6777c7bf7ec4878f4c2 (patch)
tree26f825988522d65c79f40ac16ecc541396376e2c /PKGBUILD
parent33b7173fc79bbbf0f801aaa7724dbadd4cad498f (diff)
downloadaur-vim-qt-qt5-git.tar.gz
MIME type handling
complement vim-qt.desktop with key MimeType, have .INSTALL run update-desktop-database (plus some minor polish)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ac2eae15cd8..b9fcbe5296be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@
_pkgname=vim-qt
pkgname=$_pkgname-qt5-git
pkgver=20130201.47.ge1ebbe8
-pkgrel=1
+pkgrel=2
pkgdesc="An experimental Qt GUI for Vim. Built against Qt5."
arch=("i686" "x86_64")
url="https://bitbucket.org/equalsraf/vim-qt"
license=("unknown" "custom:vim")
-depends=("gpm" "gawk" "qt5-base" "libxkbcommon-x11" "hicolor-icon-theme" "gtk-update-icon-cache")
+depends=("gpm" "gawk" "qt5-base" "libxkbcommon-x11" "gtk-update-icon-cache" "desktop-file-utils")
optdepends=("lua: Lua interpreter" "python: Python 3 interpreter" "python2: Python 2 interpreter"
"ruby: Ruby interpreter")
makedepends=("git" "lua" "python" "python2" "ruby")
@@ -23,11 +23,11 @@ provides=("$_pkgname" "$_pkgname-git" "qvim"
"xxd")
conflicts=("$_pkgname" "$_pkgname-git" "qvim"
"vim-runtime" "vim" "vim-minimal" "vim-python3" "gvim" "gvim-python3")
-install=vim-qt-git.install
+install=vim-qt-qt5-git.install
source=("git+https://github.com/equalsraf/vim-qt.git"
"vim-qt.desktop")
sha256sums=("SKIP"
- "ad2fe7c3d8436d2f62e251b9081512e37726c024ed4aac9534764749904f68d6")
+ "0ff453488a4b04b6364e6a6a8fd17cf0bfe66ef2c19fd39cc9263d99845a0db5")
pkgver() {
cd $_pkgname