summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
Commit message (Collapse)AuthorAge
* gnu: Add knotifyconfig.David Craven2016-08-30
| | | | * gnu/packages/kde-frameworks.scm (knotifyconfig): New variable.
* gnu: Add knewstuff.David Craven2016-08-30
| | | | * gnu/packages/kde-frameworks.scm (knewstuff): New variable.
* gnu: Add kio.David Craven2016-08-30
| | | | * gnu/packages/kde-frameworks.scm (kio): New variable.
* gnu: Add kinit.David Craven2016-08-30
| | | | * gnu/packages/kde-frameworks.scm (kinit): New variable.
* gnu: Add kiconthemes.David Craven2016-08-30
| | | | * gnu/packages/kde-frameworks.scm (kiconthemes): New variable.
* gnu: Add kglobalaccel.David Craven2016-08-30
| | | | | | * gnu/packages/kde-frameworks.scm (kglobalaccel): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: Add kemoticons.David Craven2016-08-30
| | | | * gnu/packages/kde-frameworks.scm (kemoticons): New variable.
* gnu: Add kdesu.David Craven2016-08-30
| | | | * gnu/packages/kde-frameworks.scm (kdesu): New variable.
* gnu: Add kdesignerplugin.David Craven2016-08-30
| | | | * gnu/packages/kde-frameworks.scm (kdesignerplugin): New variable.
* gnu: Add kded.David Craven2016-08-30
| | | | * gnu/packages/kde-frameworks.scm (kded): New variable.
* gnu: Add kdeclarative.David Craven2016-08-30
| | | | * gnu/packages/kde-frameworks.scm (kdeclarative): New variable.
* gnu: Add kconfigwidgets.David Craven2016-08-30
| | | | * gnu/packages/kde-frameworks.scm (kconfigwidgets): New variable.
* gnu: Add kcmutils.David Craven2016-08-30
| | | | * gnu/packages/kde-frameworks.scm (kcmutils): New variable.
* gnu: Add kbookmarks.David Craven2016-08-30
| | | | * gnu/packages/kde-frameworks.scm (kbookmarks): New variable.
* gnu: Add kactivities-stats.David Craven2016-08-30
| | | | | | * gnu/packages/kde-frameworks.scm (kactivities-stats): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: Add kactivities.David Craven2016-08-30
| | | | * gnu/packages/kde-frameworks.scm (kactivities): New variable.
* gnu: Add baloo.David Craven2016-08-30
| | | | * gnu/packages/kde-frameworks.scm (baloo): New variable.
* gnu: kcompletion: Fix test failure.David Craven2016-08-22
| | | | | * gnu/packages/kde-frameworks.scm (kcompletion)[arguments]: Remove phase 'start-xorg-server. Set QT_QPA_PLATFORM=offscreen.
* gnu: kwidgetsaddons: Disable tests.David Craven2016-08-22
| | | | | * gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Disable tests. Set QT_QPA_PLATFORM=offscreen and CTEST_OUTPUT_ON_FAILURE=1.
* gnu: kguiaddons: Fix test failure.David Craven2016-08-22
| | | | | * gnu/packages/kde-frameworks.scm (kguiaddons)[arguments]: Remove phase 'start-xorg-server. Add phase 'check-setup.
* gnu: Avoid @itemize in descriptions.Ludovic Courtès2016-08-19
| | | | | | * gnu/packages/kde-frameworks.scm (kconfig)[description]: Use @enumerate instead of @itemize to work around <http://bugs.gnu.org/21772>. (kitemmodels)[description]: Likewise.
* gnu: gpgmepp: Import missing modules.Leo Famulari2016-08-18
| | | | | | This is a followup to commit 30ffab50063c2cc8a4523d2eb110be9ebe388f51. * gnu/packages/kde-frameworks.scm: Import boost and gnupg modules.
* gnu: kwidgetsaddons: Fix test failure.David Craven2016-08-18
| | | | | * gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Enable tests. Set Xvfb pixel depth to 24 bits.
* gnu: modemmanager-qt: Propagate modem-manager.David Craven2016-08-18
| | | | | | * gnu/packages/kde-frameworks.scm (modemmanager-qt) [propagated-inputs]: Add modem-manager. [inputs]: Remove modem-manager.
* gnu: networkmanager-qt: Propagate network-manager.David Craven2016-08-18
| | | | | | * gnu/packages/kde-frameworks.scm (networkmanager-qt) [propagated-inputs]: Add network-manager. [inputs]: Remove network-manager.
* gnu: Add gpgmepp.David Craven2016-08-18
| | | | * gnu/packages/kde-frameworks.scm (gpgmepp): New variable.
* gnu: Add kunitconversion.David Craven2016-08-18
| | | | | | * gnu/packages/kde-frameworks.scm (kunitconversion): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: Add kpty.David Craven2016-08-18
| | | | | | * gnu/packages/kde-frameworks.scm (kpty): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: Add kpackage.David Craven2016-08-18
| | | | | | * gnu/packages/kde-frameworks.scm (kpackage): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: Add knotifications.David Craven2016-08-18
| | | | | | * gnu/packages/kde-frameworks.scm (knotifications): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: Add kjobwidgets.David Craven2016-08-18
| | | | | | * gnu/packages/kde-frameworks.scm (kjobwidgets): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: Add kimageformats.David Craven2016-08-18
| | | | | | * gnu/packages/kde-frameworks.scm (kimageformats): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: Add kfilemetadata.David Craven2016-08-18
| | | | | | * gnu/packages/kde-frameworks.scm (kfilemetadata): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: Add kdoctools.David Craven2016-08-18
| | | | | | * gnu/packages/kde-frameworks.scm (kdoctools): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: Add kcrash.David Craven2016-08-18
| | | | | | * gnu/packages/kde-frameworks.scm (kcrash): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: Add kcompletion.David Craven2016-08-18
| | | | | | * gnu/packages/kde-frameworks.scm (kcompletion): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: Add kauth.David Craven2016-08-18
| | | | | | * gnu/packages/kde-frameworks.scm (kauth): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: Add phonon.David Craven2016-08-18
| | | | * gnu/packages/kde-frameworks.scm (phonon): New variable.
* gnu: kde-frameworks: Add threadweaver.David Craven2016-08-13
| | | | | | * gnu/packages/kde-frameworks.scm (threadweaver): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: kde-frameworks: Add sonnet.David Craven2016-08-13
| | | | | | * gnu/packages/kde-frameworks.scm (sonnet): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: kde-frameworks: Add solid.David Craven2016-08-13
| | | | | | * gnu/packages/kde-frameworks.scm (solid): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: kde-frameworks: Add networkmanager-qt.David Craven2016-08-13
| | | | | | * gnu/packages/kde-frameworks (networkmanager-qt): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: kde-frameworks: Add modemmanager-qt.David Craven2016-08-13
| | | | | | * gnu/packages/kde-frameworks.scm (modemmanager-qt): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: kde-frameworks: Add kwidgetsaddons.David Craven2016-08-13
| | | | | | * gnu/packages/kde-frameworks.scm (kwidgetsaddons): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: kde-frameworks: Add kwayland.David Craven2016-08-13
| | | | | | * gnu/packages/kde-frameworks.scm (kwayland): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: kde-frameworks: Add kplotting.David Craven2016-08-13
| | | | | | * gnu/packages/kde-frameworks.scm (kplotting): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: kde-frameworks: Add kitemviews.David Craven2016-08-13
| | | | | | * gnu/packages/kde-frameworks.scm (kitemviews): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: kde-frameworks: Add kitemmodels.David Craven2016-08-13
| | | | | | * gnu/packages/kde-frameworks.scm (kitemmodels): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: kde-frameworks: Add kidletime.David Craven2016-08-13
| | | | | | * gnu/packages/kde-frameworks.scm (kidletime): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: kde-frameworks: Add ki18n.David Craven2016-08-13
| | | | | | * gnu/packages/kde-frameworks.scm (ki18n): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>