* Copy .desktop files, services and pictures
[qtopia-split.git] / README
blobc914c568df538044a961a21aa9baf800d8a9cfc1
1 A set of scripts to split up a Qtopia Source Tarball into many smaller ones.
4 1. Reasoning:
5     - Give the Community a chance to easily replace certain applications
6     - Give the Community the oppurtunity to easily improve code
7     - Faster build times
8     - Allow System Integrator to easily replace certain applications or to
9       not install them at all.
10     - Use the stock Qtopia
11     - More easily build packages for other distributions as well...
13 2. Layout:
14     - Each project will have COPYING.GPL
16 2.0 Usage of qmake:
17     - Each tarball will use qmake in a maintainable fashion
19 2.1 Groups:
20     - We have the following groups
22     - qtopia-source-tool-$TOOLNAME
23     - qtopia-source-setting-$SETTINGNAME
24     - qtopia-source-library-$LIBRARYNAME
25     - qtopia-source-pim-$PIMNAME
26     - qtopia-source-game-$GAMENAME
27     - qtopia-source-application-$APPNAME
28     - qtopia-source-plugin-$PLUGINNAME
29     - qtopia-source-desktop
31 2.2 Issues:
32     - Wild includepath's
33     - Adding files to the project from other directories
35 2.3 Approaching the Issues:
36     - Fix includes. Probably by having a patch here and applying it
37       to the source and sending it upstream
38     - Copying the file...