summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'staging'Marius Bakke2019-12-04
|\
| * gnu: Remove dependency on Python 2 for some Qt packages.Hartmut Goebel2019-12-01
| | | | | | | | | | | | | | * gnu/packages/qt.scm (qtbase, qtmultimedia) [native-inputs]: Replace python-2 by python. (qtdeclarative)[native-inputs]: Replace python-2 by python, add python-wrapper.
| * gnu: java: Remove precompiled classes.Andrius Štikonas2019-11-28
| | | | | | | | | | | | * gnu/packages/java.scm (jamvm-1-bootstrap, jamvm): Remove prebuilt classes.zip. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| * Merge branch 'master' into stagingMarius Bakke2019-11-28
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2019-11-28
| |\ \
| * | | gnu: Qt: Update to 5.12.6 LTS.Marius Bakke2019-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel, qtwebglplugin, qtwebview, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtnetworkauth, qtremoteobjects, qtspeech): Update to 5.12.6.
| * | | gnu: qtbase: Restore compatibility with old kernels.Marius Bakke2019-11-27
| | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qtbase)[arguments]: Add 'no-feature-renameat2' to the configure flags.
| * | | gnu: qtbase: Use absolute references in .prl files.Marius Bakke2019-11-27
| | | | | | | | | | | | | | | | | | | | | | | | This fixes <https://bugs.gnu.org/38405>. * gnu/packages/qt.scm (qtbase)[arguments]: Add phase 'patch-prl-files'.
| * | | Merge branch 'master' into stagingMarius Bakke2019-11-21
| |\ \ \
| * | | | gnu: astyle: Install header file, too.Hartmut Goebel2019-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/code.scm(astyle)[arguments]<phases>{install-libs}: Also install header file.
| * | | | gnu: astyle: Create symlinks for .so files, too.Hartmut Goebel2019-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Makefile only creates files with a versioned extension (.so.3.1.0), which are not picked up be cmake's `find_libarary()`. (Instead cmake picks up the static .a library.) Symlinks for .so.3 are required to avoid phase `verify-runpath` fails. * gnu/packages/code.scm(astyle)[argumements]<modules>: New element. <phases>{install-libs}: Add creating symlinks.
| * | | | gnu: kpmcore: Fix dependencies.Andrius Štikonas2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde.scm(kpmcore)[inputs]: Add kauth, kcoreaddons, kwidgetsaddons. Remove kconfigwidgets, kio.
| * | | | Merge branch 'master' into stagingMarius Bakke2019-11-15
| |\ \ \ \
| * | | | | gnu: libreoffice: Use the "dev" output of MariaDB.Marius Bakke2019-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fixup for the merge (32d6818569) of e0efda9561 (gnu: libreoffice: Update to 6.2.8.2.) and 2b8491fbbe (gnu: mariadb: Split into out, lib and dev.) * gnu/packages/libreoffice.scm (libreoffice)[inputs]: Change MARIADB to MARIADB:DEV.
| * | | | | gnu: Remove reference to removed patch.Efraim Flashner2019-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to 1dd1076c5e80141ab65dddce053e93fc5af18c84 * gnu/local.mk (dist_patch_DATA): Remove entry for kwindowsystem-qt-compat.patch.
| * | | | | gnu: kpmcore: Update to 4.0.1.Hartmut Goebel2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde.scm(kpmcore): Update to 4.0.1. [origin]: Add upstream patches for making tests pass. [inputs]: Add qttools. Remove kiconthemes, kservice, libatasmart, parted. [arguments]: New element. * gnu/packages/patches/kpmcore-fix-tests.patch, gnu/packages/patches/kpmcore-remove-broken-test.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. add patches
| * | | | | gnu: Move kpmcore to kde.scm.Hartmut Goebel2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kpmcore is not a framework part. * gnu/packages/kde-frameworks.scm(kpmcore): Move from here … * gnu/packages/kde.scm(kpmcore): … to here.
| * | | | | gnu: ktouch: Update to 19.08.2.Hartmut Goebel2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/education.scm (ktouch): Update to 19.08.2.
| * | | | | gnu: krita: Update to 4.2.7.1.Hartmut Goebel2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde.scm (krita): Update to 4.2.7.1; [source]: Update path.
| * | | | | gnu: kqtquickcharts: Update to 19.08.2.Hartmut Goebel2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde.scm (kqtquickcharts): Update to 19.08.2.
| * | | | | gnu: libkomparediff2: Update to 19.08.2.Hartmut Goebel2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde.scm (libkomparediff2): Update to 19.08.2.
| * | | | | gnu: kde plasma: Update to 5.17.0.Hartmut Goebel2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker, libkscreen, libksysguard): Update to 5.17.0
| * | | | | gnu: Add syndication.Hartmut Goebel2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde-frameworks.scm (syndication): New variable.
| * | | | | gnu: Add kcontacts.Hartmut Goebel2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is now a part in KDE Frameworks. * gnu/packages/kde-frameworks.scm(kcontacts): New variable.
| * | | | | gnu: Add kcalendarcore.Hartmut Goebel2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is now a part of KDE Frameworks. * gnu/packages/kde-frameworks.scm(kcalendarcore): New variable.
| * | | | | gnu: kde-frameworks: Update to 5.63.0.Hartmut Goebel2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KHolidays is part of frameworks since version 5.43 already. * gnu/packages/kde.scm(kholidays): Move to … * gnu/packages/kde-frameworks.scm(kholidays) … here, update to 5.63.0 and [source]: Update path. (attica, baloo, bluez-qt, breeze- icons, extra-cmake-modules, kactivities, kactivities-stats, kapidox, karchive, kauth, kbookmarks, kcmutils, kcodecs, kcompletion, kconfig, kcoreaddons, kcrash, kdbusaddons, kde-frameworkintegration, kdeclarative, kded, kdelibs4support, kdesu, kdnssd, kdoctools, kemoticons, kglobalaccel, kguiaddons, khtml, ki18n, kidletime, kimageformats, kinit, kirigami, kitemmodels, kitemviews, kjobwidgets, kjs, kjsembed, kmediaplayer, knewstuff, knotifications, knotifyconfig, kpackage, kparts, kpeople, kpty, kross, krunner, kservice, ksyntaxhighlighting, ktexteditor, kunitconversion, kwallet, kwidgetsaddons, kxmlrpcclient, modemmanager-qt, networkmanager-qt, oxygen-icons, plasma-framework, prison, qqc2-desktop-style, solid, sonnet, threadweaver): Update to 5.63.0. (kconfigwidgets): Update to 5.63.0; [inputs]: Add qttools. (kdesignerplugin): Update to 5.63.0; [source]: Update path. (kdewebkit): Update to 5.63.0; [source]: Update path.; [inputs]: Add qttools. (kfilemetadata): Update to 5.63.0; [inputs]: Add kcoreaddons; [arguments]<#pahses>: Add a test-case to the blacklist (kiconthemes): Update to 5.63.0; [inputs]: Add qttools. (kio): Update to 5.63.0; [inputs]: Add qttools. (kplotting): Update to 5.63.0; [inputs]: Add qttools. (ktextwidgets): Update to 5.63.0; [inputs]: Add qttools. (kwayland): Update to 5.63.0; [inputs]: Add wayland-protocols. (kwindowsystem): Update to 5.63.0, update blacklist or tests, explicitly set XDG_RUNTIME_DIR; [inputs]: Add xcb-util-wm. (kxmlgui): Update to 5.63.0; [inputs]: Add qttools. * gnu/packages/patches/kinit-kdeinit-extra_libs.patch: Adjust. * gnu/packages/patches/kwindowsystem-qt-compat.patch: Remove obsolete patch.
| * | | | | gnu: phonon-backend-gstreamer: Update to 4.10.0.Hartmut Goebel2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde-frameworks.scm(phonon-backend-gstreamer): Update to 4.10.0; [inputs]: Add qttools.
| * | | | | gnu: phonon: Update to 4.11.1.Hartmut Goebel2019-11-10
| | | | | |
| * | | | | gnu: qtwebkit: Use sqlite-with-column-metadata.Hartmut Goebel2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This needs to be the same variant as for qtbase, otherwise applications might fail if libQt5WebKit is loaded prior to libQt5Sql. * gnu/packages/qt.scm(wtwebkit)[inputs]: Replace sqlite by sqlite-with-column-metadata.
| * | | | | gnu: grantlee: Fix build for Qt 5.12.Hartmut Goebel2019-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build using gnu++11 standard. * gnu/packages/qt.scm(grantlee)[argument]<configure-flags>: New element.
| * | | | | Merge branch 'master' into stagingMarius Bakke2019-10-30
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into stagingMarius Bakke2019-10-27
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into stagingMarius Bakke2019-10-23
| |\ \ \ \ \ \ \
| * | | | | | | | gnu: python-pyqt: Fix runtime error.Marius Bakke2019-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/pyqt-unbundled-qt.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/qt.scm (python-pyqt)[source](patches): Add it.
| * | | | | | | | Merge branch 'master' into stagingMarius Bakke2019-10-21
| |\ \ \ \ \ \ \ \
| * | | | | | | | | gnu: kwindowsystem: Fix test failure with Qt 5.12.Marius Bakke2019-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/kwindowsystem-qt-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/kde-frameworks.scm (kwindowsystem)[source](patches): New field. [inputs]: Add XCB-UTIL-WM.
| * | | | | | | | | gnu: rust@1.27: Add comment about GDB requirement.Marius Bakke2019-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to commit 47dda6e01e51478567e013e3814aaf48143abbc3. * gnu/packages/rust.scm (rust-1.27)[native-inputs]: Add comment.
| * | | | | | | | | gnu: rust: Use GDB 8.2 for tests.Marius Bakke2019-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gdb.scm (gdb-8.2): New public variable. * gnu/packages/rust.scm (rust-1.27)[native-inputs]: Use GDB-8.2 instead of GDB.
| * | | | | | | | | gnu: looking-glass-client: Adjust for Mesa 19.2.Marius Bakke2019-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/virtualization.scm (looking-glass-client)[arguments]: Add phase 'add-missing-include'.
| * | | | | | | | | Merge branch 'master' into stagingMarius Bakke2019-10-18
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | gnu: orc: Fix broken header file.Marius Bakke2019-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/orc-typedef-enum.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gstreamer.scm (orc)[source](patches): New field.
| * | | | | | | | | | gnu: sdl2: Fix build on 32-bit architectures.Marius Bakke2019-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/sdl2-mesa-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/sdl.scm (sdl2)[source](patches): New field.
| * | | | | | | | | | gnu: mesa: Fix test failure on 32-bit systems.Marius Bakke2019-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/mesa-timespec-test-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gl.scm (mesa)[source](patches): Add it.
| * | | | | | | | | | gnu: pulseaudio: Add optional X11 inputs.Diego Nicola Barbato2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/pulseaudio.scm (pulseaudio)[inputs]: Add libxcb, libice, libsm, and libxtst. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * | | | | | | | | | gnu: cups-filters: Update to 1.25.11.Marius Bakke2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cups.scm (cups-filters): Update to 1.25.11.
| * | | | | | | | | | gnu: OpenSSL@1.0: Incorporate grafted changes.Marius Bakke2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/tls.scm (openssl-1.0): Update to 1.0.2t. [replacement]: Remove. [arguments]: Add #:parallel-build?. (openssl-1.0.2t): Remove variable.
| * | | | | | | | | | Merge branch 'master' into stagingMarius Bakke2019-10-13
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gnu: java-tomcat: Update to 8.5.46.Björn Höfling2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (java-tomcat): Update to 8.5.46.
| * | | | | | | | | | | gnu: java-tomcat: Build the full Tomcat package.Björn Höfling2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently java-tomcat uses the "package" build-target. In that way, it is built like a library, with only the jar files. This commit will change the build-target to "deploy" in order to build the full tomcat package. * gnu/packages/web.scm (java-tomcat)[source]: Remove bat-files in snippet. [inputs]: Remove java-eclipse-jdt-core, add java-commons-daemon, java-ecj. [native-inputs]: Remove. [arguments]: Use "deploy" build-target, add phases 'modify-deploy, 'symlink-commons-daemon, 'symlink-java-ecj, change 'install phase.
| * | | | | | | | | | | gnu: Add java-ecj in version 4.6.3.Björn Höfling2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (java-ecj): New variable.