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

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

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 kio/kiocore_export.h #include kprotocolinfo.h

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

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

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 er...@kde.org: 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 easier

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

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

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

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 it

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 kjsembed/kjsembed.h #include KJsEmbed/variant_binding.h ___ Kde-frameworks-devel mailing list

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:

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 unable to build

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

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:

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 (because

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

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

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: 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

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

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:

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. ___

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

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

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 @@ -

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)

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

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/. Let me know

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

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

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

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

kfiledialog.h references non-existent kfile.h

2013-08-23 Thread Treeve Jelbert
#ifndef KFILEDIALOG_H #define KFILEDIALOG_H #include kio/kio_export.h #include QDialog #include kfile.h #include qmimetype.h #include QUrl In file included from /opt/qt5/include/KDE/KFileDialog:1:0, from /var/git/kwin5/plasma/generic/wallpapers/image/image.cpp:27:

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

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

2014-09-10 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: 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 it.