public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vim] rawhide: X11: Enable new GTK printing dialog
@ 2026-08-07 8:17 Zdenek Dohnal
0 siblings, 0 replies; only message in thread
From: Zdenek Dohnal @ 2026-08-07 8:17 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/vim
Branch : rawhide
Commit : 0a0e62d90004c8abed183d7553436ac4273f0c28
Author : Zdenek Dohnal <zdohnal@redhat.com>
Date : 2026-08-07T10:17:03+02:00
Stats : +7/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/vim/c/0a0e62d90004c8abed183d7553436ac4273f0c28?branch=rawhide
Log:
X11: Enable new GTK printing dialog
---
diff --git a/vim.spec b/vim.spec
index 89483eb..457cafb 100644
--- a/vim.spec
+++ b/vim.spec
@@ -315,6 +315,9 @@ Conflicts: %{name}-common < 2:9.1.1706-2
# devel of libICE, gtk, libSM, libX11, libXpm and libXt are needed in buildroot
# so configure script can have correct macros enabled for GUI (#1603272)
# generic gnome toolkit for graphical support
+# - new printing backend requires cairo-ps, cairo-pdf, pango and pangocairo.
+# So far those should be included in gtk4-devel and gtk3-devel, but in case
+# they get separated, I mention the dependency as comment
%if %{with gtk4}
BuildRequires: gtk4-devel
%else
@@ -449,6 +452,7 @@ cp -f os_unix.h os_unix.h.save
# --disable-libsodium - disable additional encryption support
# --without-wayland - without Wayland protocol support
# --enable-fips-warning - shows warning when using Vim encryption, which is not FIPS certified
+# --disable-harcopy-pango - enable/disable GTK printing backend
perl -pi -e "s/vimrc/virc/" os_unix.h
%configure \
@@ -461,6 +465,7 @@ perl -pi -e "s/vimrc/virc/" os_unix.h
--exec-prefix=/ \
--disable-canberra \
--disable-gpm \
+ --disable-hardcopy-pango \
--disable-libsodium \
--disable-netbeans \
--disable-perlinterp \
@@ -502,6 +507,7 @@ mv -f os_unix.h.save os_unix.h
--enable-year2038 \
--exec-prefix=%{_prefix} \
--disable-canberra \
+ --disable-hardcopy-pango \
--disable-tclinterp \
--prefix=%{_prefix} \
--with-compiledby="%{bugurl}" \
@@ -565,6 +571,7 @@ cp vim enhanced-vim
--enable-cscope \
--enable-fail-if-missing \
--enable-fips-warning \
+ --enable-hardcopy-pango \
--enable-multibyte \
--enable-python3interp=dynamic \
--enable-socketserver \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 8:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 8:17 [rpms/vim] rawhide: X11: Enable new GTK printing dialog Zdenek Dohnal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox