all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#65873] [PATCH 0/5] Xfig module refactoring
@ 2023-09-11 18:51 Bruno Victal
  2023-09-11 18:54 ` [bug#65873] [PATCH 1/5] gnu: xfig: Use G-Expressions Bruno Victal
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Bruno Victal @ 2023-09-11 18:51 UTC (permalink / raw)
  To: 65873; +Cc: Bruno Victal

Bruno Victal (5):
  gnu: xfig: Use G-Expressions.
  gnu: Add fig2dev.
  gnu: transfig: Remove package.
  gnu: texlive-latex-make: Update description.
  gnu: xfig: Update to 3.2.9.

 gnu/local.mk                                  |   4 +-
 gnu/packages/docbook.scm                      |   2 +-
 .../patches/transfig-gcc10-fno-common.patch   |  33 ---
 ...-error-message-for-missing-libraries.patch |  39 ++++
 ...double-free-when-requesting-MediaBox.patch |  58 +++++
 ...ig-to-set-fontconfig-CFLAGS-and-LIBS.patch |  89 ++++++++
 gnu/packages/photo.scm                        |   3 +-
 gnu/packages/tex.scm                          |   2 +-
 gnu/packages/xfig.scm                         | 214 +++++++++---------
 9 files changed, 305 insertions(+), 139 deletions(-)
 delete mode 100644 gnu/packages/patches/transfig-gcc10-fno-common.patch
 create mode 100644 gnu/packages/patches/xfig-Enable-error-message-for-missing-libraries.patch
 create mode 100644 gnu/packages/patches/xfig-Fix-double-free-when-requesting-MediaBox.patch
 create mode 100644 gnu/packages/patches/xfig-Use-pkg-config-to-set-fontconfig-CFLAGS-and-LIBS.patch


base-commit: ab971e9c1922ae6eeec47401cb589ae15f29e15f
-- 
2.40.1





^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-10-01  8:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-11 18:51 [bug#65873] [PATCH 0/5] Xfig module refactoring Bruno Victal
2023-09-11 18:54 ` [bug#65873] [PATCH 1/5] gnu: xfig: Use G-Expressions Bruno Victal
2023-09-11 18:54 ` [bug#65873] [PATCH 2/5] gnu: Add fig2dev Bruno Victal
2023-09-11 18:54 ` [bug#65873] [PATCH 3/5] gnu: transfig: Remove package Bruno Victal
2023-09-11 18:54 ` [bug#65873] [PATCH 4/5] gnu: texlive-latex-make: Update description Bruno Victal
2023-09-11 18:54 ` [bug#65873] [PATCH 5/5] gnu: xfig: Update to 3.2.9 Bruno Victal
2023-09-24 15:30 ` [bug#65873] [PATCH v2 0/3] Xfig module refactoring Bruno Victal
2023-09-24 15:30   ` [bug#65873] [PATCH v2 1/3] gnu: xfig: Use G-Expressions Bruno Victal
2023-09-24 15:30   ` [bug#65873] [PATCH v2 2/3] gnu: Add fig2dev Bruno Victal
2023-09-24 15:30   ` [bug#65873] [PATCH v2 3/3] gnu: xfig: Update to 3.2.9 Bruno Victal
2023-10-01  8:19     ` bug#65873: " Liliana Marie Prikler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.