Accepting request 35887 from home:vuntz:branches:editors
Copy from home:vuntz:branches:editors/vim via accept of submit request 35887 revision 2. Request was accepted with message: icons. thats what your interested in huh? ;) reviewed okay! OBS-URL: https://build.opensuse.org/request/show/35887 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=14
This commit is contained in:
parent
6c1b033922
commit
45a3908a1c
3
gvim.png
3
gvim.png
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:931f8254408e8981f89e6d75bbcb153d73755e4f7635414d7d811bd358ceb476
|
||||
size 262
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 27 11:48:28 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
- Use the icon from the tarball instead of our custom icon. It
|
||||
looks much better.
|
||||
- Drop gvim.png from the source package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 9 17:01:46 CET 2010 - prusnak@suse.cz
|
||||
|
||||
|
6
vim.spec
6
vim.spec
@ -69,7 +69,6 @@ Source10: README.Japanese-XIM
|
||||
Source13: vitmp.c
|
||||
Source14: vitmp.1
|
||||
Source15: vim132
|
||||
Source16: gvim.png
|
||||
Source18: missing-vim-client
|
||||
Source19: gvim.desktop
|
||||
Source20: spec.skeleton
|
||||
@ -390,6 +389,9 @@ export GUI_OPTIONS="\
|
||||
gcc %{optflags} %{S:13} -o vitmp
|
||||
|
||||
%install
|
||||
#
|
||||
# create icon directory to have the icon from the tarball installed
|
||||
%{__install} -d -m 0755 %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
|
||||
%makeinstall STRIP=:
|
||||
# the last installed binary is gvim. preserve it and
|
||||
# fix its symlinks. e* was added here as it doesnt make much sense in
|
||||
@ -693,7 +695,7 @@ fi
|
||||
%{_bindir}/rgvim
|
||||
# menu icon
|
||||
%{_datadir}/applications/gvim.desktop
|
||||
%{_datadir}/pixmaps/gvim.png
|
||||
%{_datadir}/icons/hicolor/48x48/apps/gvim.png
|
||||
%if 0%{?with_splitted_gvim}
|
||||
|
||||
%files -n gvim-enhanced
|
||||
|
Loading…
Reference in New Issue
Block a user