Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-qt/files: ibus-qt-1.2.0.20091217-doc.patch
Date: Sun, 03 Jan 2010 01:56:58
Message-Id: E1NRFXX-0007jl-E7@stork.gentoo.org
1 matsuu 10/01/03 01:45:55
2
3 Added: ibus-qt-1.2.0.20091217-doc.patch
4 Log:
5 Version bumped. Added doc USE flag, bug #297567. Fixed doc path, bug #297955.
6 (Portage version: 2.1.7.16/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-i18n/ibus-qt/files/ibus-qt-1.2.0.20091217-doc.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-qt/files/ibus-qt-1.2.0.20091217-doc.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-qt/files/ibus-qt-1.2.0.20091217-doc.patch?rev=1.1&content-type=text/plain
13
14 Index: ibus-qt-1.2.0.20091217-doc.patch
15 ===================================================================
16 --- ibus-qt-1.2.0.20091217-Source.orig/CMakeLists.txt 2009-12-17 14:50:00.000000000 +0900
17 +++ ibus-qt-1.2.0.20091217-Source/CMakeLists.txt 2010-01-03 09:11:53.000000000 +0900
18 @@ -76,7 +76,7 @@
19 # pkg_check_modules(IBUS REQUIRED ibus-1.0>=1.2.0)
20
21 # check doxygen
22 -find_package(Doxygen REQUIRED)
23 +find_package(Doxygen)
24
25 # =====
26 # Define variables
27 @@ -100,8 +100,7 @@
28 # install
29 set(MAIN_DOCS
30 AUTHORS
31 - README
32 - INSTALL)
33 + README)
34 install(FILES ${MAIN_DOCS}
35 DESTINATION ${DOCDIR})