summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2020-05-08 09:41:31 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2020-05-08 09:42:04 +0200
commit78f08e9a1f04ecc6eecb4bab4a148cb4ce30644a (patch)
treefd172e499c01be5f03b0a930b95a6358888df8a5 /media-gfx/inkscape/files
parentprofiles/desktop/gnome: default enable libical[vala] (diff)
downloadgentoo-78f08e9a1f04ecc6eecb4bab4a148cb4ce30644a.tar.gz
gentoo-78f08e9a1f04ecc6eecb4bab4a148cb4ce30644a.tar.bz2
gentoo-78f08e9a1f04ecc6eecb4bab4a148cb4ce30644a.zip
media-gfx/inkscape: synced 9999 from 1.0
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-gfx/inkscape/files')
-rw-r--r--media-gfx/inkscape/files/inkscape-1.0_beta1-detect-imagemagick.patch13
-rw-r--r--media-gfx/inkscape/files/inkscape-1.0_beta1-do-not-compress-man.patch13
2 files changed, 0 insertions, 26 deletions
diff --git a/media-gfx/inkscape/files/inkscape-1.0_beta1-detect-imagemagick.patch b/media-gfx/inkscape/files/inkscape-1.0_beta1-detect-imagemagick.patch
deleted file mode 100644
index ee4becfd1090..000000000000
--- a/media-gfx/inkscape/files/inkscape-1.0_beta1-detect-imagemagick.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
-index 91f93e7..95b2af2 100644
---- a/CMakeScripts/DefineDependsandFlags.cmake
-+++ b/CMakeScripts/DefineDependsandFlags.cmake
-@@ -330,7 +330,7 @@ list(APPEND INKSCAPE_LIBS ${ZLIB_LIBRARIES})
-
- if(WITH_IMAGE_MAGICK)
- # we want "<" but pkg_check_modules only offers "<=" for some reason; let's hope nobody actually has 7.0.0
-- pkg_check_modules(MAGICK ImageMagick++<=7)
-+ pkg_check_modules(MAGICK Magick++<=7)
- if(MAGICK_FOUND)
- set(WITH_GRAPHICS_MAGICK OFF) # prefer ImageMagick for now and disable GraphicsMagick if found
- else()
diff --git a/media-gfx/inkscape/files/inkscape-1.0_beta1-do-not-compress-man.patch b/media-gfx/inkscape/files/inkscape-1.0_beta1-do-not-compress-man.patch
deleted file mode 100644
index c9d395e807e2..000000000000
--- a/media-gfx/inkscape/files/inkscape-1.0_beta1-do-not-compress-man.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeScripts/Pod2man.cmake b/CMakeScripts/Pod2man.cmake
-index eda6292..b94d5af 100644
---- a/CMakeScripts/Pod2man.cmake
-+++ b/CMakeScripts/Pod2man.cmake
-@@ -14,6 +14,8 @@ if(NOT GZIP)
- message(STATUS "Could not find gzip - man pages uncompressed")
- endif()
-
-+set(GZIP "")
-+
- macro(pod2man PODFILE_FULL RELEASE SECTION CENTER)
- get_filename_component(PODFILE ${PODFILE_FULL} NAME)
- string(REPLACE "." ";" PODFILE_LIST ${PODFILE})