[packages/vim] up to 9.2.0171
atler
atler at pld-linux.org
Sun Mar 15 14:42:23 CET 2026
commit 445ba6a32d928f4befc4dd20f341f3547933973f
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Mar 15 14:42:00 2026 +0100
up to 9.2.0171
parallel-wayland-gen.patch | 16 ----------------
vim-po-syntax.patch | 4 ++--
vim.spec | 6 ++----
3 files changed, 4 insertions(+), 22 deletions(-)
---
diff --git a/vim.spec b/vim.spec
index 478aa15..a3d379a 100644
--- a/vim.spec
+++ b/vim.spec
@@ -31,7 +31,7 @@
# wget ftp://ftp.vim.org/pub/editors/vim/patches/8.0/MD5SUMS -O - | tail -n1 | awk '{print $2}'
# VCS Commits: https://github.com/vim/vim/commits/master
-%define ver 9.2.0010
+%define ver 9.2.0171
%define rel 1
Summary: Vi IMproved - a Vi clone
Summary(de.UTF-8): VIsual editor iMproved
@@ -52,7 +52,7 @@ License: Charityware
Group: Applications/Editors/Vim
#TODO: https://github.com/vim/vim/archive/v%{ver}/%{name}-%{ver}.tar.gz
Source0: https://github.com/vim/vim/archive/v%{ver}.tar.gz
-# Source0-md5: 27ce7a2f42d7e4917bb57258cd03d2d5
+# Source0-md5: 91b7b65cadd7b471af1495279b2f9e97
Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
# Source1-md5: bc4d1e115ca506ad7751b9bd2b773a7f
Source2: http://skawina.eu.org/mikolaj/usr_doc_pl.zip
@@ -73,7 +73,6 @@ Source32: oceandeep.vim
# http://www.vim.org/scripts/script.php?script_id=1464 (2.6.5)
Source33: moria.vim
Patch0: %{name}-sysconfdir.patch
-Patch1: parallel-wayland-gen.patch
Patch2: %{name}-paths.patch
Patch5: %{name}-awk.patch
@@ -768,7 +767,6 @@ cp -p runtime/gvim.desktop gvim-gtk.desktop
cp -p runtime/gvim.desktop gvim-motif.desktop
%patch -P0 -p1
-%patch -P1 -p1
%patch -P2 -p1
%patch -P5 -p1
diff --git a/parallel-wayland-gen.patch b/parallel-wayland-gen.patch
deleted file mode 100644
index 35f6ef4..0000000
--- a/parallel-wayland-gen.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- vim-9.2.0/src/Makefile.orig 2026-02-15 20:52:38.188899899 +0100
-+++ vim-9.2.0/src/Makefile 2026-02-15 20:56:26.392881918 +0100
-@@ -1610,8 +1610,11 @@
- gui_beval.c netbeans.c job.c channel.c \
- $(GRESOURCE_SRC)
-
--$(WAYLAND_SRC):
-- cd auto/wayland; $(MAKE)
-+$(WAYLAND_SRC): gen-wayland-srcs
-+
-+.PHONY: gen-wayland-srcs
-+gen-wayland-srcs:
-+ $(MAKE) -C auto/wayland
-
- # Needed for parallel jobs to work
- auto/wayland/ext-data-control-v1.h: auto/wayland/ext-data-control-v1.c
diff --git a/vim-po-syntax.patch b/vim-po-syntax.patch
index 38a5374..2b06dfb 100644
--- a/vim-po-syntax.patch
+++ b/vim-po-syntax.patch
@@ -1,9 +1,9 @@
--- vim-9.1.0905/runtime/syntax/po.vim~ 2024-12-04 20:31:43.000000000 +0100
+++ vim-9.1.0905/runtime/syntax/po.vim 2024-12-04 21:09:52.719975448 +0100
@@ -21,6 +21,7 @@ syn match poStatementMsgCTxt "^msgctxt"
- syn match poStatementMsgidplural "^msgid_plural" contained
+ syn match poStatementMsgidplural "^msgid_plural\>" contained
syn match poPluralCaseN "[0-9]" contained
- syn match poStatementMsgstr "^msgstr\(\[[0-9]\]\)" contains=poPluralCaseN
+ syn match poStatementMsgstr "^msgstr\%(\[[0-9]\]\)" contains=poPluralCaseN
+syn match poUntranslated /^msgstr\s\+""\n\n/
" Simple HTML and XML highlighting
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/445ba6a32d928f4befc4dd20f341f3547933973f
More information about the pld-cvs-commit
mailing list