summary refs log tree commit diff
path: root/gnu/packages/kde-frameworks.scm
AgeCommit message (Collapse)Author
2016-08-22gnu: kwidgetsaddons: Disable tests.David Craven
* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Disable tests. Set QT_QPA_PLATFORM=offscreen and CTEST_OUTPUT_ON_FAILURE=1.
2016-08-22gnu: kguiaddons: Fix test failure.David Craven
* gnu/packages/kde-frameworks.scm (kguiaddons)[arguments]: Remove phase 'start-xorg-server. Add phase 'check-setup.
2016-08-19gnu: Avoid @itemize in descriptions.Ludovic Courtès
* gnu/packages/kde-frameworks.scm (kconfig)[description]: Use @enumerate instead of @itemize to work around <http://bugs.gnu.org/21772>. (kitemmodels)[description]: Likewise.
2016-08-18gnu: gpgmepp: Import missing modules.Leo Famulari
This is a followup to commit 30ffab50063c2cc8a4523d2eb110be9ebe388f51. * gnu/packages/kde-frameworks.scm: Import boost and gnupg modules.
2016-08-18gnu: kwidgetsaddons: Fix test failure.David Craven
* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Enable tests. Set Xvfb pixel depth to 24 bits.
2016-08-18gnu: modemmanager-qt: Propagate modem-manager.David Craven
* gnu/packages/kde-frameworks.scm (modemmanager-qt) [propagated-inputs]: Add modem-manager. [inputs]: Remove modem-manager.
2016-08-18gnu: networkmanager-qt: Propagate network-manager.David Craven
* gnu/packages/kde-frameworks.scm (networkmanager-qt) [propagated-inputs]: Add network-manager. [inputs]: Remove network-manager.
2016-08-18gnu: Add gpgmepp.David Craven
* gnu/packages/kde-frameworks.scm (gpgmepp): New variable.
2016-08-18gnu: Add kunitconversion.David Craven
* gnu/packages/kde-frameworks.scm (kunitconversion): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18gnu: Add kpty.David Craven
* gnu/packages/kde-frameworks.scm (kpty): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18gnu: Add kpackage.David Craven
* gnu/packages/kde-frameworks.scm (kpackage): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18gnu: Add knotifications.David Craven
* gnu/packages/kde-frameworks.scm (knotifications): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18gnu: Add kjobwidgets.David Craven
* gnu/packages/kde-frameworks.scm (kjobwidgets): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18gnu: Add kimageformats.David Craven
* gnu/packages/kde-frameworks.scm (kimageformats): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18gnu: Add kfilemetadata.David Craven
* gnu/packages/kde-frameworks.scm (kfilemetadata): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18gnu: Add kdoctools.David Craven
* gnu/packages/kde-frameworks.scm (kdoctools): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18gnu: Add kcrash.David Craven
* gnu/packages/kde-frameworks.scm (kcrash): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18gnu: Add kcompletion.David Craven
* gnu/packages/kde-frameworks.scm (kcompletion): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18gnu: Add kauth.David Craven
* gnu/packages/kde-frameworks.scm (kauth): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18gnu: Add phonon.David Craven
* gnu/packages/kde-frameworks.scm (phonon): New variable.
2016-08-13gnu: kde-frameworks: Add threadweaver.David Craven
* gnu/packages/kde-frameworks.scm (threadweaver): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add sonnet.David Craven
* gnu/packages/kde-frameworks.scm (sonnet): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add solid.David Craven
* gnu/packages/kde-frameworks.scm (solid): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add networkmanager-qt.David Craven
* gnu/packages/kde-frameworks (networkmanager-qt): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add modemmanager-qt.David Craven
* gnu/packages/kde-frameworks.scm (modemmanager-qt): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add kwidgetsaddons.David Craven
* gnu/packages/kde-frameworks.scm (kwidgetsaddons): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add kwayland.David Craven
* gnu/packages/kde-frameworks.scm (kwayland): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add kplotting.David Craven
* gnu/packages/kde-frameworks.scm (kplotting): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add kitemviews.David Craven
* gnu/packages/kde-frameworks.scm (kitemviews): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add kitemmodels.David Craven
* gnu/packages/kde-frameworks.scm (kitemmodels): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add kidletime.David Craven
* gnu/packages/kde-frameworks.scm (kidletime): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add ki18n.David Craven
* gnu/packages/kde-frameworks.scm (ki18n): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add kguiaddons.David Craven
* gnu/packages/kde-frameworks.scm (kguiaddons): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add kdnssd.David Craven
* gnu/packages/kde-frameworks.scm (kdnssd): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add kdbusaddons.David Craven
* gnu/packages/kde-frameworks.scm (kdbusaddons): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add kcoreaddons.David Craven
* gnu/packages/kde-frameworks.scm (kcoreaddons): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add kconfig.David Craven
* gnu/packages/kde-frameworks.scm (kconfig): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add kcodecs.David Craven
* gnu/packages/kde-frameworks.scm (kcodecs): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add karchive.David Craven
* gnu/packages/kde-frameworks.scm (karchive): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add kapidox.David Craven
* gnu/packages/kde-frameworks.scm (kapidox): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add breeze-icons.David Craven
* gnu/packages/kde-frameworks.scm (breeze-icons): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add bluez-qt.David Craven
* gnu/packages/kde-frameworks.scm (bluez-qt): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: kde-frameworks: Add attica.David Craven
* gnu/packages/kde-frameworks.scm (attica): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-13gnu: oxygen-icons: Update to 5.24.0.David Craven
* gnu/packages/kde-frameworks.scm (oxygen-icons)[uri]: Use mirror. [native-inputs]: Make extra-cmake-modules a native-input.
2016-08-13gnu: kwindowsystem: Update to 5.24.0.David Craven
* gnu/packages/kde-frameworks.scm (kwindowsystem)[uri]: Use mirror. [native-inputs]: Make extra-cmake-modules a native-input. [inputs]: Replace qt dependency with qtbase and qtx11extras.
2016-08-13gnu: extra-cmake-modules: Update to 5.24.0.David Craven
* gnu/packages/kde-frameworks.scm: Update to 5.24.0. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-02gnu: kde-frameworks: Fix version numbers.Ludovic Courtès
Fixes a regression introduced in d26e2b9f306a1170d46f7c860c81840d9d600161. * gnu/packages/kde-frameworks.scm (kwindowsystem, oxygen-icons): Set to "5.21.0".
2016-08-02gnu: extra-cmake-modules: Add proper 'version'.Ludovic Courtès
Fixes a regression introduced in d26e2b9f306a1170d46f7c860c81840d9d600161. * gnu/packages/kde-frameworks.scm (extra-cmake-modules)[version]: Set to "5.21.0".
2016-08-02gnu: kde-frameworks: Remove kde-frameworks-version.David Craven
* gnu/packages/kde-frameworks (kde-frameworks-version): Delete variable. (kwindowsystem)[version]: Replace kde-frameworks-version with version string. (oxygen-icons)[version]: Replace kde-frameworks-version with version string.
2016-07-29gnu: Remove trailing periods from synopsis.David Craven
* gnu/packages/emacs.scm (emacs-smart-mode-line): Update synopsis. * gnu/packages/gnustep.scm (wmfire): Update synopsis. * gnu/packages/haskell.scm (ghc-socks): Update synopsis. * gnu/packages/kde-frameworks.scm (oxygen-icons): Update synopsis. * gnu/packages/openstack.scm (python-bandit): Update synopsis. * gnu/packages/perl.scm (perl-test-trap): Update synopsis. * gnu/packages/python.scm (python-backports-abc): Update synopsis. * gnu/packages/ruby.scm (python-cryptography-vectors): Update synopsis. Signed-off-by: Ludovic Courtès <ludo@gnu.org>