summaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
AgeCommit message (Expand)Author
2018-03-02gnu: qscintilla: Use HTTPS home page....* gnu/packages/qt.scm (qscintilla)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2018-02-18gnu: qt.scm: Remove unneeded import....* gnu/packages/qt.scm (define-module): Don't import (gnu packages base). Marius Bakke
2018-02-18gnu: qtserialport: Use the store paths for dynamically loaded libs....Transfer the applicable NixOS patches for qtserialport as of 2018-01-19: - src/serialport/qtudev_p.h: Transferred: Use hard-coded path to libudev. * gnu/packages/qt.scm(qtserialport)[#:phases]<patch-dlopen-paths>: New phase. Hartmut Goebel
2018-02-18gnu: qtbase: Use the store paths for other packages and dynamically loaded libs....Transfer the applicable NixOS patches as of 2018-01-19: - Not adopted: We don't change the .cmake.in and .prf, but use config mechanisms provided by th Qt build system. - src/corelib/tools/qtimezoneprivate_tz.cpp: Adopted patch: Use $TZDIR to search for time-zone data. Thus avoid depending on package "tzdata", which often introduces changes with near-immediate effects, so it's important to be able to update it fast. - src/corelib/kernel/qcoreapplication.cpp: Not adopted: NixOS adds plugin paths derived from PATH. We do not need this, since we already have native-search-path QT_PLUGIN_PATH. - src/network/kernel/qdnslookup_unix.cpp, src/network/kernel/qhostinfo_unix.cpp: Transferred: Use hard-coded path to libresolv. - src/network/ssl/qsslcontext_openssl.cpp: Not adopted: NixOS changes a conditional compilation for Qt 5.9 (but leaves it unchanged for Qt 5.10) to fix compilation with libressl. But Qt does not support libressl anway, see config.tests/openssl/openssl.cpp in qtbase 5.9.4. - src/plugins/platforminputcontexts/compose/generator/qtablegenerator.cpp: Transferred: Use hard-coded path to libx11. - src/plugins/platforms/xcb/gl_integrations/xcb_glx/qglxintegration.cpp: Transferred: Use hard-coded path to mess's libGL, no need for a fall-back. - src/plugins/platforms/xcb/qxcbcursor.cpp: Transferred: Use hard-coded path to Xcursor. - src/plugins/platformthemes/gtk3/main.cpp: Not adopted: NixOS changes $XDG_DATA_DIRS and $GIO_EXTRA_MODULES in the code. We already have a search-path-specification for this. - src/testlib/qtestassert.h: Decided not to adopt this for guix. * gnu/packages/patches/qtbase-use-TZDIR.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/qt.scm (qtbase): Add comment. [source]: Use new patch. [arguments]<#:phases>'patch-paths': New phase. Hartmut Goebel
2018-02-10gnu: qtsensors: Fix build....* gnu/packages/qt.scm (qtsensors)[arguments]: Remove failing test. Nicolas Goaziou
2018-01-25gnu: qt: Update to 5.9.4....* gnu/packages/qt.scm (qt qtbase qtsvg qtimageformats qtx11extras qtxmlpatterns qtdeclarative qtconnectivity qtwebsockets qtsensors qtmultimedia qtwayland qtserialport qtserialbus qtwebchannel qtlocation qttools qtscript qtquickcontrols qtquickcontrols2 qtgraphicaleffects qtgamepad qtscxml qtpurchasing qtcanvas3d qtnetworkauth qtwebkit): Update to 5.9.4. Efraim Flashner
2018-01-24gnu: python-qscintilla: Remove result code plumbing....* gnu/packages/qt.scm (python-qscintilla)[arguments]: In the 'configure' phase, remove result code plumbing that is no longer needed, since 'invoke' never returns #false. Mark H Weaver
2018-01-23gnu: qscintilla: Update to 2.10.2....* gnu/packages/qt.scm (qscintilla, python-qscintilla, python-pyqt+qscintilla): Update to 2.10.2. Kei Kebreau
2017-12-24gnu: dotherside: Update to 0.6.3....* gnu/packages/qt.scm (dotherside): Update to 0.6.3 Tobias Geerinckx-Rice
2017-11-25gnu: qtsensors: Disable parallel tests....* gnu/packages/qt.scm (qtsensors)[arguments]: Disable parallel tests. Efraim Flashner
2017-11-24gnu: qt: Update to 5.9.3....* gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtnetworkauth, qtremoteobjects, qtspeech): Update to 5.9.3. Efraim Flashner
2017-11-24gnu: qt@5: Update to 5.9.3....* gnu/packages/qt.scm (qt@5): Update to 5.9.3. Efraim Flashner
2017-11-19Update email address for ng0.ng0
2017-10-22gnu: qt: Set 'EffectiveSourcePaths' to 'qtbase' for submodules....Fixes a regression introduced in 8075b623786f11966febac7d4ac0f5e90e3f7712. This allows 'linguist.pro' of 'qttools' to find 'ConfigVersion.cmake.in', which is needed for 'Qt5LinguistToolsConfigVersion.cmake'. Reported by Thomas Danckaert <post@thomasdanckaert.be>. * gnu/packages/qt.scm (qtsvg)[arguments]: Set 'EffectiveSourcePaths' in the 'configure-qmake' phase. 宋文武
2017-10-21gnu: python-pyqt: Update to 5.9....* gnu/packages/qt.scm (python-pyqt): Update to 5.9. Marius Bakke
2017-10-21gnu: python-sip: Update to 4.19.3....* gnu/packages/qt.scm (python-sip): Update to 4.19.3. Marius Bakke
2017-10-13gnu: qtkeychain: Reduce the number of warnings when configuring....* gnu/packages/qt.scm (qtkeychain)[native-inputs]: Add pkg-config. Hartmut Goebel
2017-10-13gnu: grantlee: Enable all tests....* gnu/packages/qt.scm (grantlee)[arguments] <#:phases>'check-setup': New phase, set QT_QPA_PLATFORM=offscreen. <#:phases>'check': Remove phase. Hartmut Goebel
2017-10-13gnu: qscintilla: Adjust installation directory layout....* gnu/packages/qt.scm (qscintilla)[#:phase configure]: Set QT_INSTALL_DATA and QT_HOST_DATA to $OUT/lib/qt5. Hartmut Goebel
2017-10-13gnu: qtwebkit: Fix rpath for the qmlwebkit plugins....After the qtbase installation directories have been changed, the relative RPATH in the libs no longer matched the sructure. * gnu/packages/qt.scm(qtwebkit)[arguments]: New phase fix-qmlwebkit-plugins-rpath. Hartmut Goebel
2017-10-13gnu: qwt: Adjust installation directory layout....* gnu/packages/qt.scm (qwt)[arguments]<#:phases>: Modify 'qwtconfig.pri' to use a directory layout that matching qtbase. Modify 'doc/doc.pro' to remove the misplaced installation of man pages. Rename phase 'install-documentation' to 'install-man-pages'. 宋文武
2017-10-13gnu: qt: Fix install paths in submodules....Before this, the paths in pkg-config (.pc) and libtool (.la) files of submodules are all pointing to qtbase. * gnu/packages/qt.scm (qtbase)[native-inputs]: Move 'which' to 'propagated-inputs'. [arguments]: Rename 'patch-qt_config.prf' phase to 'patch-mkspecs' and patch more qmake spec files there. (qtsvg)[arguments]: Add 'configure-qmake' phase. 宋文武
2017-10-13gnu: qtbase: Use a more standard directory layout....* gnu/packages/qt.scm (qtbase)[arguments]: Pass docdir, headerdir, archdatadir, datadir and examplesdir to 'configure'. Ajdust the patch-qt_config.prf phase accordingly. [native-search-paths]: Adjust accordingly. (qtwayland)[arguments]: New field. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com> 宋文武
2017-10-12gnu: qt: Update to 5.9.2....* gnu/packages/qt.scm (qt): Update to 5.9.2. [outputs]: Add 'examples'. [source]: Update 3rd party code to unbundle. [inputs]: Add bluez, double-conversion, gstreamer, gst-plugins-base, jasper, libinput-minimal, libtiff, libwebp, libxext, wayland. Replace pcre with pcre2. [arguments]: Re-enable parallel building. Update build flags. Efraim Flashner
2017-10-10gnu: modular-qt: Update to 5.9.2....* gnu/packages/qt.scm (qtbase. qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtremoteobjects, qtspeech): Update to 5.9.2. (qtnetworkauth): Same. [arguments]: Add phase to help test suite pass. Efraim Flashner
2017-10-10gnu: qtcharts, qtdatavis3d: Update license information....* gnu/packages/qt.scm (qtcharts, qtdatavis3d)[license]: New field. Efraim Flashner
2017-10-10gnu: modular-qt: Add synopsis and descriptions for packages....* gnu/packages/qt.scm (qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtdeclarative-render2d, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d, qtdatavis3d, qtnetworkauth, qtremoteobjects, qtspeech)[synopsis, description]: New fields. Efraim Flashner
2017-10-10gnu: qtbase: Use libinput-minimal....This works around qtbase depending on gtk+. * gnu/packages/qt.scm (qtbase)[inputs]: Replace libinput with libinput-minimal. Efraim Flashner
2017-10-10gnu: Add qtspeech....* gnu/packages/qt.scm (qtspeech): New variable. Efraim Flashner
2017-10-10gnu: Add qtremoteobjects....* gnu/packages/qt.scm (qtremoteobjects): New variable. Efraim Flashner
2017-10-10gnu: Add qtnetworkauth....* gnu/packages/qt.scm (qtnetworkauth): New variable. Efraim Flashner
2017-09-28gnu: qtmultimedia: Build gstreamer backend....* gnu/packages/qt.scm (qtmultimedia)[inputs]: Add gstreamer and gst-plugins-base. [arguments]: Replace configure phase to pass extra arguments to qmake. Ricardo Wurmus
2017-07-22gnu: Add python-pyqt+qscintilla....* gnu/packages/qt.scm (python-pyqt+qscintilla): New variable. Ricardo Wurmus
2017-07-22gnu: Add python-qscintilla....* gnu/packages/qt.scm (python-qscintilla): New variable. Co-authored-by: Quiliro <quiliro@fsfla.org> Ricardo Wurmus
2017-07-22gnu: Add qscintilla....* gnu/packages/qt.scm (qscintilla): New variable. Co-authored-by: Quiliro <quiliro@fsfla.org> Ricardo Wurmus
2017-07-04gnu: qt: Update to 5.9.1....* gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras) (qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors) (qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel) (qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2) (qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d) (qtcharts, qtdatavis3d, qtwebkit): Update to 5.9.1. (qtwebkit)[source]: Change to official qt location. Efraim Flashner
2017-06-22gnu: qtsensors: Lengthen test timeout....* gnu/packages/qt.scm (qtsensors)[arguments]: Lengthen test timeout so it passes on slower machines. Efraim Flashner
2017-06-01gnu: qt: Update to 5.9.0....* gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtwebkit): Update to 5.9.0. (qtbase)[source]: Remove bundled freetype, libpng, libjpeg, pcre2, xcb, xkbcommon, zlib. [inputs]: Remove pcre, add pcre2. [arguments]: Add configure flag to use system pcre, update flag to not compile examples. (qtwayland)[source]: Remove examples in a snippet. (qtlocation)[inputs]: add icu4c, openssl, zlib. Efraim Flashner
2017-05-19gnu: python-pyqt@4: Update to 4.12....* gnu/packages/qt.scm (python-pyqt-4): Update to 4.12. [source]: Adjust URI to file rename. Marius Bakke
2017-05-19gnu: python-pyqt: Update to 5.8.2....* gnu/packages/qt.scm (python-pyqt): Update to 5.8.2. Marius Bakke
2017-05-19gnu: python-sip: Update to 4.19.2....* gnu/packages/qt.scm (python-sip): Update to 4.19.2. Marius Bakke
2017-05-18gnu: qt: Update to 5.8.0....* gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtwebkit): Update to 5.8.0. (qtdeclarative-render2d)[properties]: New field, package has been absorbed by qtdeclarative and thus marked as superseded by it. Efraim Flashner
2017-05-18gnu: qtbase: Update configure flags....* gnu/packages/qt.scm (qtbase)[arguments]: Change the configure flags to not use the precompiled headers. Enable x86_64 special hardware instructions which have runtime detection. Efraim Flashner
2017-05-18gnu: qtbase: Don't use bundled double-conversion....* gnu/packages/qt.scm (qtbase)[inputs]: Add double-conversion. Efraim Flashner
2017-05-18gnu: qtconnectivity: Fix building on armhf and aarch64....* gnu/packages/qt.scm (qtconnectivity)[arguments]: Add a phase to remove a test which fails on arm hardware. Efraim Flashner
2017-05-18gnu: qtscript: Fix building on aarch64....* gnu/packages/patches/qtscript-disable-tests.patch: New file. * gnu/packages/qt.scm (qtscript)[source]: Use it. * gnu/local.am (dist_patch_DATA): Register it. Efraim Flashner
2017-04-26gnu: qtkeychain: Update to 0.8.0....* gnu/packages/qt.scm (qtkeychain): Update to 0.8.0. Efraim Flashner
2017-03-20gnu: Add comments on why setting QT_QPA_PLATFORM for tests....* 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. Hartmut Goebel
2017-02-14gnu: python-pyqt: Propagate python-sip....* gnu/packages/qt.scm (python-pyqt)[propagated-inputs]: New field. Eric Bavier
2017-01-13gnu: qtxmlpatterns: Skip network tests....* gnu/packages/qt.scm (qtxmlpatterns)[arguments]: Add custom phase to prevent the building of network tests. Efraim Flashner