ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / editor / vim / gvim.p5m
blob29e92f8be614c6acdf48338b18404cad555704d1
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2018, Michal Nowak
25 # Copyright 2020, Nona Hansel
28 set name=pkg.fmri \
29     value=pkg:/editor/gvim@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
30 set name=pkg.human-version value=$(HUMAN_VERSION)
31 set name=pkg.summary value="Vi IMproved (GUI)"
32 set name=pkg.description \
33     value="GVim is the graphical interface to vim, found in editor/vim."
34 set name=com.oracle.info.description value="the Vi IMproved text editor (GUI)"
35 set name=info.classification \
36     value=org.opensolaris.category.2008:Development/Editors \
37     value="org.opensolaris.category.2008:System/Text Tools"
38 set name=info.upstream value=vim-dev@vim.org
39 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
40 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
41 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
43 link path=usr/bin/gview target=gvim
44 file path=usr/bin/gvim
45 link path=usr/bin/gvimdiff target=gvim
46 file path=usr/bin/gvimtutor
47 link path=usr/bin/rgview target=gvim
48 link path=usr/bin/rgvim target=gvim
49 file path=usr/share/applications/vim.desktop
50 file path=usr/share/applications/gvim.desktop
51 file path=usr/share/icons/hicolor/48x48/apps/gvim.png
52 file path=usr/share/icons/locolor/16x16/apps/gvim.png
53 file path=usr/share/icons/locolor/32x32/apps/gvim.png
54 link path=usr/share/man/man1/gvim.1 target=vim.1
55 link path=usr/share/man/man1/gvimdiff.1 target=vimdiff.1
56 file path=usr/share/vim/vim91/gvimrc_example.vim
58 license license license="VIM License"
60 depend type=require fmri=editor/vim@$(IPS_COMPONENT_VERSION)