Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262438 - umbrello needs kdepimlibs
Summary: umbrello needs kdepimlibs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-14 14:23 UTC by Stefan
Modified: 2009-11-09 18:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan 2009-03-14 14:23:24 UTC
I try to install umbrello (with -debug -kdeprefix), but it seems to need kdepimlibs.
While configuring the package, i get the following error:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:57 (MESSAGE):
  Could NOT find KdepimLibs (missing: KdepimLibs_CONFIG)
Call Stack (most recent call first):
  /usr/share/apps/cmake/modules/FindKdepimLibs.cmake:73 (find_package_handle_standard_args)
  CMakeLists.txt:13 (find_package)
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-11-09 18:56:05 UTC
From KDESDK package for 4.3.3,

f(KDEPIMLIBS_FOUND)
macro_optional_add_subdirectory(kbugbuster)
macro_optional_add_subdirectory(kdeaccounts-plugin)
endif(KDEPIMLIBS_FOUND)

So kbugbuster and kdeaccounts-plugin will need it, but nothing in umbrello/ subdirectory.

Closing as FIXED-by-new-KDE-release.