You are not logged in.
I managed to find this:
http://aur.archlinux.org/packages.php?ID=22549
But it:
a) Is orphaned
b) Has outdated dependencies that even a newbie such as myself can see (eg Redland is deprecated by Virtuoso)
c) Breaks on compile with:
CMake Error at cmake/modules/FindPackageHandleStandardArgs.cmake:135 (MESSAGE):
Could NOT find DBusMenuQt (missing: DBUSMENUQT_LIBRARIES DBUSMENUQT_INCLUDE_DIR)
Call Stack (most recent call first):
cmake/modules/FindDBusMenuQt.cmake:34 (find_package_handle_standard_args)
CMakeLists.txt:110 (find_package)
A search on google seems to suggest that DBusMenuQt is a new dependency for kdelibs and kdebase.
It looks like the PKGBUILD needs dbusmenu-qt added to the deps, but I was able to work around this by using:
http://aur.archlinux.org/packages.php?ID=36789
However I then get stuck with:
CMake Error at cmake/modules/MacroEnsureOutOfSourceBuild.cmake:17 (MESSAGE):
kdelibs requires an out of source build. Please create a separate build directory and run 'cmake path_to_kdelibs [options]' there.
Call Stack (most recent call first):
CMakeLists.txt:115 (macro_ensure_out_of_source_build)
It seems that KDE has switched to needing a build directory separate from the source directory and cmake pointed to kdelibs. Here's where I get lost though. Is that pointing to the currently used kdelibs? The ones being built? Where *are* Arch's KDElibs kept? If I was going to try and edit the PKGBUILD to create the directory, would that create problems the second time the PKGBUILD was run? What "[options]" are they referring to, and are they necessary?
I'm feeling a bit over my head here, but willing to learn!
Krita - Free and Open Source Digital Painting and Sketching Powered by KDE
Offline
Sevenseven has adopted most of the kde-svn related packages
http://aur.archlinux.org/packages.php?K … even&SeB=m
you could adjust this one, by changing the dependencies.
Offline
Thanks,
I was trying to adjust it, but got stuck on that last "kdelibs requires an out of source build." error. Would running the following of sevenseven's kde packages be the same as running the KDE from trunk (barring enduser apps)?
attica-svn kdeartwork4-svn kdebase4-svn kdebase4-runtime-svn kde4-workspace-svn kdelibs4-svn kdemultimedia4-svn kdenetwork4-svn kdepim4-runtime-svn kdepimlibs4-svn kdeplasma-addons-svn kdeutils4-svn 1115906-1
Krita - Free and Open Source Digital Painting and Sketching Powered by KDE
Offline