Guys,
There are current 138 CMakeLists.txt in the first 3 levels of the Trinity tree. Of that 138, the following are of unknown origin. Some say kde4 and some are from Gentoo/Mandriva. These need to be looked at:
* applications/kde-systemsettings/CMakeLists.txt
* applications/kpilot/CMakeLists.txt
* applications/kgtk-qt3/CMakeLists.txt
* applications/rosegarden/CMakeLists.txt
* applications/knemo/CMakeLists.txt
* applications/kdesvn/CMakeLists.txt
* applications/gtk-qt-engine/CMakeLists.txt
* applications/kbfx/CMakeLists.txt
I have added this info to http://lincom.ietherpad.com/9?
On Monday 07 March 2011 21:14:08 David C. Rankin wrote:
Guys,
There are current 138 CMakeLists.txt in the first 3 levels of the Trinity tree. Of that 138, the following are of unknown origin. Some say kde4 and some are from Gentoo/Mandriva. These need to be looked at:
* applications/kde-systemsettings/CMakeLists.txt * applications/kpilot/CMakeLists.txt * applications/kgtk-qt3/CMakeLists.txt * applications/rosegarden/CMakeLists.txt * applications/knemo/CMakeLists.txt * applications/kdesvn/CMakeLists.txt * applications/gtk-qt-engine/CMakeLists.txt * applications/kbfx/CMakeLists.txt
I have added this info to http://lincom.ietherpad.com/9?
These packages are not maintained by us, at least for the moment.
On 03/07/2011 01:19 PM, Serghei Amelian wrote:
On Monday 07 March 2011 21:14:08 David C. Rankin wrote:
Guys,
There are current 138 CMakeLists.txt in the first 3 levels of the Trinity tree. Of that 138, the following are of unknown origin. Some say kde4 and some are from Gentoo/Mandriva. These need to be looked at:
* applications/kde-systemsettings/CMakeLists.txt * applications/kpilot/CMakeLists.txt * applications/kgtk-qt3/CMakeLists.txt * applications/rosegarden/CMakeLists.txt * applications/knemo/CMakeLists.txt * applications/kdesvn/CMakeLists.txt * applications/gtk-qt-engine/CMakeLists.txt * applications/kbfx/CMakeLists.txt
I have added this info to http://lincom.ietherpad.com/9?
These packages are not maintained by us, at least for the moment.
Aren't we going to try and get them all going? I love knemo. Need to know how you connection is - check knemo. The tooltip when you hover over the icon in the tray is just killer for laptops (ESSID, encryption info, etc.. )
On Tuesday 08 March 2011 02:22:51 David C. Rankin wrote: [...]
Aren't we going to try and get them all going? I love knemo. Need to know how you connection is - check knemo. The tooltip when you hover over the icon in the tray is just killer for laptops (ESSID, encryption info, etc.. )
All these apps will be ported to cmake, sooner or later. But right now we focus to porting trinity's core.
On 03/07/2011 06:26 PM, Serghei Amelian wrote:
On Tuesday 08 March 2011 02:22:51 David C. Rankin wrote: [...]
Aren't we going to try and get them all going? I love knemo. Need to know how you connection is - check knemo. The tooltip when you hover over the icon in the tray is just killer for laptops (ESSID, encryption info, etc.. )
All these apps will be ported to cmake, sooner or later. But right now we focus to porting trinity's core.
Agreed :)
Those are not priorities...
On 03/07/2011 01:14 PM, David C. Rankin wrote:
Guys,
There are current 138 CMakeLists.txt in the first 3 levels of the Trinity tree. Of that 138, the following are of unknown origin. Some say kde4 and some are from Gentoo/Mandriva. These need to be looked at:
For those interested, the simple script used to read the CMakeLists.txt in the Trinity svn tree into an array and then test whether Serghei or Calvin did the CMakeLists.txt file is here:
http://www.3111skyline.com/dl/dt/trinity/arch/scr/findcml.sh
You can change the test to query just about anything you want to look for in the tree. Could come in handy for checking things as we get closer to tidying up for 3.5.13. If there are other tests/checks/scripts that would be helpful, let me know -- that's one thing I can do :)