Warning, /multimedia/k3b/Release How To.txt is written in an unsupported language. File is not indexed.

0001 How To Create a K3b Release
0002 ---------------------------
0003 
0004 1. Get "releaseme" script:
0005    git clone git://anongit.kde.org/releaseme
0006    cd releaseme
0007 
0008 2. Edit "k3brc" file and update "version" entry.
0009 
0010 3. Run:
0011    ./k3b.rb
0012    The script fetches sources from git repository, translations from SVN and makes a source package.
0013    On success the script creates a source tarball, e.g. "k3b-2.0.0.tar.bz2".
0014 
0015 4. Make sure the version in "CMakeLists.txt", "README", "INSTALL" is valid.
0016 
0017 5. Test the tarball. Uncompress and build it. In ideal case the compilation should be performed
0018    on vanilla environment (without any trace of K3b, minimal requirements with default environment
0019    variables etc.). After compilation check if the application runs.
0020 
0021 6. Upload the tarball to the server (http://sourceforge.net/projects/k3b).
0022 
0023 7. Add new version to the bug tracker (https://bugs.kde.org/editversions.cgi?product=k3b).
0024 
0025 8. Write release announcement and publish it on k3b.org]. Update download page.
0026 
0027 9. Send an announcement email to:
0028    * k3b@kde.org
0029    * kde-extra-gear@kde.org
0030 
0031 10. Update K3b status on software sites. Following sites needs an update:
0032     * Sourceforge (http://sourceforge.net/projects/k3b)
0033     * Freshmeat (http://freshmeat.net/projects/k3b)
0034     * KDE-Apps.org (http://kde-apps.org/content/show.php/K3b?content=9875)