pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/vim-gtk3 Add GTK3 gui package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3647e2d9d2b
branches:  trunk
changeset: 353417:d3647e2d9d2b
user:      morr <morr%pkgsrc.org@localhost>
date:      Tue Oct 04 17:56:48 2016 +0000

description:
Add GTK3 gui package

diffstat:

 editors/vim-gtk3/DESCR    |  10 ++++++++++
 editors/vim-gtk3/Makefile |  47 +++++++++++++++++++++++++++++++++++++++++++++++
 editors/vim-gtk3/PLIST    |  12 ++++++++++++
 3 files changed, 69 insertions(+), 0 deletions(-)

diffs (81 lines):

diff -r ff089fd84371 -r d3647e2d9d2b editors/vim-gtk3/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/vim-gtk3/DESCR    Tue Oct 04 17:56:48 2016 +0000
@@ -0,0 +1,10 @@
+Vim is an almost compatible version of the UNIX editor Vi.  Many new features
+have been added: multi level undo, syntax highlighting, command line history,
+on-line help, filename completion, block operations, etc.
+
+If you are building the package from source you may want to enable some
+features such as a perl or python interpreter which are not enabled by
+default.
+
+This version also contains a X11 GTK+ GUI. If you don't have X11,
+look at the `vim' package instead.
diff -r ff089fd84371 -r d3647e2d9d2b editors/vim-gtk3/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/vim-gtk3/Makefile Tue Oct 04 17:56:48 2016 +0000
@@ -0,0 +1,47 @@
+# $NetBSD: Makefile,v 1.1 2016/10/04 17:56:48 morr Exp $
+
+PKGNAME=       vim-gtk3-${VIM_VERSION}.${VIM_PATCHLEVEL}
+
+COMMENT=       Vim editor (vi clone) with X11 GTK2 GUI
+
+PKG_SUPPORTED_OPTIONS+=        gnome
+
+.include               "../../editors/vim-share/Makefile.common"
+
+
+DEPENDS+=              vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share
+CONFLICTS+=            vim-[0-9]* vim-gtk-[0-9]* vim-motif-[0-9]* vim-gtk2-[0-9]*
+CONFLICTS+=            vim-xaw-[0-9]* vim-kde-[0-9]*
+
+CONFIGURE_ARGS+=       --with-tlib=${BUILDLINK_LIBNAME.termcap}
+
+CONFIGURE_ARGS+=       --enable-gui=gtk3
+
+USE_TOOLS+=            pkg-config
+
+BUILD_TARGET=          vim
+INSTALL_TARGET=                installvimbin
+
+INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
+
+CHECK_INTERPRETER_SKIP+=${PKGMANDIR}/man1/gvim.1 ${PKGMANDIR}/man1/gview.1
+CHECK_INTERPRETER_SKIP+=${PKGMANDIR}/man1/rgvim.1 ${PKGMANDIR}/man1/rgview.1
+
+post-install:
+.for f in gvim.1 gview.1 rgvim.1 rgview.1
+       ${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${f}
+       ${LN} -s vim.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${f}
+.endfor
+.for f in gvim gview rgvim rgview rvim rview
+       ${RM} -f ${DESTDIR}${PREFIX}/bin/${f}
+       ${LN} -s vim ${DESTDIR}${PREFIX}/bin/${f}
+.endfor
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+
+.include "../../mk/termcap.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ff089fd84371 -r d3647e2d9d2b editors/vim-gtk3/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/vim-gtk3/PLIST    Tue Oct 04 17:56:48 2016 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2016/10/04 17:56:48 morr Exp $
+bin/gview
+bin/gvim
+bin/rgview
+bin/rgvim
+bin/rview
+bin/rvim
+bin/vim
+man/man1/gview.1
+man/man1/gvim.1
+man/man1/rgview.1
+man/man1/rgvim.1



Home | Main Index | Thread Index | Old Index