61 lines
2.7 KiB
Diff
61 lines
2.7 KiB
Diff
Index: scribus-1.4.2/scribus/CMakeLists.txt
|
|
===================================================================
|
|
--- scribus-1.4.2.orig/scribus/CMakeLists.txt
|
|
+++ scribus-1.4.2/scribus/CMakeLists.txt
|
|
@@ -2,7 +2,6 @@ IF(WIN32)
|
|
ADD_DEFINITIONS(-DQT_DLL)
|
|
ENDIF(WIN32)
|
|
|
|
-ADD_SUBDIRECTORY(doc)
|
|
ADD_SUBDIRECTORY(dtd)
|
|
ADD_SUBDIRECTORY(manpages)
|
|
ADD_SUBDIRECTORY(colormgmt)
|
|
Index: scribus-1.4.2/scribus/helpbrowser.cpp
|
|
===================================================================
|
|
--- scribus-1.4.2.orig/scribus/helpbrowser.cpp
|
|
+++ scribus-1.4.2/scribus/helpbrowser.cpp
|
|
@@ -716,7 +716,7 @@ QString HelpBrowser::historyFile()
|
|
|
|
void HelpBrowser::displayNoHelp()
|
|
{
|
|
- QString noHelpMsg=tr("<h2><p>Sorry, no manual is installed!</p><p>Please see:</p><ul><li>http://docs.scribus.net for updated documentation</li><li>http://www.scribus.net for downloads</li></ul></h2>",
|
|
+ QString noHelpMsg=tr("<h2><p>Sorry, the manual is not installed because it is not freely distributable and thus can't be included in Fedora!</p><p>Please see:</p><ul><li>http://docs.scribus.net for updated documentation</li><li>http://www.scribus.net for downloads</li></ul></h2>",
|
|
"HTML message for no documentation available to show");
|
|
|
|
textBrowser->setText(noHelpMsg);
|
|
Index: scribus-1.4.2/scribus/profiles/CMakeLists.txt
|
|
===================================================================
|
|
--- scribus-1.4.2.orig/scribus/profiles/CMakeLists.txt
|
|
+++ scribus-1.4.2/scribus/profiles/CMakeLists.txt
|
|
@@ -6,7 +6,5 @@ INSTALL(FILES
|
|
GenericCMYK.icm
|
|
GenericCMYK.txt
|
|
Readme
|
|
-sRGB.icm
|
|
-srgb.license
|
|
DESTINATION ${SHAREDIR}profiles
|
|
)
|
|
diff -up scribus-1.4.4/resources/editorconfig/CMakeLists.txt.no-dot scribus-1.4.4/resources/editorconfig/CMakeLists.txt
|
|
--- scribus-1.4.4/resources/editorconfig/CMakeLists.txt.no-dot 2014-06-06 17:22:12.258966553 -0400
|
|
+++ scribus-1.4.4/resources/editorconfig/CMakeLists.txt 2014-06-06 17:22:16.326936717 -0400
|
|
@@ -12,7 +12,6 @@ gnuplot.png
|
|
300_lilypond.xml
|
|
lilypond.png
|
|
400_dot.xml
|
|
-dot.svg
|
|
500_povray.xml
|
|
povray_32.png
|
|
|
|
diff -up scribus-1.4.5/resources/swatches/CMakeLists.txt.nonfree scribus-1.4.5/resources/swatches/CMakeLists.txt
|
|
--- scribus-1.4.5/resources/swatches/CMakeLists.txt.nonfree 2016-01-12 17:41:12.379774049 -0500
|
|
+++ scribus-1.4.5/resources/swatches/CMakeLists.txt 2016-01-12 17:41:22.219677148 -0500
|
|
@@ -8,7 +8,7 @@ FILE( GLOB EPS_PALETTES *.eps )
|
|
FILE( GLOB RTF_LICENSES *.rtf )
|
|
|
|
#Avoid CMakeLists.txt
|
|
-SET(TXT_LICENSES "${CMAKE_CURRENT_SOURCE_DIR}/COPYING_RESENE.txt" "${CMAKE_CURRENT_SOURCE_DIR}/Japanese_Traditional_README.txt")
|
|
+SET(TXT_LICENSES "${CMAKE_CURRENT_SOURCE_DIR}/Japanese_Traditional_README.txt")
|
|
|
|
INSTALL(FILES ${GIMP_STYLE_PALETTES} ${XML_PALETTES} ${EPS_PALETTES} ${RTF_LICENSES} ${TXT_LICENSES}
|
|
DESTINATION ${SHAREDIR}swatches
|