descriptionScripts to split up the Qtopia Source Tree in a sane manner
homepage URLhttp://www.trolltech.com
ownerzecke@selfish.org
last changeMon, 3 Dec 2007 12:36:13 +0000 (3 18:06 +0530)
content tags
add:
README
A set of scripts to split up a Qtopia Source Tarball into many smaller ones.


1. Reasoning:
    - Give the Community a chance to easily replace certain applications
    - Give the Community the oppurtunity to easily improve code
    - Faster build times
    - Allow System Integrator to easily replace certain applications or to
      not install them at all.
    - Use the stock Qtopia
    - More easily build packages for other distributions as well...

2. Layout:
    - Each project will have COPYING.GPL

2.0 Usage of qmake:
    - Each tarball will use qmake in a maintainable fashion

2.1 Groups:
    - We have the following groups

    - qtopia-source-tool-$TOOLNAME
    - qtopia-source-setting-$SETTINGNAME
    - qtopia-source-library-$LIBRARYNAME
    - qtopia-source-pim-$PIMNAME
    - qtopia-source-game-$GAMENAME
    - qtopia-source-application-$APPNAME
    - qtopia-source-plugin-$PLUGINNAME
    - qtopia-source-desktop

2.2 Issues:
    - Wild includepath's
    - Adding files to the project from other directories

2.3 Approaching the Issues:
    - Fix includes. Probably by having a patch here and applying it
      to the source and sending it upstream
    - Copying the file...
shortlog
2007-12-03 Holger Freyther* Copy .desktop files, services and picturesmaster
2007-12-03 Holger Freyther* Package most of the HTML documentation
2007-12-03 Holger Freyther* Keep the directory structure when copying files around
2007-12-03 Holger Freyther* Don't use 'dir' for pics, sounds, etc. We want to...
2007-12-02 Holger Freyther* Emulate that we handle 'files'
2007-12-02 Holger Freyther* Ignore some more files. Either because we really...
2007-12-02 Holger Freyther* Ignore these directories for now
2007-12-02 Holger Freyther* Allow to have more than one directory in the "dir...
2007-12-02 Holger Freyther* Cleanup
2007-12-02 Holger Freyther* Ignore certain files for now
2007-12-01 Holger Freyther* Once done, git-add everything and git-commit everythi...
2007-12-01 Holger Freyther* Warn which files have not been moved around
2007-12-01 Holger Freyther* Ignore .pri and .pro files as the current buildsystem...
2007-12-01 Holger Freyther* Honor the base path
2007-12-01 Holger Freyther* Create some directories, follow the structure of...
2007-12-01 Holger Freyther* Change the config format and always specify a dir
...
heads
16 years ago master