public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Zdenek Dohnal <zdohnal@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/vim] rawhide: X11: Enable new GTK printing dialog
Date: Fri, 07 Aug 2026 08:17:09 GMT [thread overview]
Message-ID: <178609062927.1.12730791883655717800.rpms-vim-0a0e62d90004@fedoraproject.org> (raw)
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 \
reply other threads:[~2026-08-07 8:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178609062927.1.12730791883655717800.rpms-vim-0a0e62d90004@fedoraproject.org \
--to=zdohnal@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox