summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add kpmcore.•••* gnu/packages/kde-frameworks.scm (kpmcore): New variable. David Craven2016-08-301-0/+33
* gnu: Add plasma-framework.•••* gnu/packages/kde-frameworks.scm (plasma-framework): New variable. David Craven2016-08-301-0/+66
* gnu: Add kxmlrpcclient.•••* gnu/packages/kde-frameworks.scm (kxmlrpcclient): New variable. David Craven2016-08-301-0/+43
* gnu: Add kxmlgui.•••* gnu/packages/kde-frameworks.scm (kxmlgui): New variable. David Craven2016-08-301-0/+52
* gnu: Add kwallet.•••* gnu/packages/kde-frameworks.scm (kwallet): New variable. David Craven2016-08-301-0/+41
* gnu: Add ktextwidgets.•••* gnu/packages/kde-frameworks.scm (ktextwidgets): New variable. David Craven2016-08-301-0/+45
* gnu: Add ktexteditor.•••* gnu/packages/kde-frameworks.scm (ktexteditor): New variable. David Craven2016-08-301-0/+68
* gnu: Add kservice.•••* gnu/packages/kde-frameworks.scm (kservice): New variable. David Craven2016-08-301-0/+43
* gnu: Add krunner.•••* gnu/packages/kde-frameworks.scm (krunner): New variable. David Craven2016-08-301-0/+54
* gnu: Add kpeople.•••* gnu/packages/kde-frameworks.scm (kpeople): New variable. David Craven2016-08-301-0/+42
* gnu: Add kparts.•••* gnu/packages/kde-frameworks.scm (kparts): New variable. David Craven2016-08-301-0/+50
* gnu: Add knotifyconfig.•••* gnu/packages/kde-frameworks.scm (knotifyconfig): New variable. David Craven2016-08-301-0/+42
* gnu: Add knewstuff.•••* gnu/packages/kde-frameworks.scm (knewstuff): New variable. David Craven2016-08-301-0/+55
* gnu: Add kio.•••* gnu/packages/kde-frameworks.scm (kio): New variable. David Craven2016-08-301-0/+73
* gnu: Add kinit.•••* gnu/packages/kde-frameworks.scm (kinit): New variable. David Craven2016-08-301-0/+44
* gnu: Add kiconthemes.•••* gnu/packages/kde-frameworks.scm (kiconthemes): New variable. David Craven2016-08-301-0/+47
* gnu: Add kglobalaccel.•••* gnu/packages/kde-frameworks.scm (kglobalaccel): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com> David Craven2016-08-301-0/+41
* gnu: Add kemoticons.•••* gnu/packages/kde-frameworks.scm (kemoticons): New variable. David Craven2016-08-301-0/+40
* gnu: Add kdesu.•••* gnu/packages/kde-frameworks.scm (kdesu): New variable. David Craven2016-08-301-0/+31
* gnu: Add kdesignerplugin.•••* gnu/packages/kde-frameworks.scm (kdesignerplugin): New variable. David Craven2016-08-301-0/+37
* gnu: Add kded.•••* gnu/packages/kde-frameworks.scm (kded): New variable. David Craven2016-08-301-0/+33
* gnu: Add kdeclarative.•••* gnu/packages/kde-frameworks.scm (kdeclarative): New variable. David Craven2016-08-301-0/+60
* gnu: Add kconfigwidgets.•••* gnu/packages/kde-frameworks.scm (kconfigwidgets): New variable. David Craven2016-08-301-0/+41
* gnu: Add kcmutils.•••* gnu/packages/kde-frameworks.scm (kcmutils): New variable. David Craven2016-08-301-0/+39
* gnu: Add kbookmarks.•••* gnu/packages/kde-frameworks.scm (kbookmarks): New variable. David Craven2016-08-301-0/+42
* gnu: Add kactivities-stats.•••* gnu/packages/kde-frameworks.scm (kactivities-stats): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com> David Craven2016-08-301-0/+32
* gnu: Add kactivities.•••* gnu/packages/kde-frameworks.scm (kactivities): New variable. David Craven2016-08-301-0/+46
* gnu: Add baloo.•••* gnu/packages/kde-frameworks.scm (baloo): New variable. David Craven2016-08-301-0/+64
* gnu: kcompletion: Fix test failure.•••* gnu/packages/kde-frameworks.scm (kcompletion)[arguments]: Remove phase 'start-xorg-server. Set QT_QPA_PLATFORM=offscreen. David Craven2016-08-221-9/+3
* gnu: kwidgetsaddons: Disable tests.•••* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Disable tests. Set QT_QPA_PLATFORM=offscreen and CTEST_OUTPUT_ON_FAILURE=1. David Craven2016-08-221-4/+8
* gnu: kguiaddons: Fix test failure.•••* gnu/packages/kde-frameworks.scm (kguiaddons)[arguments]: Remove phase 'start-xorg-server. Add phase 'check-setup. David Craven2016-08-221-7/+4
* gnu: Avoid @itemize in descriptions.•••* gnu/packages/kde-frameworks.scm (kconfig)[description]: Use @enumerate instead of @itemize to work around <http://bugs.gnu.org/21772>. (kitemmodels)[description]: Likewise. Ludovic Courtès2016-08-191-4/+4
* gnu: gpgmepp: Import missing modules.•••This is a followup to commit 30ffab50063c2cc8a4523d2eb110be9ebe388f51. * gnu/packages/kde-frameworks.scm: Import boost and gnupg modules. Leo Famulari2016-08-181-0/+2
* gnu: kwidgetsaddons: Fix test failure.•••* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Enable tests. Set Xvfb pixel depth to 24 bits. David Craven2016-08-181-5/+5
* gnu: modemmanager-qt: Propagate modem-manager.•••* gnu/packages/kde-frameworks.scm (modemmanager-qt) [propagated-inputs]: Add modem-manager. [inputs]: Remove modem-manager. David Craven2016-08-181-2/+4
* gnu: networkmanager-qt: Propagate network-manager.•••* gnu/packages/kde-frameworks.scm (networkmanager-qt) [propagated-inputs]: Add network-manager. [inputs]: Remove network-manager. David Craven2016-08-181-2/+5
* gnu: Add gpgmepp.•••* gnu/packages/kde-frameworks.scm (gpgmepp): New variable. David Craven2016-08-181-0/+26
* gnu: Add kunitconversion.•••* gnu/packages/kde-frameworks.scm (kunitconversion): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com> David Craven2016-08-181-0/+27
* gnu: Add kpty.•••* gnu/packages/kde-frameworks.scm (kpty): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com> David Craven2016-08-181-0/+37
* gnu: Add kpackage.•••* gnu/packages/kde-frameworks.scm (kpackage): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com> David Craven2016-08-181-0/+37
* gnu: Add knotifications.•••* gnu/packages/kde-frameworks.scm (knotifications): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com> David Craven2016-08-181-0/+42
* gnu: Add kjobwidgets.•••* gnu/packages/kde-frameworks.scm (kjobwidgets): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com> David Craven2016-08-181-0/+28
* gnu: Add kimageformats.•••* gnu/packages/kde-frameworks.scm (kimageformats): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com> David Craven2016-08-181-0/+37
* gnu: Add kfilemetadata.•••* gnu/packages/kde-frameworks.scm (kfilemetadata): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com> David Craven2016-08-181-0/+31
* gnu: Add kdoctools.•••* gnu/packages/kde-frameworks.scm (kdoctools): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com> David Craven2016-08-181-0/+51
* gnu: Add kcrash.•••* gnu/packages/kde-frameworks.scm (kcrash): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com> David Craven2016-08-181-0/+38
* gnu: Add kcompletion.•••* gnu/packages/kde-frameworks.scm (kcompletion): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com> David Craven2016-08-181-0/+42
* gnu: Add kauth.•••* gnu/packages/kde-frameworks.scm (kauth): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com> David Craven2016-08-181-0/+43
* gnu: Add phonon.•••* gnu/packages/kde-frameworks.scm (phonon): New variable. David Craven2016-08-181-0/+28
* gnu: kde-frameworks: Add threadweaver.•••* gnu/packages/kde-frameworks.scm (threadweaver): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com> David Craven2016-08-131-0/+24