desktop/vim-qt: Added (Qt gui for Vim).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4224d9f9e8
commit
3f804ccb5f
|
@ -0,0 +1,3 @@
|
|||
vim-Qt an experimental Qt gui for Vim.
|
||||
|
||||
There are some additional features which are unique to vim-qt.
|
|
@ -0,0 +1,7 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications
|
||||
fi
|
||||
|
||||
if [ -x /usr/bin/update-mime-database ]; then
|
||||
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
|
||||
fi
|
|
@ -0,0 +1,87 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Vim Qt
|
||||
GenericName=Text Editor
|
||||
GenericName[af]=Teks Redigeerder
|
||||
GenericName[ar]=محرر نصوص
|
||||
GenericName[az]=Mətn Editoru
|
||||
GenericName[be]=Тэкставы рэдактар
|
||||
GenericName[bg]=Текстов редактор
|
||||
GenericName[bn]=টেক্সট সম্পাদক
|
||||
GenericName[br]=Aozer skrid
|
||||
GenericName[bs]=Tekst editor
|
||||
GenericName[ca]=Editor de text
|
||||
GenericName[cs]=Textový editor
|
||||
GenericName[cy]=Golygydd Testun
|
||||
GenericName[da]= Teksteditor
|
||||
GenericName[de]=Texteditor
|
||||
GenericName[el]=Επεξεργαστής κειμένου
|
||||
GenericName[eo]=Tekstredaktilo
|
||||
GenericName[es]=Editor de texto
|
||||
GenericName[et]=Tekstiredaktor
|
||||
GenericName[eu]=Testu editorea
|
||||
GenericName[fa]=ویرایشگر متن
|
||||
GenericName[fi]=Tekstieditori
|
||||
GenericName[fo]=Tekstritil
|
||||
GenericName[fr]=Éditeur de texte
|
||||
GenericName[fy]=Tekst Bewurker
|
||||
GenericName[ga]=Eagarthóir Téacs
|
||||
GenericName[gl]=Editor de Textos
|
||||
GenericName[he]=עורך טקסט
|
||||
GenericName[hi]=पाठ संपादक
|
||||
GenericName[hr]=Uređivač teksta
|
||||
GenericName[hsb]=Wobdźěłar tekstow
|
||||
GenericName[hu]=Szövegszerkesztő
|
||||
GenericName[is]=Textaritill
|
||||
GenericName[it]=Editor di testi
|
||||
GenericName[ja]=テキストエディタ
|
||||
GenericName[km]=កម្មវិធីវាយអត្ថបទ
|
||||
GenericName[ko]=글월 편집기
|
||||
GenericName[lo]=ເຄື່ອງມືແກ້ໄຂຂໍ້ຄວາມ
|
||||
GenericName[lt]=Teksto rengyklė
|
||||
GenericName[lv]=Teksta Redaktors
|
||||
GenericName[mk]=Уредувач на текст
|
||||
GenericName[mn]=Текст боловсруулагч
|
||||
GenericName[ms]=Penyunting Teks
|
||||
GenericName[mt]=Editur tat-test
|
||||
GenericName[nb]=Skriveprogram
|
||||
GenericName[nds]=Texteditor
|
||||
GenericName[nl]=Teksteditor
|
||||
GenericName[nn]=Skriveprogram
|
||||
GenericName[nso]=Mofetosi wa Sengwalwana
|
||||
GenericName[pa]=ਪਾਠ ਸੰਪਾਦਕ
|
||||
GenericName[pl]=Edytor tekstu
|
||||
GenericName[pt]=Editor de Texto
|
||||
GenericName[pt_BR]=Editor de Texto
|
||||
GenericName[ro]=Editor de text
|
||||
GenericName[ru]=Текстовый редактор
|
||||
GenericName[rw]=Muhinduzi Umwandiko
|
||||
GenericName[se]=Čállinprográmma
|
||||
GenericName[sk]=Textový editor
|
||||
GenericName[sl]=Urejevalnik besedil
|
||||
GenericName[sr]=Уређивач текста
|
||||
GenericName[sr@Latn]=Uređivač teksta
|
||||
GenericName[ss]=Sihleli sembhalo
|
||||
GenericName[sv]=Texteditor
|
||||
GenericName[ta]=உரை தொகுப்பாளர்
|
||||
GenericName[tg]=Муҳаррири матн
|
||||
GenericName[th]=โปรแกรมแก้ไขข้อความ
|
||||
GenericName[tr]=Metin Düzenleyici
|
||||
GenericName[tt]=Mäten Tözätkeçe
|
||||
GenericName[uk]=Редактор текстів
|
||||
GenericName[uz]=Матн таҳрирчи
|
||||
GenericName[ven]=Musengulusi wa Manwalwa
|
||||
GenericName[vi]=Trình soạn văn bản
|
||||
GenericName[wa]=Aspougneu di tecse
|
||||
GenericName[xh]=Umhleli Wombhalo
|
||||
GenericName[zh_CN]=文本编辑器
|
||||
GenericName[zh_TW]=文字編輯器
|
||||
GenericName[zu]=Umlungisi wombhalo
|
||||
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
|
||||
Exec=qvim -f %f
|
||||
Icon=vim-qt.png
|
||||
Type=Application
|
||||
Terminal=false
|
||||
X-KDE-StartupNotify=true
|
||||
X-KDE-AuthorizeAction=shell_access
|
||||
Categories=TextEditor;
|
|
@ -0,0 +1,19 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
vim-qt: vim-qt (Qt gui for Vim)
|
||||
vim-qt:
|
||||
vim-qt: vim-qt is an experimental Qt gui for Vim.
|
||||
vim-qt:
|
||||
vim-qt:
|
||||
vim-qt:
|
||||
vim-qt:
|
||||
vim-qt:
|
||||
vim-qt:
|
||||
vim-qt:
|
||||
vim-qt:
|
|
@ -0,0 +1,123 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SlackBuild script for vim-qt
|
||||
|
||||
# Copyright 2013 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are
|
||||
# met:
|
||||
#
|
||||
# * Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=vim-qt
|
||||
SRCREV=83a6ff8b0f1c
|
||||
VERSION=${VERSION:-20131121}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
GUI=${GUI:-yes}
|
||||
|
||||
if [ "$GUI" = "yes" ] ; then
|
||||
SHP2PGSQL_GUI="--with-gui"
|
||||
fi
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf equalsraf-$PRGNAM-$SRCREV
|
||||
tar xvf $CWD/package-$VERSION.tar.bz2
|
||||
cd equalsraf-$PRGNAM-$SRCREV
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# from here on out, we want to follow the vim/gvim SlackBuilds as much as possible
|
||||
PYVER=$(python -V 2>&1 | cut -f 2 -d' ' | cut -f 1-2 -d.)
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
LDFLAGS="$SLKLDFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-pythoninterp \
|
||||
--with-python-config-dir=/usr/lib${LIBDIRSUFFIX}/python$PYVER/config \
|
||||
--enable-perlinterp \
|
||||
--disable-tclinterp \
|
||||
--enable-multibyte \
|
||||
--enable-cscope \
|
||||
--with-features=huge \
|
||||
--enable-gui=qt \
|
||||
--with-qt-dir=/usr/lib${LIBDIRSUFFIX}/qt \
|
||||
--with-vim-name=qvim \
|
||||
--build=$ARCH-slackware-linux
|
||||
make
|
||||
|
||||
# only install the qvim executable
|
||||
mkdir -p $PKG/usr/bin
|
||||
cp src/qvim $PKG/usr/bin
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/share/{applications,pixmaps}
|
||||
cp -a $CWD/qvim.desktop $PKG/usr/share/applications
|
||||
cp -a src/qt/icons/vim-qt.png $PKG/usr/share/pixmaps
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
README.md \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
|
@ -0,0 +1,10 @@
|
|||
PRGNAM="vim-qt"
|
||||
VERSION="20131121"
|
||||
HOMEPAGE="https://bitbucket.org/equalsraf/vim-qt"
|
||||
DOWNLOAD="https://bitbucket.org/equalsraf/vim-qt/get/package-20131121.tar.bz2"
|
||||
MD5SUM="d81df70e2c7d3d8958f014a53ae3c433"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Benjamin Trigona-Harany"
|
||||
EMAIL="slackbuilds@jaxartes.net"
|
Loading…
Reference in New Issue