HI list, For the upcoming Google Soc, I just created a standard LXDE project template. This template can be used as skeleton of future LXDE projects.
It's here: Online browsing or download latest snapshot: http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde/devtools;a=tree;f=template;h=734cb3e4c3abe223521b6d5c717537230d6822d6;hb=HEAD The following command should help you get it from git. git clone git://lxde.git.sourceforge.net/gitroot/lxde/devtools/template Currently this template contains: 1. Our project standard autogen.sh 2. A basic configure.ac get gtk+ and gettext configured. 3. proper Makfile.am to build *.c and to install data files 4. Gettext/intltool integration 5. Handling of glade/ui files installation and optimization 6. An about dialog data/ui/about.glade.in automatically updates its version number everytime. 7. Automatically generate po/LINGUAS from the result of `ls po/*.po` so you don't have to maintain a list of available languages and this can work nicely with online translation service. This should save quite a lot of time when creating new project. Please consider making use of this standard template when creating new projects for LXDE. Cheers! Happy hacking! ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Lxde-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxde-list
