fhackenberger / ktikz

KtikZ provides a nice user interface for making pictures using TikZ.
Other
350 stars 34 forks source link

Enable Travis CI builds for KF5 too #18

Closed llimeht closed 6 years ago

llimeht commented 6 years ago

These patches enable travis builds of the KF5 component. The build-deps are for xenial (kdoctools-dev becomes kf5doctools-dev in later releases... we should remember that later!). For xenial, a newer version of FindPoppler.cmake is needed too as the old one doesn't actually find poppler. For later Debian and Ubuntu releases, extra-cmake-modules contains this newer FindPoppler.cmake and obsoletes this local file entirely.

The included FindPoppler.cmake relies on extra-cmake-modules package being installed; do you want to add that to the general linux build-deps?

jfmcarreira commented 6 years ago

Thanks for the contributions. I looked into travis CI when i first merged the frameworks branch into this repository but I gave up.

Are you using ktikz in a regular basis? I need some feedback on how the frameworks branch is performing in order to merge it into master.

It is about time.