purpose is in playground/libs. Apparently it's needed by kamoso, so it should be moved to extragear/libs and added to kf5-extragear-build-include. Follow the review process for this to happen.
kirigami is in extragear/libs. If it's required by discover, it should be moved to kde/workspace, and then it can be added in kf5-workspace-build-include.
If it's also needed by applications, then it needs to be turned into a proper framework....
REVIEW: 129117
CCMAIL: yurchor@ukr.net, aleixpol@kde.org, notmart@gmail.com
Leap 42.2 only has libgpg-error0-1.13-4.19.x86_64, while gpgme master requires
libgpg-error >= 1.17.
Compiling all this stuff also required installing more recent versions of
gettext, automake and autoconf than Leap 42.2 provides, using devel:tools:building.
I'm afraid that gpgme master will soon need more recent version of other things too
(e.g. gnupg), as things evolve, so I hope we can quickly switch to a stable
branch or release tag of gpgme instead, rather than following master.
CCMAIL: aheinecke@intevation.de
Kirigami is now needed to run discover, so it should be build
Purpose is needed by at least kamoso.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
When a configure.ac or configure.in file exists in the source
dir but no configure file and an autogen.sh script exists this
will now run ./autogen.sh in the source dir to hopefully
create the configure file and then use that in the actual configure
step.
This is required for all GnuPG Libraries and so also for GPGME.
REVIEW: 129070
Most people no longer need to build their own cmake, most distros ship a recent enough one.
If you still want your own cmake, put these lines into your own kdesrc-buildrc.
CCMAIL: kde-frameworks-devel@kde.org
Remove the ignore-module for kprintutils, since this repo has already
been removed, and replace it with one for kfileaudiopreview, which has
been merged into kio-extras.
This should be absolutely transparent except that "kde-kactivities" will
rename to "kactivities", though you might have to update
kde-build-metadata first if you're using --pretend to test changes.
KRunner depends on Plasma-framework, but (because kdesrc-build
apparently assumes config file order is more reliable than dependency
info in kde-build-metadata) it gets built first, which is an issue when
you are doing a completely clean build.
This includes moving plasma-framework to kf5-frameworks-build-include
where it belongs.
REVIEW: 115893
Try to split up the file internally into 3 sections:
frameworks, workspace and apps, matching the future releases.
This raises some interesting questions:
* should attica become a framework?
* should phonon become a framework?
* should kactivities become a framework?
* are we sure nothing in frameworks+workspace will depend on kate interfaces?
CCMAIL: kde-core-devel@kde.org