/build-aux/

alue=''/>
path: root/gnu/packages/kde.scm
AgeCommit message (Collapse)Author
2017-06-15gnu: kdevelop: Update to 5.1.1.Thomas Danckaert
* gnu/packages/kde.scm (kdevelop): Update to 5.1.1. [arguments]: Set QT_QPA_PLATFORM_PLUGIN_PATH during the wrap-executable phase. (kdevplatform): Update to 5.1.1.
2017-06-08gnu: kde.scm, kde-frameworks.scm: Add and update comments.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kpackage,plasma-framework)[arguments]: Update comment (number of failed tests). (kdeclarative)[arguments]<#:phases>: Update comment. (bluez-qt,knotifications,kpty,ktexteditor,ktextwidgets,solid)[inputs]: Add a todo comment. (kguiaddons): Add a todo comment. (phonon)[native-inputs]: Add a todo comment. * gnu/packages/kde-frameworks.scm (kauth)[arguments]<#:phases>: Add a todo comment.
2017-05-04gnu: qca: Update to 2.1.3.Efraim Flashner
* gnu/packages/kde.scm (qca): Update to 2.1.3. [home-page]: Use new home-page.
2017-04-05gnu: kdevelop: Update to 5.1.0.Thomas Danckaert
* gnu/packages/kde.scm (kdevelop, kdevplatform): Update to 5.1.0.
2017-03-07gnu: kdevelop: Upgrade to 5.0.4.Thomas Danckaert
* gnu/packages/kde.scm (kdevelop, kdevplatform): Upgrade to 5.0.4. (kdevplatform)[source]: Use kde mirror instead of github. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-16gnu: kdevelop: Set more paths in wrapper script.Thomas Danckaert
* gnu/packages/kde.scm (kdevelop)[arguments]: Add more paths in wrap-executable: add "/share" output of kdevplatform and kcmutils to $XDG_DATA_DIRS; add "lib/plugins" from user profile to $QT_PLUGIN_PATH. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-16gnu: kdevelop: Update to 5.0.3.Thomas Danckaert
* gnu/packages/kde.scm (kdevelop, kdevplatform): Update to 5.0.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-12-15gnu: Add kdevelop.Thomas Danckaert
* gnu/packages/kde.scm (kdevelop): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-12-15gnu: Add kdevplatform.Thomas Danckaert
* gnu/packages/kde.scm (kdevplatform): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-12-15gnu: libksysguard: Correct inputs.Thomas Danckaert
* gnu/packages/kde.scm (libksysguard)[inputs]: Remove kdbusaddons, kdoctools, kinit, knewstruff, knotifications, kio; add kauth, kcompletion, kconfig, kcoreaddons, kwidgetsaddons. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-12-03gnu: Add libksysguard.Thomas Danckaert
* gnu/packages/kde.scm (libksysguard): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-11-09gnu: Add kdevelop-pg-qt.Thomas Danckaert
* gnu/packages/kde.scm (kdevelop-pg-qt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-11-09gnu: Add libkomparediff2.Thomas Danckaert
* gnu/packages/kde.scm (libkomparediff2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-07-07gnu: snorenotify: Build with modular qt.Efraim Flashner
* gnu/packages/kde.scm (snorenotify)[inputs]: Remove qt, add qtbase, qttools.
2016-07-07gnu: qca: Build with qtbase.Efraim Flashner
* gnu/packages/kde.scm (qca)[inputs]: Remove qt, add qtbase.
2016-03-01gnu: Add snorenotify.Efraim Flashner
* gnu/packages/kde.scm (snorenotify): New variable.
2016-03-01gnu: Add qca.Efraim Flashner
* gnu/packages/kde.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Register it.
2016-02-22gnu: Remove KDE 4.Andreas Enge
* gnu/packages/kde.scm (qjson): Move from here... * gnu/packages/qt.scm (qjson): ...to here. * gnu/packages/pumpio.scm: Drop inclusion of (gnu packages kde). * gnu/packages/kde.scm: Delete file. * gnu-system.am (GNU_SYSTEM_MODULES): Unregister it. * gnu/packages/rdf.scm (soprano): Delete variable. KDE 4 relies on Qt 4, which does not receive security updates any more.