summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
Commit message (Collapse)AuthorAge
...
* gnu: kguiaddons: Add more optional inputs.Hartmut Goebel2017-06-08
| | | | | * gnu/packages/kde-frameworks.scm (kguiaddons) [native-inputs]: Add pkg-config. [inputs]:Add qtx11extras.
* gnu: Update kde frameworks to 5.34.0.Hartmut Goebel2017-05-15
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde-frameworks.scm (solid): Update to 5.34.0 [native-inputs]: Add dbus. <check>: Replace standard phase. (networkmanager-qt): Update to 5.34.0. [source]: Remove patches. (kfilemetadata) Update to 5.32.0. <check-setup>: New phase <check> Move phase after install phase. [inputs] Add catdoc, exiv2, ffmpeg, poppler, taglib. (attica, baloo, bluez-qt, breeze-icons, extra-cmake-modules, kactivities, kactivities-stats, kapidox, karchive, kauth, kbookmarks, kcmutils, kcodecs, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash, kdbusaddons, kdeclarative, kded, kdesignerplugin, kdesu, kdnssd, kdoctools, kemoticons, kglobalaccel, kguiaddons, ki18n, kiconthemes, kidletime, kimageformats, kinit, kio, kitemmodels, kitemviews, kjobwidgets, knewstuff, knotification, knotifyconfig, kpackages, kparts, kpeople, kplotting, kpty, krunner, kservice, ksyntaxhighlighting, ktexteditor, ktextwidgets, kunitconversion, kwallet, kwayland, kwidgetsaddons, kwindowsystem, kxmlgui, kxmlrpcclient, modemmanager-qt, networkmanager-qt, oxygen-icons, plasma-framework, sonnet, threadweaver): Update to 5.34.0. * gnu/packages/patches/networkmanager-qt-activeconnection-test-1.patch, gnu/packages/patches/networkmanager-qt-activeconnection-test-2.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove the patch files.
* gnu: Fix typos in descriptions.Tobias Geerinckx-Rice2017-04-17
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (di)[description]: Likewise. * gnu/packages/bioinformatics.scm (r-annotate)[description]: Likewise. * gnu/packages/datastructures.scm (sparsehash)[description]: Likewise. * gnu/packages/dns.scm (knot)[description]: Likewise. * gnu/packages/emacs.scm (emacs-idle-highlight)[synopsis, description]: Likewise. * gnu/packages/gnome.scm (libpeas)[description]: Likewise. * gnu/packages/gtk.scm (python2-pygtk)[description]: Likewise. * gnu/packages/kde-frameworks.scm (kactivities)[description]: Fix typo. * gnu/packages/libevent.scm (perl-anyevent)[description]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[description]: Likewise. * gnu/packages/mail.scm (mlmmj)[description]: Likewise. * gnu/packages/maths.scm (vc)[description]: Likewise. * gnu/packages/music.scm (gx-super-fuzz-lv2)[description]: Likewise. * gnu/packages/networking.scm (nload)[description]: Likewise. * gnu/packages/python.scm (python-execnet)[description]: Likewise. * gnu/packages/terminals.scm (tilda)[description]: Likewise. * gnu/packages/python.scm (python-execnet, python-tables) (python2-coverage-test-runner, python2-rope)[description]: Likewise.
* gnu: kde-frameworks: No longer setenv CTEST_OUTPUT_ON_FAILURE.Hartmut Goebel2017-04-12
| | | | | | | | | | | This is now done my the cmake-build-system. * gnu/packages/kde-frameworks.scm (kcoreaddons, kwidgetsaddons, kpackage, kemoticons kiconthemes, kio, knewstuff, kpeople, krunner,kservice, ktexteditor, kxmlgui plasma-framework) [arguments] <check-setup>: Remove setenv CTEST_OUTPUT_ON_FAILURE. (kpty) [arguments] <patch-tests>: Remove setenv CTEST_OUTPUT_ON_FAILURE. (ksyntaxhighlighting) [arguments] <check-setup>: Remove phase.
* gnu: Update kde-frameworks to 5.32.0Hartmut Goebel2017-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde-frameworks.scm (breeze-icons): Update to 5.32.0. [arguments]: Re-enable tests. (kio): Update to 5.32.0. [source]: Remove patch. (ktexteditor): Update to 5.32.0. [inputs]: Add ksyntaxhighlighting. (networkmanager-qt): Update to 5.32.0. [source]: Add patches. (kunitconversion): Update to 5.32.0. [arguments] <disable-a-failing-test-case>: New phase. (ksyntaxhighlighting): Update to 5.32.0.[native-iputs]: Add qtools. (knewstuff): Update to 5.32.0. [inputs]: Add qtdeclarative. (attica, baloo, bluez-qt, extra-cmake-modules, kactivities, kactivities-stats, kapidox, karchive, kauth, kbookmarks, kcmutils, kcodecs, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash, kdbusaddons, kdeclarative, kded, kdesignerplugin, kdesu, kdnssd, kdoctools, kemoticons, kfilemetadata, kglobalaccel, kguiaddons, ki18n, kiconthemes, kidletime, kimageformats, kinit, kitemmodels, kitemviews, kjobwidgets, knotifications, knotifyconfig, kpackage, kparts, kpeople, kplotting, kpty, krunner, kservice, ktextwidgets, kwallet, kwayland, kwidgetsaddons, kwindowsystem, kxmlgui, kxmlrpcclient, modemmanager-qt, oxygen-icons, plasma-framework, solid, sonnet, threadweaver): Update to 5.32.0. * gnu/packages/patches/kio-CVE-2017-6410.patch: Delete file. * gnu/packages/patches/networkmanager-qt-activeconnection-test-1.patch, gnu/packages/patches/networkmanager-qt-activeconnection-test-2.patch: New files. * gnu/local.mk (dist_patch_DATA): Remove resp. add the patch files.
* gnu: Update phonon to 4.9.1Hartmut Goebel2017-04-12
| | | | * gnu/packages/kde-frameworks.scm (phonon): Update to 4.9.1.
* Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-22
|\
| * gnu: Add comments on why setting QT_QPA_PLATFORM for tests.Hartmut Goebel2017-03-20
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/astronomy.scm (stellarium): Add comment. * gnu/packages/display-managers.scm (greenisland): dito. * gnu/packages/kde-frameworks.scm (kguiaddons, kwidgetsaddons, kcompletion, baloo, kbookmarks, kconfigwidgtes, kdesignerplugin, kemoticons, kglobalaccel, kiconthemes, kio, knewstuff, kparts, kpeople, krunner, kservice, ktexteditor, ktextwidgets, kxmlgui, plasma-framework): dito. * gnu/packages/qt.scm (qtsvg): dito.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-13
|\|
| * gnu: Add phonon-backend-gstreamer.Thomas Danckaert2017-03-11
| | | | | | | | | | | | * gnu/packages/kde-frameworks.scm (phonon-backend-gstreamer): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: phonon: Install Qt extensions.Thomas Danckaert2017-03-11
| | | | | | | | | | | | | | | | * gnu/packages/kde-frameworks.scm (phonon)[arguments]: Add -DPHONON-INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT configure flag, and patch the installation directory. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesLudovic Courtès2017-03-09
|\|
| * gnu: kio: Fix CVE-2017-6410.Leo Famulari2017-03-04
| | | | | | | | | | | | * gnu/packages/patches/kio-CVE-2017-6410.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kde-frameworks.scm (kio)[source]: Use it.
* | Merge branch 'master' into core-updatesLudovic Courtès2017-01-23
|\|
| * gnu: kcrash: Work around race condition when starting Xvfb.Ludovic Courtès2017-01-11
| | | | | | | | | | | | | | | | | | Sometimes tests would start running before Xvfb is listening. See <https://hydra.gnu.org/build/1750201>. * gnu/packages/kde-frameworks.scm (kcrash)[arguments]: In 'start-xorg-server', add 'sleep' call after starting Xvfb. Pass "Xvfb" to 'system' instead of its absolute file name.
* | Merge branch 'master' into core-updatesLeo Famulari2017-01-06
|\|
| * gnu: kdbusaddons: Embed kinit store dir, avoid dependency cycles.Thomas Danckaert2016-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kdbusaddons needs to know the location of the kdeinit5 executable, provided by kinit. kinit depends on kdbusaddons, so we add bootstrap versions of all packages in the dependency chain from kinit to kdbusaddons to avoid cyclic dependencies. * gnu/packages/kde-frameworks.scm (kinit-bootstrap, kdbusaddons-bootstrap): New variables. (kdbusaddons)[inputs]: Add kinit-bootstrap. [source,arguments]: Add patch and substitution to embed kinit-bootstrap's store directory in the code. * gnu/packages/patches/kdbusaddons-kinit-file-name.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: kauth: Fix cmake macros to be used by other packages.Hartmut Goebel2016-11-29
| | | | | | | | | | * gnu/packages/kde-framework.scm (kauth)[phases]: New phase fix-cmake-install-paths.
| * gnu: extra-cmake-modules: Always install into /lib and not into /lib64.Hartmut Goebel2016-11-29
| | | | | | | | | | * gnu/packages/kde-frameworks.scm (extra-cmake-modules)[phases]: New phase fix-lib-path.
| * gnu: Add ksyntaxhighlighting.Hartmut Goebel2016-11-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): New variable.
| * gnu: Update kde-frameworks to 5.28.Hartmut Goebel2016-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde-frameworks.scm (kpackage): Update to 5.28.1 (extra-cmake-modules, attica, bluez-qt, breeze-icons, kapidox, karchive, kcodecs, kconfig, kcoreaddons, kdbusaddons, kdnssd, kguiaddons, ki18n, kidletime, kitemmodels, kitemviews, kplotting, kwayland, kwidgetsaddons, kwindowsystem, modemmanager-qt, networkmanager-qt, oxygen-icons, solid, sonnet, threadweaver, kauth, kcompletion, kcrash, kdoctools, kfilemetadata, kimageformats, kjobwidgets, knotifications, kpty, kunitconversion, baloo, kactivities, kactivities-stats, kbookmarks, kcmutils, kconfigwidgets, kdeclarative, kded, kdesignerplugin, kdesu, kemoticons, kglobalaccel, kiconthemes, kinit, kio, knewstuff, knotifyconfig, kparts, kpeople, krunner, kservice, ktexteditor, ktextwidgets, kwallet, kxmlgui, kxmlrpcclient, plasma-framework, frameworkintegration): Update to 5.28.0
| * gnu: oxygen-icons: Add 'upstream-name' property.Ludovic Courtès2016-11-29
| | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/25020>. Reported by Hartmut Goebel <h.goebel@goebel-consult.de>. * gnu/packages/kde-frameworks.scm (oxygen-icons)[properties]: New field.
* | gnu: flex: Update to 2.6.2.David Craven2016-12-02
|/ | | | | | | | | | | * gnu/packages/flex.scm (flex): Update to 2.6.2. [native-inputs]: Add help2man. [origin]: Update uri to github. Remove CVE-2016-6354 patch. (flex-2.6.1): Remove variable. * gnu/packages/patches/flex-CVE-2016-6354.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Update. * gnu/packages/kde-frameworks.scm (solid, kservice)[native-inputs]: Use flex.
* Merge branch 'master' into core-updatesLeo Famulari2016-10-29
|\
| * gnu: plasma-framework: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (plasma-framework): Update to 5.27.0.
| * gnu: kxmlrpcclient: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (kxmlrpcclient): Update to 5.27.0.
| * gnu: kxmlgui: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (kxmlgui): Update to 5.27.0.
| * gnu: kwallet: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (kwallet): Update to 5.27.0.
| * gnu: ktextwidgets: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (ktextwidgets): Update to 5.27.0.
| * gnu: ktexteditor: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (ktexteditor): Update to 5.27.0.
| * gnu: kservice: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | | | * gnu/packages/kde-frameworks.scm (kservice): Update to 5.27.0. [native-inputs]: Add bison and flex-2.6.1.
| * gnu: krunner: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | | | * gnu/packages/kde-frameworks.scm (krunner): Update to 5.27.0. [arguments]: Return #t.
| * gnu: kpeople: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | | | * gnu/packages/kde-frameworks.scm (kpeople): Update to 5.27.0. [arguments]: Return #t.
| * gnu: kparts: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (kparts): Update to 5.27.0.
| * gnu: knotifyconfig: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (knotifyconfig): Update to 5.27.0.
| * gnu: knewstuff: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | | | * gnu/packages/kde-frameworks.scm (knewstuff): Update to 5.27.0. [arguments]: Return #t.
| * gnu: kio: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | | | * gnu/packages/kde-frameworks.scm (kio): Update to 5.27.0. [arguments]: Return #t.
| * gnu: kinit: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (kinit): Update to 5.27.0.
| * gnu: kiconthemes: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | | | * gnu/packages/kde-frameworks.scm (kiconthemes): Update to 5.27.0. [arguments]: Return #t.
| * gnu: kglobalaccel: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | | | * gnu/packages/kde-frameworks.scm (kglobalaccel): Update to 5.27.0. [inputs]: Add kservice.
| * gnu: kemoticons: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | | | * gnu/packages/kde-frameworks.scm (kemoticons): Update to 5.27.0. [arguments]: Return #t.
| * gnu: kdesu: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (kdesu): Update to 5.27.0.
| * gnu: kdesignerplugin: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (kdesignerplugin): Update to 5.27.0.
| * gnu: kded: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (kded): Update to 5.27.0.
| * gnu: kdeclarative: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (kdeclarative): Update to 5.27.0.
| * gnu: kconfigwidgets: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 5.27.0.
| * gnu: kcmutils: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (kcmutils): Update to 5.27.0.
| * gnu: kbookmarks: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (kbookmarks): Update to 5.27.0.
| * gnu: kactivities-stats: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (kactivities-stats): Update to 5.27.0.
| * gnu: kactivities: Update to 5.27.0.David Craven2016-10-29
| | | | | | | | * gnu/packages/kde-frameworks.scm (kactivities): Update to 5.27.0.