Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/ksnapshot/files/, kde-base/ksnapshot/
Date: Sat, 02 Apr 2011 19:09:38
Message-Id: b3c6df02550a3e35e5fcc94d486f9ee53a23e0d0.jmbsvicetto@gentoo
1 commit: b3c6df02550a3e35e5fcc94d486f9ee53a23e0d0
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 19:07:06 2011 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 19:07:06 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b3c6df02
7
8 Applied upstream patch to fix the handbook installation dir.
9
10 ---
11 .../files/ksnapshot-4.6.2-fix-handbook.patch | 18 ++++++++++++++++++
12 kde-base/ksnapshot/ksnapshot-4.6.2.ebuild | 3 +++
13 2 files changed, 21 insertions(+), 0 deletions(-)
14
15 diff --git a/kde-base/ksnapshot/files/ksnapshot-4.6.2-fix-handbook.patch b/kde-base/ksnapshot/files/ksnapshot-4.6.2-fix-handbook.patch
16 new file mode 100644
17 index 0000000..8abc149
18 --- /dev/null
19 +++ b/kde-base/ksnapshot/files/ksnapshot-4.6.2-fix-handbook.patch
20 @@ -0,0 +1,18 @@
21 +From: Albert Astals Cid <aacid@×××.org>
22 +Date: Thu, 10 Mar 2011 23:15:56 +0000
23 +Subject: install in the correct dir
24 +X-Git-Url: http://quickgit.kde.org/?p=ksnapshot.git&amp;a=commitdiff&amp;h=4a0ba1374217bad1d4ffbb470e178da714da9e9a
25 +---
26 +install in the correct dir
27 +---
28 +
29 +
30 +--- ksnapshot/doc/CMakeLists.txt
31 ++++ ksnapshot/doc/CMakeLists.txt
32 +@@ -1,4 +1,4 @@
33 + ########### install files ###############
34 + #
35 + #
36 +-kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en)
37 ++kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR ksnapshot)
38 +
39
40 diff --git a/kde-base/ksnapshot/ksnapshot-4.6.2.ebuild b/kde-base/ksnapshot/ksnapshot-4.6.2.ebuild
41 index 6c1212e..00bf285 100644
42 --- a/kde-base/ksnapshot/ksnapshot-4.6.2.ebuild
43 +++ b/kde-base/ksnapshot/ksnapshot-4.6.2.ebuild
44 @@ -17,6 +17,9 @@ DEPEND="
45 "
46 RDEPEND="${DEPEND}"
47
48 +# Fix for the install dir of the handbook
49 +PATCHES=( "${FILESDIR}/${P}-fix-handbook.patch" )
50 +
51 src_configure() {
52 mycmakeargs=(
53 $(cmake-utils_use_with kipi)