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/kruler/, kde-base/kruler/files/
Date: Sat, 02 Apr 2011 17:53:16
Message-Id: 493e4c8afed1e85f9beb25a0776399f512c9bd09.jmbsvicetto@gentoo
1 commit: 493e4c8afed1e85f9beb25a0776399f512c9bd09
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 17:47:20 2011 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 17:47:20 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=493e4c8a
7
8 Applied upstream patch to fix the handbook installation dir.
9
10 ---
11 .../kruler/files/kruler-4.6.2-fix-handbook.patch | 18 ++++++++++++++++++
12 kde-base/kruler/kruler-4.6.2.ebuild | 3 +++
13 2 files changed, 21 insertions(+), 0 deletions(-)
14
15 diff --git a/kde-base/kruler/files/kruler-4.6.2-fix-handbook.patch b/kde-base/kruler/files/kruler-4.6.2-fix-handbook.patch
16 new file mode 100644
17 index 0000000..6e7c4de
18 --- /dev/null
19 +++ b/kde-base/kruler/files/kruler-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:14:41 +0000
23 +Subject: install in the correct dir
24 +X-Git-Url: http://quickgit.kde.org/?p=kruler.git&amp;a=commitdiff&amp;h=0a953ab567ccb45c5140c2fbf1d87aa8119cf7f0
25 +---
26 +install in the correct dir
27 +---
28 +
29 +
30 +--- kruler/doc/CMakeLists.txt
31 ++++ kruler/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 kruler)
38 +
39
40 diff --git a/kde-base/kruler/kruler-4.6.2.ebuild b/kde-base/kruler/kruler-4.6.2.ebuild
41 index 94f2677..3acf346 100644
42 --- a/kde-base/kruler/kruler-4.6.2.ebuild
43 +++ b/kde-base/kruler/kruler-4.6.2.ebuild
44 @@ -11,3 +11,6 @@ inherit kde4-meta
45 DESCRIPTION="A screen ruler for the K Desktop Environment"
46 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
47 IUSE="debug"
48 +
49 +# Fix for the install dir of the handbook
50 +PATCHES=( "${FILESDIR}/${P}-fix-handbook.patch" )