diff options
Diffstat (limited to 'print/scribus/patches/patch-ai')
-rw-r--r-- | print/scribus/patches/patch-ai | 28 |
1 files changed, 8 insertions, 20 deletions
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") |