Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kontact/files: fix-broken-gpgme-cmake-guard.diff
Date: Tue, 09 Feb 2010 00:16:46
Message-Id: E1NedmQ-00017s-DP@stork.gentoo.org
1 alexxy 10/02/09 00:16:38
2
3 Added: fix-broken-gpgme-cmake-guard.diff
4 Log:
5 [kde-base/kontact] Version bump to KDE SC 4.4.0
6 (Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 kde-base/kontact/files/fix-broken-gpgme-cmake-guard.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kontact/files/fix-broken-gpgme-cmake-guard.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kontact/files/fix-broken-gpgme-cmake-guard.diff?rev=1.1&content-type=text/plain
13
14 Index: fix-broken-gpgme-cmake-guard.diff
15 ===================================================================
16 Index: kontact/plugins/CMakeLists.txt
17 ===================================================================
18 --- kontact/plugins/CMakeLists.txt (revision 1073383)
19 +++ kontact/plugins/CMakeLists.txt (working copy)
20 @@ -1,18 +1,16 @@
21 remove_definitions(-DKDE_DEFAULT_DEBUG_AREA=5600) #remove kontact debug area
22 add_definitions(-DKDE_DEFAULT_DEBUG_AREA=5602)
23
24 -if(QGPGME_FOUND)
25 - if(BUILD_kmail)
26 - add_subdirectory( kmail )
27 - endif(BUILD_kmail)
28 - if (BUILD_kmail AND BUILD_korganizer)
29 - add_subdirectory( korganizer )
30 - endif (BUILD_kmail AND BUILD_korganizer)
31 - add_subdirectory( summary )
32 - add_subdirectory( specialdates )
33 +if(BUILD_kmail)
34 + add_subdirectory( kmail )
35 +endif(BUILD_kmail)
36 +if (BUILD_kmail AND BUILD_korganizer)
37 + add_subdirectory( korganizer )
38 +endif (BUILD_kmail AND BUILD_korganizer)
39 +add_subdirectory( summary )
40 +add_subdirectory( specialdates )
41 #re-enable planner for 4.2 if we have people who want to develop it
42 - add_subdirectory( planner )
43 -endif(QGPGME_FOUND)
44 +add_subdirectory( planner )
45 if (BUILD_knotes)
46 add_subdirectory( knotes )
47 endif (BUILD_knotes)