]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.0029: the bitmaps/vim.ico file is not in the distribution v9.0.0029
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Jul 2022 16:58:23 +0000 (17:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Jul 2022 16:58:23 +0000 (17:58 +0100)
Problem:    The bitmaps/vim.ico file is not in the distribution.
Solution:   Add it back to the distribution.  Adjust the build rules to have
            it end up in the right place.

Filelist
Makefile
runtime/bitmaps/vim.ico [new file with mode: 0644]
src/version.c

index 4dede18a87761e951df772b8b8f915d485dfba9b..202d54bfc6cb913b8f63e99282b7f45c15456665 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -624,6 +624,7 @@ SRC_DOS_BIN =       \
                src/xpm/x86/lib-vc14/libXpm.lib \
                src/xpm/x86/lib/libXpm.a \
                src/xpm/x86/lib/libXpm.lib \
+               runtime/bitmaps/vim.ico \
                nsis/icons.zip \
 
 # source files for Amiga, DOS, etc. (also in the extra archive)
index 5b5c8bded7374129e9a354de058100553941afd8..622f93b875465d6ae86c2d52db769ecfd94f56b7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -414,6 +414,7 @@ dossrc: dist no_title.vim dist/$(COMMENT_SRC) \
        tar cf - \
                $(SRC_ALL) \
                $(SRC_DOS) \
+               $(SRC_DOS_BIN) \
                $(SRC_AMI_DOS) \
                $(SRC_DOS_UNIX) \
                runtime/doc/uganda.nsis.txt \
@@ -423,9 +424,6 @@ dossrc: dist no_title.vim dist/$(COMMENT_SRC) \
        rmdir dist/vim/$(VIMRTDIR)/runtime
        # This file needs to be in dos fileformat for NSIS.
        $(VIM) -e -X -u no_title.vim -c ":set tx|wq" dist/vim/$(VIMRTDIR)/doc/uganda.nsis.txt
-       tar cf - \
-               $(SRC_DOS_BIN) \
-               | (cd dist/vim/$(VIMRTDIR); tar xf -)
        cd dist && zip -9 -rD -z vim$(VERSION)src.zip vim <$(COMMENT_SRC)
 
 runtime/doc/uganda.nsis.txt: runtime/doc/uganda.txt
diff --git a/runtime/bitmaps/vim.ico b/runtime/bitmaps/vim.ico
new file mode 100644 (file)
index 0000000..6e998b7
Binary files /dev/null and b/runtime/bitmaps/vim.ico differ
index 77be61cf89836463d300dfc6ba38acb3dcc6f9a7..3c6efdf5d2d67ff9752339821c6dab7ff32be42d 100644 (file)
@@ -735,6 +735,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    29,
 /**/
     28,
 /**/