enable sounds for gvim
This commit is contained in:
parent
8199cda9c1
commit
e8094fb54a
6
vim.spec
6
vim.spec
@ -178,6 +178,8 @@ packages that add vim files, p.e. additional syntax files or filetypes.
|
|||||||
Summary: The VIM version of the vi editor for the X Window System - GVim
|
Summary: The VIM version of the vi editor for the X Window System - GVim
|
||||||
# needed in configure script to have correct macros enabled for GUI (#1603272)
|
# needed in configure script to have correct macros enabled for GUI (#1603272)
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
|
# for sound support
|
||||||
|
BuildRequires: libcanberra-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libXt-devel
|
BuildRequires: libXt-devel
|
||||||
@ -330,7 +332,8 @@ mv -f ex_cmds.c.save ex_cmds.c
|
|||||||
%else
|
%else
|
||||||
--disable-luainterp \
|
--disable-luainterp \
|
||||||
%endif
|
%endif
|
||||||
--enable-fail-if-missing
|
--enable-fail-if-missing \
|
||||||
|
--enable-canberra
|
||||||
|
|
||||||
%make_build VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/%{vimdir}
|
%make_build VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/%{vimdir}
|
||||||
cp vim gvim
|
cp vim gvim
|
||||||
@ -783,6 +786,7 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 18 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1412-2
|
* Tue Aug 18 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1412-2
|
||||||
- F33 got branched, updates-testing isn't enabled for it yet
|
- F33 got branched, updates-testing isn't enabled for it yet
|
||||||
|
- enable sounds for gvim
|
||||||
|
|
||||||
* Mon Aug 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1412-1
|
* Mon Aug 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1412-1
|
||||||
- patchlevel 1412
|
- patchlevel 1412
|
||||||
|
Loading…
Reference in New Issue
Block a user