mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
![]() other changes such as syncing properties, updating some of the URLs, adding missing feature information, removing of redundant checks and variables and indentation were done in the process while testing if the changes work as intended. replacing find_package() with macro_optional_find_package() was also done where applicable however it's usage is questionable due to the CMake `CMAKE_DISABLE_FIND_PACKAGE_<PACKAGE>` option. there is a lot to be done, mostly updating package properties so I am thinking of either providing a package properties file (like the MacroLibrary) which sets properties for packages globablly or setting package properties from the CMake modules shipped with kdelibs. the first solution may override properties for packages if other projects define them however a check to ensure that is not done should suffice. the second solution will cover only DESCRIPTION and URL meaning PURPOSE and TYPE will still have to be specified in the build systems. Signed-off-by: Ivailo Monev <xakepa10@laimg.moc> |
||
---|---|---|
.. | ||
cmake | ||
data | ||
dev-notes | ||
interfaces | ||
pics | ||
scripts | ||
src | ||
.directory | ||
.gitattributes | ||
AUTHORS | ||
CMakeLists.txt | ||
COPYING | ||
gpl-2.0.txt | ||
gpl-3.0.txt | ||
INSTALL | ||
Messages.sh | ||
README | ||
version.h.in |
Quassel IRC - Release Notes =========================== Please find the current release notes at <http://quassel-irc.org>. On first run of the Quassel core, it will wait for a client to connect and present a first-run wizard that will allow you to create the database and one admin user for the core-side storage. To add more users, run: `quasselcore --add-user` To change the password of an existing user: `quasselcore --change-userpass=username` The manageusers.py script is deprecated. IRC is the preferred means of getting in touch with the developers. The Quassel IRC Team can be contacted on Freenode/#quassel (or #quassel.de). We always welcome new users in our channels! Our homepage is <http://quassel-irc.org> The bugtracker can be found at <http://bugs.quassel-irc.org> The dev team can be reached by email: <devel@quassel-irc.org> Thanks for reading, ~ The Quassel IRC Team