Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/scribus/files: scribus-1.5.0-docs.patch
Date: Thu, 07 Jun 2012 18:02:10
Message-Id: 20120607180150.B585520033@flycatcher.gentoo.org
1 jlec 12/06/07 18:01:50
2
3 Added: scribus-1.5.0-docs.patch
4 Log:
5 app-office/scribus: Add patch to match current HEAD, #416681; thanks James Cloos for the patch
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-office/scribus/files/scribus-1.5.0-docs.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/files/scribus-1.5.0-docs.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/files/scribus-1.5.0-docs.patch?rev=1.1&content-type=text/plain
14
15 Index: scribus-1.5.0-docs.patch
16 ===================================================================
17 CMakeLists.txt | 4 +---
18 1 files changed, 1 insertions(+), 3 deletions(-)
19
20 diff --git a/CMakeLists.txt b/CMakeLists.txt
21 index 3f34048..4880594 100644
22 --- a/CMakeLists.txt
23 +++ b/CMakeLists.txt
24 @@ -267,7 +267,7 @@ ELSE (WIN32 OR OS2)
25 SET(DOCDIR "share/doc/${MAIN_DIR_NAME}${TAG_VERSION}/")
26 ELSE(TAG_VERSION OR BUILD_OSX_BUNDLE)
27 IF(NOT WANT_VERSIONING)
28 - SET(DOCDIR "share/doc/${MAIN_DIR_NAME}/")
29 + SET(DOCDIR "share/doc/${MAIN_DIR_NAME}-${GENTOOVERSION}/")
30 ELSE(NOT WANT_VERSIONING)
31 SET(DOCDIR "share/doc/${MAIN_DIR_NAME}-${VERSION}/")
32 ENDIF(NOT WANT_VERSIONING)
33 @@ -801,7 +801,6 @@ INSTALL(FILES
34 BUILDING
35 ChangeLog
36 ChangeLogSVN
37 - COPYING
38 LINKS
39 NEWS
40 PACKAGING