diff options
author | adam <adam@pkgsrc.org> | 2010-02-12 08:35:28 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-02-12 08:35:28 +0000 |
commit | 6b6481ac8a6d11d5e94010bb44255f49a44bf5d4 (patch) | |
tree | 41e692626409868344a6a547f72d443f4cef448f /print/scribus/patches | |
parent | e7e7dfa11ef6c242c74ff6a586b69f95c85c28cd (diff) | |
download | pkgsrc-6b6481ac8a6d11d5e94010bb44255f49a44bf5d4.tar.gz |
Changes 1.3.3.14:
* Danish Translation
* crash when freeing non-existent hyphenator
* Bug 7854 was fixed although it was invalid
* pt_BR description in desktop file is wrong
* Impossible to set spacing under/below paragraph greater than 3 mm if mm is
main unit
* invalid postscript is generated when spot color name use non latin chars
* Arrows only shows the leftwards arrow in Character Map
* error in BleedAndPrintMarks script
* program crashes with "unknown exception" on drawing shape
* remove the links to http://search.srem.org [^]
* Enhancment: Hyphenation patterns for Kurdish
* Added RU transaltion to desktop file
* JPG clipping path isn't imported correctly
* ODG import crashes Scribus
* Code change reccommended by Novell audit of 1.3.3.12
* CMYK images look strange when exported as PDF
* while loop with textOverflows crashes scribus
Diffstat (limited to 'print/scribus/patches')
-rw-r--r-- | print/scribus/patches/patch-ag | 6 | ||||
-rw-r--r-- | print/scribus/patches/patch-ai | 28 |
2 files changed, 11 insertions, 23 deletions
diff --git a/print/scribus/patches/patch-ag b/print/scribus/patches/patch-ag index 1f84d20046d..0b86ee1d029 100644 --- a/print/scribus/patches/patch-ag +++ b/print/scribus/patches/patch-ag @@ -1,8 +1,8 @@ -$NetBSD: patch-ag,v 1.2 2005/07/06 18:05:32 drochner Exp $ +$NetBSD: patch-ag,v 1.3 2010/02/12 08:35:28 adam Exp $ ---- scribus/ioapi.h.orig 2005-07-04 23:53:32.000000000 +0200 +--- scribus/ioapi.h.orig 2006-01-22 22:42:17.000000000 +0000 +++ scribus/ioapi.h -@@ -37,6 +37,7 @@ +@@ -43,6 +43,7 @@ for which a new license (GPL+exception) extern "C" { #endif diff --git a/print/scribus/patches/patch-ai b/print/scribus/patches/patch-ai index 40445e22cec..19f3f2b7f3e 100644 --- a/print/scribus/patches/patch-ai +++ b/print/scribus/patches/patch-ai @@ -1,6 +1,6 @@ -$NetBSD: patch-ai,v 1.2 2009/10/28 00:53:56 joerg Exp $ +$NetBSD: patch-ai,v 1.3 2010/02/12 08:35:28 adam Exp $ ---- CMakeLists.txt.orig 2009-10-28 01:31:30.000000000 +0100 +--- CMakeLists.txt.orig 2010-01-27 22:07:14.000000000 +0000 +++ CMakeLists.txt @@ -116,7 +116,7 @@ IF (WANT_VERSIONING AND NOT CACHED_VERSI ENDIF (WANT_VERSIONING AND NOT CACHED_VERSIONING) @@ -43,26 +43,14 @@ $NetBSD: patch-ai,v 1.2 2009/10/28 00:53:56 joerg Exp $ SET(LIB_DIR_NAME "lib${LIB_SUFFIX}") SET(LIBDIR "${LIB_DIR_NAME}/${MAIN_DIR_NAME}${TAG_VERSION}/") -@@ -496,15 +473,15 @@ scribus.xml - DESTINATION ${MIMEDIR} +@@ -497,8 +474,8 @@ DESTINATION ${MIMEDIR} ) #KDE workaround until it starts supporting freedesktop spec --INSTALL(FILES + INSTALL(FILES - vnd.scribus.desktop - DESTINATION ${MIMELNKDIR} --) --#Install the desktop file - #INSTALL(FILES --#scribus.desktop --#DESTINATION ${DESKTOPDIR} -+# vnd.scribus.desktop -+# DESTINATION ${MIMELNKDIR} - #) -+#Install the desktop file -+INSTALL(FILES -+scribus.desktop -+DESTINATION ${DESKTOPDIR} -+) ++ vnd.scribus.desktop ++ DESTINATION ${DESKTOPDIR} + ) + - # If the cmake version includes cpack, use it - IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake") |