Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kde4-workspace

2014-07-16 Thread fastmail
Raphael Kubo da Costa rak...@freebsd.org wrote:

 Alonso Schaich alonsoscha...@fastmail.fm writes:
 
  SVN commit 10178 by aschai:
 
  Add dependency on nepomuk-core by kde4-workspace, which is not implied by
  pimlibs any more.
 
 Is this necessary? As far as I understood, if Baloo is installed none of
 the Nepomuk ports are necessary at all anymore.

That is probably the intension, and while it's possible to build
kdeworkspace without nepomuk, it's CMakeLists.txt searches and branches
to build nepomuksearch/-runner only on nepomuk's presence (while it
doesn't look for (/depend on) baloo).

Alonso
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] [SVN Commit] area51/KDE

2014-07-08 Thread fastmail
On Tue, 8 Jul 2014 19:57:11 +0800
Alex V. Petrov alexvpet...@gmail.com wrote:

 see attach
 
 

Hmmm nothing meaningful there either.

If you use the default config (for ports PREFIX and python paths),
there should be a file named
/usr/local/share/apps/cmake/modules/FindPyQt.py which you should be able to
execute with python producing some output like

 alonso@riverside /tmp % python /usr/local/share/apps/cmake/modules/FindPyQt.py
 pyqt_version:040a03
 pyqt_version_str:4.10.3
 pyqt_version_tag:Qt_4_8_4
 pyqt_sip_dir:/usr/local/share/py-sip
 pyqt_sip_flags:-x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_4 -x 
 Py_v3 -g

If it aborts with something the likes of

 import PyQt4.pyqtconfig
   ImportError: No module named pyqtconfig

try reinstalling devel/py-qt4-core which _should_ install the module.

Alonso
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information