1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Description: Avoid installing a non-free files
* GenericCMYK triggers the "license-problem-md5sum-non-free-file
scribus/profiles/GenericCMYK.icm usual name is Fogra27L.icm." lintian error.
Author: Mattia Rizzolo <mattia@mapreri.org>
Bug-Debian: https://bugs.debian.org/741666
Forwarded: not-needed
Last-Update: 2014-07-27
--- a/resources/editorconfig/CMakeLists.txt
+++ b/resources/editorconfig/CMakeLists.txt
@@ -12,7 +12,6 @@
300_lilypond.xml
lilypond.png
400_dot.xml
-dot.svg
500_povray.xml
povray_32.png
600_xelatex.xml
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -501,8 +501,6 @@
#Add our source subdirs
add_subdirectory(scribus)
-add_subdirectory(doc)
-add_subdirectory(resources/dicts)
add_subdirectory(resources/editorconfig)
add_subdirectory(resources/iconsets)
add_subdirectory(resources/keysets)
--- a/resources/profiles/CMakeLists.txt
+++ b/resources/profiles/CMakeLists.txt
@@ -3,13 +3,9 @@
)
install(FILES
-GenericCMYK.icm
-GenericCMYK.txt
ISOcoated_v2_300_bas.icc
ISOcoated_v2_300_bas.txt
Readme
-sRGB.icm
-srgb.license
sRGB_icc22.icm
sRGB_icc22.txt
DESTINATION ${SHAREDIR}profiles
|