On Tue, Aug 6, 2013 at 9:12 PM, Александр Соколов <[email protected]> wrote: > I can help with libraries. We have some achievements - > https://github.com/Razor-qt/razor-qt/commits/separate-build > What name will have libraries? > > 2013/8/6 PCMan <[email protected]> >> >> On Tue, Aug 6, 2013 at 8:12 PM, Petr Vanek <[email protected]> wrote: >> > we tried to create wverything we can under LGPL2+ and almost all our >> > code was under this license. >> > Only some 3rd party stuff use GPL/BSD/do what you want license mix >> > >> > On 08/06/2013 01:54 PM, Samuel Stirtzel wrote: >> >> 2013/8/6 PCMan <[email protected]>: >> >>> For ease of future development, I took some time and tried to split >> >>> the monolithic razor-qt repo into smaller splitted ones with all >> >>> history preserved. >> >>> >> >>> Please see this: >> >>> https://github.com/lxde >> >>> >> >>> Repos are renamed to avoid conflicts with the original razor programs. >> >>> Members of the original razor-qt@github are also added to lxde@github. >> >>> >> >>> All components do not compile now, and libraries are not yet split. >> >>> The CMake rules need to be fixed before they can be compiled >> >>> correctly. >> >>> I'll try to see if I know how to do it later. >> >>> >> >>> Thank you. >> >>> >> >> Hi, >> >> >> >> any info about what license the new code will use? >> >> Just asking as I see no COPYING files around. >> >> >> >> Fixed! >> It seems that razor-config-mouse is the only part that uses GPL. >> Other existing razor-qt components are using LGPL2. >> I just added COPYING and AUTHORS files to the repos. >> >> Later I'll try to fix the broken makefiles to make them compile again. >> >> Thanks. >> >> -- >> -- >> You received this message because you are subscribed to the Google >> Groups "Razor-qt" group. >> For more options, visit this group at >> http://groups.google.com/group/razor-qt?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "Razor-qt" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. > -- > Best regards, > Alexander.
By the time of this writing, I just did more split. Here is a list: libraries/qtxdg => libqtxdg libraries/razor => liblxqt libraries/razormount => liblxqt-mount libraries/sysstat => libsysstat I just give prefix "lib" to every lib so it's quite clear that it's a library. The names can be changed to anything you guys want if there are better ones. I have no strong opinions about the name of libraries. I only try to avoid name clashes. If you have better names, please feel free to rename them. Check it here if you want. I already added all members of razor-qt to lxde as well so everybody should have the permission to edit. https://github.com/lxde Again, only the repos are separated. They cannot compile at the moment due to broken CMakeLists.txt and missing modules. The makefiles and missing cmake modules need to be fixed later. I checked the source code and it seems that all parts are using LGPL2+. So I also added AUTHORS and COPYING files to the new repos. Thanks ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Lxde-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxde-list
