mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
43395dd244
* gnu/packages/graphics.scm (pstoedit): Update to 4.00. [source]: Apply patches. [arguments]: New field. [inputs]: Remove labels. Add glib and pango. * gnu/packages/patches/pstoedit-fix-gcc12.patch: New file. * gnu/packages/patches/pstoedit-fix-plainC.patch: Likewise. * gnu/packages/patches/pstoedit-pkglibdir.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Register them. Change-Id: Ia17dae0ebc3e08b573b02431b10cc689a72a07dd
19 lines
628 B
Diff
19 lines
628 B
Diff
Retrieved from Fedora: https://src.fedoraproject.org/rpms/pstoedit/tree
|
|
|
|
--- a/config/pstoedit.pc.orig.in 2018-04-16 14:26:28.000000000 +0200
|
|
+++ b/config/pstoedit.pc.in 2020-10-05 14:37:16.750980762 +0200
|
|
@@ -1,7 +1,7 @@
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
-includedir=@includedir@
|
|
+includedir=@includedir@/pstoedit
|
|
|
|
Name: pstoedit
|
|
Description: converts PostScript(TM) and PDF files to other vector graphic formats
|
|
@@ -8,4 +8,4 @@
|
|
Version: @VERSION@.0
|
|
Requires:
|
|
Libs: -L@libdir@ -lpstoedit @CXX_STD_LIB@ @CXX_RUNTIME_LIB@ @LIBLD_LDFLAGS@
|
|
-Cflags: -I@includedir@
|
|
+Cflags: -I@includedir@/pstoedit
|