Re: Split kde-baseapps?

2014-09-25 Thread Treeve Jelbert
On Wednesday 24 September 2014 17:39:42 Luca Beltrame wrote: > Michael Palimaka wrote: > > Are there any plans to split frameworks-based kde-baseapps? > > IMO it would make sense first to consult with the various applications' > maintainers and / or review what's in there and what should happen to

Re: OSX/CI: bovo fails to build on branch frameworks

2014-09-09 Thread Treeve Jelbert
On Wednesday 10 September 2014 00:10:22 Marko Käning wrote: I actually encountered these on linux. I have some local patches, which are attached, which fix the problem for me. I do do not have commit access, so feel free to try them bovo now runs in a plasma session Regards, Treeve > Thanks

Re: Releasing Deprecated modules and Tier 4 Definition

2014-03-17 Thread Treeve Jelbert
On Monday 17 March 2014 18:15:09 Kevin Ottens wrote: Now, the last point... What else do we want to move from KDE Frameworks to > KDE Porting Aids? Aleix and Aaron proposed the following content for KDE > Porting Aids: > * kde4support (obvious); > * khtml (planned for a long time); > * kjs (bec

kde4support won't compile against today's qtbase-stable

2014-03-16 Thread Treeve Jelbert
src/CMakeFiles/KF5KDE4Support.dir/kio/kfiledialog.cpp.o: In function `KFileDialogQtOverride::~KFileDialogQtOverride()': kfiledialog.cpp: (.text._ZN21KFileDialogQtOverrideD2Ev[_ZN21KFileDialogQtOverrideD5Ev]+0x3): undefined reference to `qt_filedialog_existing_directory_hook' kfiledialog.cpp: (.te

kactivities5 build failure

2014-02-26 Thread Treeve Jelbert
doing a clean rebuild gcc-4.8.2 FAILED: /var/lib/sorcery/build/c++ -DKCOREADDONS_LIB -DQT_CORE_LIB - DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -D_GNU_SOURCE - D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -march=native -mtune=native -m64 - pipe -ffast-math -funroll-loops -O3 -std=c

Re: kate5 won't build with latest ktexteditor

2014-01-19 Thread Treeve Jelbert
On Sunday 19 January 2014 10:33:25 Christoph Cullmann wrote: > Hi, > > build.kde.org says it builds, perhaps your ktexteditor.git is too old ;) > my mistake, I was still using scratch/cullmann/ktexteditor.git > Greetings > Christoph > > - Ursprüngliche Mail - > > > I have been unabl

kate5 won't build with latest ktexteditor

2014-01-19 Thread Treeve Jelbert
I have been unable to build kate5 for several days /var/git/kate5/addons/kate/project/kateprojectpluginview.cpp: In constructor 'KateProjectPluginView::KateProjectPluginView(KateProjectPlugin*, KTextEditor::MainWindow*)': /var/git/kate5/addons/kate/project/kateprojectpluginview.cpp:55:175: erro

kjsembed should install variant_binding.h

2014-01-17 Thread Treeve Jelbert
kde-workspaces references variant_binding,h, which is not installed plasma/generic/dataengines/share/shareprovider.cpp: #include #include ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-f

kwallet-framework optionally depends on kdepimlibs

2014-01-14 Thread Treeve Jelbert
src/runtime/kwalletd/CMakeLists.txt: find_package(Gpgme) # Called by FindQGpgme, but since we call some gpgme # functions ourselves we need to link against it directly. find_package(QGpgme) # provided by kdepimlibs if (GPGME_FOUND AND QGPGME_FOUND) add_definitions(-DHAV

Re: karchive bad split

2013-12-17 Thread Treeve Jelbert
On Tuesday 17 December 2013 22:37:09 Ben Cooksley wrote: > Hi Treeve, > > It seems that I may have mis-pushed this repository. > I have now adjusted it's contents with what is supposed to be the KArchive > repository - can you please check? > > Thanks, > Ben fixed now, and kio also builds against

karchive bad split

2013-12-17 Thread Treeve Jelbert
/karchive contains the itemviews data karchive$ ls autotests CMakeLists.txt COPYING COPYING.LIB KF5ItemViewsConfig.cmake.in Mainpage.dox src tests it installs the following files: /opt/qt5/include/KF5/itemviews_export.h /opt/qt5/include/KF5/itemviews_version.h /opt/qt5/include/KF5/kcate

kde4support problem

2013-11-19 Thread Treeve Jelbert
I have just build all the split modules, but kde4support gives an error that I do not understand -- Configuring done CMake Error: INSTALL(EXPORT) given unknown export "kdelibsLibraryTargets" -- Generating done the code in question is install(CODE "set(EXPORT_FILES KDELibs4LibraryTargets.cmake)"

cmake-2.12.1 + kde*-4.12

2013-11-19 Thread Treeve Jelbert
I have cmake-2.12.1 installed and use to build frameworks. When I use it to build kde*-4.12 I get lots of warnings of the type: -- Configuring done CMake Warning (dev) in kdecore/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --hel

kdoctools

2013-11-15 Thread Treeve Jelbert
I build all of kf5 as standalone modules kdoctools is now required when building kdewidgets, but the build fails FAILED: cd /usr/src/kdewidgets-5.x/build/docs/makekdewidgets && /opt/qt5/bin/meinproc5 --stylesheet /opt/qt5/share/ksgmltools2/customization/kde-include-man.xsl --check /var/git/kde

Re: Getting ecm files from the ECM package

2013-11-01 Thread Treeve Jelbert
On Friday 01 November 2013 15:46:30 Nicolás Alvarez wrote: > 2013/11/1 Kevin Ottens : > > Hello, > > > > On Friday 01 November 2013 11:23:14 Mirko Boehm wrote: > >> On 11/01/2013 10:46 AM, Alexander Neundorf wrote: > >> > [1] Why not merge that into CMake ? For quicker releases, and even > >> > ea

kio kfilewidget.h problem

2013-10-23 Thread Treeve Jelbert
kio installs kfilewidget.h which references kio/kiofilewidgets_export.h which is not installed This causes subsequent compile failures in kross ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde

cyclic dependency kinit - kservice

2013-10-21 Thread Treeve Jelbert
kinit needs kservice and installs KInitMacros.cmake which defines kf5_add_kdeinit_executable which is needed by kservice/kbuildsycoca ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-

kpart dependencies

2013-09-30 Thread Treeve Jelbert
kpart (tier3) depends on KIO and KService, both of which are still in staging standalone build of kpart then fails because of reference to kprotocolmanager.h, from kio, which has local includes include "global.h" // KIO::CacheControl #include #include "kprotocolinfo.h" ___

potential duplicate repositories for kwallet

2013-09-22 Thread Treeve Jelbert
There is a kwallet repo as a result of splitting kdeutils. On my system,this installs: /opt/qt4/bin/kwalletmanager /opt/qt4/lib/kde4/kcm_kwallet.so whereas the kwallet from kf5 installs: /opt/qt5/lib/libKWallet.so Possibly the kf5 version should be renamed __

ki18n

2013-09-17 Thread Treeve Jelbert
1. ki18n exists in both tier2 and staging 2. kunitconversion (tier2) depends on ki18n(tier2) ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

kconfig build fails with recent qt5

2013-08-30 Thread Treeve Jelbert
doing a standalone compile of kconfig FAILED: /var/lib/sorcery/build/c++ -DQT_CORE_LIB -DQT_NO_CAST_FROM_ASCII - DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG - DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING - DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_U

kfiledialog.h references non-existent kfile.h

2013-08-23 Thread Treeve Jelbert
#ifndef KFILEDIALOG_H #define KFILEDIALOG_H #include #include #include #include #include In file included from /opt/qt5/include/KDE/KFileDialog:1:0, from /var/git/kwin5/plasma/generic/wallpapers/image/image.cpp:27: /opt/qt5/include/KDE/../kfiledialog.h:32:19: fatal error:

finding DBusMenuQt5

2013-08-13 Thread Treeve Jelbert
FindDBusMenuQt5.cmake is staging/knotifications kf5libs finds DBusMenuQt5 -- DBusMenuQt5_INCLUDE_DIR=/opt/qt5/include/dbusmenu-qt5 DBusMenuQt5_LIBRARY=/opt/qt5/lib/libdbusmenu-qt5.so DBusMenuQt5_VERSION=0.9.2 but kwin5 does not CMake Warning at CMakeLists.txt:82 (find_package): By not provi

phonon detection

2013-08-07 Thread Treeve Jelbert
I decided to rearrange stuff on my system and did a clean build of qt5 from two days ago, and then phonon4qt5 and kf5, using the latest cmake. phonon4qt5 compiled and installed ok, and kf5 said that it was found, but then failed: In file included from /var/git/kf5/interfaces/kmediaplayer/kfile

strange .so names

2013-05-09 Thread Treeve Jelbert
when installing latest frameworks: /opt/qt5/lib64/libKCompletion.so.SOVERSION /opt/qt5/lib64/libKConfigWidgets.so.SOVERSION /opt/qt5/lib64/libKDE4Attic.so.SOVERSION /opt/qt5/lib64/libKIconThemes.so.SOVERSION /opt/qt5/lib64/libKJobWidgets.so.SOVERSION /opt/qt5/lib64/libKNotifications.so.SOVERSION /

problem building solid with udisks2

2013-04-09 Thread Treeve Jelbert
FAILED: /var/lib/sorcery/build/c++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB - DQT_DBUS_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_WIDGETS_LIB - DQT_XML_LIB -DSolid_EXPORTS -DWITH_SOLID_UDISKS2 -D_BSD_SOURCE -D_GNU_SOURCE - D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -march=native -mtune=native

sonnet + hunspell - compile fails

2013-04-02 Thread Treeve Jelbert
Generating moc_kspell_hunspellclient.cpp [11/15] Building CXX object src/plugins/hunspell/CMakeFiles/kspell_hunspell.dir/kspell_hunspellclient.cpp.o [12/15] Building CXX object src/plugins/hunspell/CMakeFiles/kspell_hunspell.dir/kspell_hunspelldict.cpp.o [13/15] [14/15] Building CXX object src/

kcoreaddons

2013-04-02 Thread Treeve Jelbert
I have been trying to build tier1 as completely standalone kcoreaddons has a problem -- KF5[InstallDirs]: Loaded settings from /usr/share/ECM-0.0.8/kde- modules/KDEInstallDirs.cmake -- KF5[CMake]: Loaded settings from /usr/share/ECM-0.0.8/kde- modules/KDECMakeSettings.cmake -- KF5[Compiler]: Load

qt5 includes

2013-02-20 Thread Treeve Jelbert
I am trying to build kf5libs using the latest extra-cmake-modules and yesterday's qtbase. At first I encountered a problem regarding qt support for SSL. I bypassed that and then got several compile errors. They all seemed to be related to #include I then noticed that the compile flags had

Re: lib or lib64?

2013-02-18 Thread Treeve Jelbert
On Sun, 17 Feb 2013 22:35:39 +, David Faure wrote: On Friday 15 February 2013 16:26:38 Treeve Jelbert wrote: libdbusmenu-qt5 installs to /opt/qt5/lib Not anymore. My patch (to port it to GNUInstallDirs) has finally been merged in. So it now defaults to lib64, on systems that use lib64

Re: lib or lib64?

2013-02-16 Thread Treeve Jelbert
On Sat, 16 Feb 2013 11:30:13 +0100, Valentin Rusu wrote: On Friday 15 February 2013 21:52:31 Alexander Neundorf wrote: On Friday 15 February 2013, Treeve Jelbert wrote: > > > How can I force everything into one place? If you pull a fresh kdelibs, it should now also go into lib64/. Le

lib or lib64?

2013-02-15 Thread Treeve Jelbert
I am trying to keep my qt5 related stuff separate from the qt4 stuff, so qt5 in installed to /opt/qt5. The qt5 build process installs the libraries, cmake and pkgconfig stuff to /opt/qt5/lib. attica5, strigi-5 and phonon4qt5 install to /opt/qt5/lib64 $ ls /opt/qt5/lib64 cmake

problem solved!

2013-02-15 Thread Treeve Jelbert
It all finally compiles. IN the the end the only changes that I made were diff --git a/CMakeLists.txt b/CMakeLists.txt index 0011ac3..7992acd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,8 +78,8 @@ set(kcoreaddons_LIBRARIES kcoreaddons) set(kwindowsystem_LIBRARIES kwindowsystem) -s

multiple definition of `KViewStateMaintainerBase::~KViewStateMaintainerBase() while linking libkdeui.so.5.11.0

2013-02-14 Thread Treeve Jelbert
I made some small changes to the main CMakeLists.txt and things advance, but I get a link failure on libkdeui.so.5.11.0. The changes: $ git diff diff --git a/CMakeLists.txt b/CMakeLists.txt index 0011ac3..f063007 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ - cmake_minimum

Re: kcolorscheme needs ksharedconfig.h

2013-02-14 Thread Treeve Jelbert
On Thu, 14 Feb 2013 13:50:57 +0100, David Faure wrote: On Thursday 14 February 2013 12:57:49 Treeve Jelbert wrote: /var/git/kf5/libkdeqt5staging/src/qurlpathinfo.cpp:42:0: /var/git/kf5/libkdeqt5staging/src/qurlpathinfo.h:45:34: fatal error: kdeqt5staging_export.h: No such file or directory

kf5 general build problem (was Re: kcolorscheme needs ksharedconfig.h)

2013-02-14 Thread Treeve Jelbert
On Thu, 14 Feb 2013 11:41:48 +0100, David Faure wrote: On Monday 11 February 2013 14:26:46 Treeve Jelbert wrote: In file included from /var/git/kf5/staging/kguiaddons/src/colors/kcolorscheme.cpp:19:0: /var/git/kf5/staging/kguiaddons/src/colors/kcolorscheme.h:24:27: fatal error

kcolorscheme needs ksharedconfig.h

2013-02-11 Thread Treeve Jelbert
In file included from /var/git/kf5/staging/kguiaddons/src/colors/kcolorscheme.cpp:19:0: /var/git/kf5/staging/kguiaddons/src/colors/kcolorscheme.h:24:27: fatal error: ksharedconfig.h: No such file or directory compilation terminated. ___ Kde-frameworks

more phonon problems

2013-02-11 Thread Treeve Jelbert
[976/2118] Building CXX object interfaces/kmediaplayer/kfileaudiopreview/CMakeFiles/kfileaudio preview.dir/kfileaudiopreview.cpp.o In file included from /var/git/kf5/interfaces/kmediaplayer/kfileaudiopreview/kfileaudiopreview.cpp:20:0: /var/git/kf5/interfaces/kmediaplayer/kfileaudiopreview/kfil

khtml uses qx11info_x11 without checking for qtx11support

2013-02-10 Thread Treeve Jelbert
/var/git/kf5/khtml/khtmlview.cpp:36:26: fatal error: qx11info_x11.h: No such file or directory compilation terminated. Also qtx11support is broken, still uses obsolete QT_{BEGIN,END}_HEADER ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde

Re: Separating everything ?

2013-02-08 Thread Treeve Jelbert
On Fri, 8 Feb 2013 08:58:57 +0100, Frank Reininghaus wrote: Hi Patrick, 2013/2/8 Patrick Spendrin: Am 07.02.2013 23:32, schrieb Frank Reininghaus: ... Since I am reading this thread by chance, I might as well reply. One of the reasons of splitting kdelibs into separate repositories is to si

Re: Separating everything ?

2013-02-06 Thread Treeve Jelbert
On Wed, 6 Feb 2013 19:57:09 +0100, Alexander Neundorf wrote: Hi, at Kevin's talk about KDE frameworks at FOSDEM last weekend, one guy from the audience asked why he should not use all KDE libs if he decides to use one already... This got me thinking. Obviously, dragging in everything is what

Re: Find Phonon4Qt5 gets confused

2013-02-04 Thread Treeve Jelbert
On Sun, 03 Feb 2013 18:35:43 +0100, David Faure wrote: On Sunday 03 February 2013 10:25:58 Treeve Jelbert wrote: cmake/modules/FindKDE4Internal.cmake:find_package(Phonon 4.3.80) Good point. Can you try removing that from FindKDE4Internal? (at some point we'll get rid of FindKDE4Int

Find Phonon4Qt5 gets confused

2013-02-03 Thread Treeve Jelbert
I have both phonon and Phonon4Qt5 installed, in separate locations Phonon4Qt5 is in /opt/kf5 kf5 build fails because it detects bits of both versions of phonon. # grep [P,p]hon CMakeCache.txt PHONON_LIBRARY:FILEPATH=/usr/lib/libphonon.so //The directory containing a CMake configuration file for

Re: FindLibintl.cmake does not set LIBINTL_LIBRARIES correctly

2013-01-21 Thread Treeve Jelbert
On Sat, 19 Jan 2013 15:59:32 +0100, Treeve Jelbert wrote: # grep LIBINTL CMakeCache.txt LIBINTL_INCLUDE_DIR:PATH=/usr/include //ADVANCED property for variable: LIBINTL_INCLUDE_DIR LIBINTL_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBINTL_LIBC_HAS_DGETTEXT

FindLibintl.cmake does not set LIBINTL_LIBRARIES correctly

2013-01-19 Thread Treeve Jelbert
# grep LIBINTL CMakeCache.txt LIBINTL_INCLUDE_DIR:PATH=/usr/include //ADVANCED property for variable: LIBINTL_INCLUDE_DIR LIBINTL_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBINTL_LIBC_HAS_DGETTEXT LIBINTL_LIBC_HAS_DGETTEXT-ADVANCED:INTERNAL=1 LIBINTL_LIBC_HAS_DGETTEXT:INTE

Re: What to do with kjs & qkjs ?

2012-12-15 Thread Treeve Jelbert
On Sat, 15 Dec 2012 15:46:52 +0100, Alexander Neundorf wrote: Hi, for kjs there is also a QT_ONLY option. In this case the library is named qkjs instead of kjs. there is a typo in the cmake file for kjs, it install incorrectly named libraries. $ grep SOV /var/log/sorcery/install/kf5libs-git

removing use of qt names which are removed in qt5

2012-12-13 Thread Treeve Jelbert
Qt5 has now removed some functions which were previously deprecated. the attached script will scan an entire git branch and fix any use of the following cases: {To,From}Ascii Qt::WFlags I have used this script locally an all my kde repos, applying it to 4.9/master/4.10/frameworks branches a