aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | gnu: java-tomcat: Update to 8.5.46.•••* gnu/packages/web.scm (java-tomcat): Update to 8.5.46. Björn Höfling2019-10-13
| * | | | | | | | | | | gnu: java-tomcat: Build the full Tomcat package.•••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. Björn Höfling2019-10-13
| * | | | | | | | | | | gnu: Add java-ecj in version 4.6.3.•••* gnu/packages/java.scm (java-ecj): New variable. Björn Höfling2019-10-13
| * | | | | | | | | | | gnu: java-commons-daemon: Update to 1.1.0.•••* gnu/packages/java (java-commons-daemon): Update to 1.1.0. Björn Höfling2019-10-13
| * | | | | | | | | | | gnu: Remove dependencies on java-tomcat, use servlet API instead.•••These packages are using java-tomcat as a dependency where they actually only need a servlet API. * gnu/packages/maven.scm (maven-wagon-tck-http)[inputs]: Remove java-tomcat, add java-javaee-servletapi. (maven-wagon-http)[native-inputs]: Same here. * gnu/packages/web.scm (java-eclipse-jetty-util)[inputs]: Same here. (java-eclipse-jetty-http-test-classes)[inputs]: Same here. (java-eclipse-jetty-security)[inputs]: Same here. (java-eclipse-jetty-servlet)[inputs]: Same here. (java-eclipse-jetty-webapp-9.2)[inputs]: Same here. Björn Höfling2019-10-13
| * | | | | | | | | | | gnu: java-javaee-servletapi: Add properties-files to jar.•••* gnu/packages/java.scm (jav-javaee-servletapi)[arguments]: Add phase 'copy-resources' to copy properties-files. Björn Höfling2019-10-13
| * | | | | | | | | | | gnu: java-javaee-servletapi: Don't use unstable tarball.•••* gnu/packages/java.scm (java-javaee-servletapi)[source]: Use git-fetch. Björn Höfling2019-10-13
| * | | | | | | | | | | gnu: qt: Update to 5.12.5.•••* gnu/packages/qt.scm (qt, 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.5. Efraim Flashner2019-10-13
| * | | | | | | | | | | gnu: python-sphinx: Update to 2.2.0.•••* gnu/packages/sphinx.scm (python-sphinx): Update to 2.2.0. Marius Bakke2019-10-12
| * | | | | | | | | | | gnu: libXvMC: Update to 1.0.12.•••* gnu/packages/xorg.scm (libxvmc): Update to 1.0.12. Marius Bakke2019-10-12
| * | | | | | | | | | | gnu: libXfont: Update to 2.0.4.•••* gnu/packages/xorg.scm (libxfont2): Update to 2.0.4. Marius Bakke2019-10-12
| * | | | | | | | | | | gnu: mesa: Update to 19.2.1.•••* gnu/packages/gl.scm (mesa): Update to 19.2.1. [native-inputs]: Replace PYTHON with PYTHON-WRAPPER. Marius Bakke2019-10-12
| * | | | | | | | | | | gnu: Remove GDB@8.2.•••* gnu/packages/gdb.scm (gdb-8.2): Rename to ... (gdb-8.3): ... this. Update to 8.3.1. (gdb): Refer to GDB-8.3. Marius Bakke2019-10-12
| * | | | | | | | | | | gnu: mariadb: Split into out, lib and dev.•••* gnu/packages/databases.scm (mariadb): Split into out, lib and dev. (perl-dbd-mysql, python-mysqlclient): Adjust dependencies. * gnu/packages/bioinformatics.scm (kentutils): Adjust dependencies. * gnu/packages/cran.scm (r-rmysql): Adjust dependencies. * gnu/packages/emacs-xyz.scm (emacs-emacsql): Adjust dependencies. * gnu/packages/kodi.scm (kodi): Adjust dependencies. * gnu/packages/qt.scm (qt, qtbase): Adjust dependencies. * gnu/packages/ruby.scm (ruby-mysql2): Adjust dependencies. Julien Lepiller2019-10-12
| * | | | | | | | | | | gnu: gtk+: Add libxrandr input.•••This fixes multi-monitor issues in XFCE and other Gtk+ apps. * gnu/packages/gtk.scm (gtk+)[inputs]: Add libxrandr. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Ingo Ruhnke2019-10-09
| * | | | | | | | | | | gnu: gstreamer: Update to 1.16.1.•••* gnu/packages/patches/gstreamer-buffer-reset-offset.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gstreamer.scm (gstreamer): Update to 1.16.1. [source](patches): Remove. (gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst): Update to 1.16.1. Marius Bakke2019-10-09
| * | | | | | | | | | | gnu: orc: Update to 0.4.30.•••* gnu/packages/gstreamer.scm (orc): Update to 0.4.30. [build-system]: Change to MESON-BUILD-SYSTEM. [arguments]: Adjust phase order to cope with the new out-of-source build. [native-inputs]: Add GTK-DOC. Marius Bakke2019-10-09
| * | | | | | | | | | | gnu: pulseaudio: Update to 13.0.•••* gnu/packages/pulseaudio.scm (pulseaudio): Update to 13.0. [arguments]: Remove obsolete phase. Marius Bakke2019-10-09
| * | | | | | | | | | | gnu: CUPS: Update to 2.3.0.•••* gnu/packages/cups.scm (cups-minimal): Update to 2.3.0. [arguments]: Adjust for renamed test file. [license]: Change to ASL2.0. Marius Bakke2019-10-09
| * | | | | | | | | | | gnu: cups-filters: Update to 1.25.7.•••* gnu/packages/cups.scm (cups-filters): Update to 1.25.7. Marius Bakke2019-10-09
| * | | | | | | | | | | gnu: qpdf: Update to 9.0.1.•••* gnu/packages/pdf.scm (qpdf): Update to 9.0.1. Marius Bakke2019-10-09
| * | | | | | | | | | | gnu: python-packaging: Update to 19.2.•••* gnu/packages/python-xyz.scm (python-packaging): Update to 19.2. Marius Bakke2019-10-09
| * | | | | | | | | | | gnu: electron-cash: Update to 4.0.10.•••* gnu/packages/finance (electron-cash): Update to 4.0.10. [inputs]: Add python-dateutil and python-dnspython. Vagrant Cascadian2019-10-08
| * | | | | | | | | | | gnu: OpenBLAS: Update to 0.3.7.•••* gnu/packages/maths.scm (openblas): Update to 0.3.7. Marius Bakke2019-10-08
| * | | | | | | | | | | gnu: OpenBLAS: Incorporate grafted changes.•••* gnu/packages/maths.scm (openblas)[replacement]: Remove. [arguments]: Add NUM_THREADS in #:make-flags. (openblas/fixed-num-threads): Remove variable. Marius Bakke2019-10-08
| * | | | | | | | | | | gnu: libical: Update to 3.0.6.•••* gnu/packages/calendar.scm (libical): Update to 3.0.6. Marius Bakke2019-10-08
| * | | | | | | | | | | gnu: libgit2: Update to 0.28.3.•••* gnu/packages/version-control.scm (libgit2): Update to 0.28.3. Marius Bakke2019-10-08
| * | | | | | | | | | | gnu: libinput: Update to 1.14.1.•••* gnu/packages/freedesktop.scm (libinput): Update to 1.14.1. Marius Bakke2019-10-08
| * | | | | | | | | | | gnu: gtk+: Update to 3.24.12.•••* gnu/packages/gtk.scm (gtk+): Update to 3.24.12. Marius Bakke2019-10-08
| * | | | | | | | | | | gnu: gdk-pixbuf: Update to 2.40.0.•••* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.40.0. [arguments]: Remove obsolete phase. Marius Bakke2019-10-08
| * | | | | | | | | | | gnu: libogg: Update to 1.3.4.•••* gnu/packages/xiph.scm (libogg): Update to 1.3.4. Marius Bakke2019-10-08
| * | | | | | | | | | | gnu: lz4: Update to 1.9.2.•••* gnu/packages/compression.scm (lz4): Update to 1.9.2. [native-inputs]: Add PYTHON. Marius Bakke2019-10-08
| * | | | | | | | | | | gnu: bluez: Update to 5.51.•••* gnu/packages/linux.scm (bluez): Update to 5.51. Marius Bakke2019-10-08
| * | | | | | | | | | | gnu: nss, nss-certs: Update to 3.46.1.•••* gnu/packages/nss.scm (nss): Update to 3.46.1. * gnu/packages/certs.scm (nss-certs): Likewise. Marius Bakke2019-10-08
| * | | | | | | | | | | gnu: nspr: Update to 4.22.•••* gnu/packages/nss.scm (nspr): Update to 4.22. Marius Bakke2019-10-08
| * | | | | | | | | | | gnu: imagemagick: Update to 6.9.10-68.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-68. Marius Bakke2019-10-08
| * | | | | | | | | | | gnu: libfaketime: Update to 0.9.8.•••* gnu/packages/check.scm (libfaketime): Update to 0.9.8. Marius Bakke2019-10-08
| * | | | | | | | | | | gnu: tzdata: Update to 2019c.•••* gnu/packages/base.scm (tzdata): Update to 2019c. (tzdata-for-tests): Stay on 2019b. Marius Bakke2019-10-08
| * | | | | | | | | | | gnu: libwebp: Remove obsolete phase.•••* gnu/packages/image.scm (libwebp)[arguments]: Remove <#:phases>. Marius Bakke2019-10-08
| * | | | | | | | | | | Merge branch 'master' into stagingMarius Bakke2019-10-08
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gnu: vulkan-headers: Update to 1.1.121.•••* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.121. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. * gnu/packages/vulkan.scm (vulkan-tools): Update hash. Rutger Helling2019-09-11
| * | | | | | | | | | | | gnu: mesa: Update to 19.1.5.•••* gnu/packages/gl.scm (mesa): Update to 19.1.5. Rutger Helling2019-08-29
| * | | | | | | | | | | | gnu: wayland-protocols: Update to 1.18.•••* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.18. Rutger Helling2019-08-29
| * | | | | | | | | | | | gnu: libvdpau: Update to 1.3.•••* gnu/packages/video.scm (libvdpau): Update to 1.3. [source]: Switch to git-fetch. [build-system]: Switch to meson-build-system. Rutger Helling2019-08-29
| * | | | | | | | | | | | gnu: qt: Update to 5.12.4.•••* gnu/packages/qt.scm (qt, 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.4. (qt, qtbase)[source]: Remove xkbcommon from list of directories to remove. (qtbase)[source]: Remove upstreamed patch. (python-sip): Update to 4.19.18. [source]: Update to new source uri. (python-pyqt): Update to 5.12.3. [source]: Update to new source uri. * gnu/packages/patches/qtbase-old-kernel.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner2019-08-29
| * | | | | | | | | | | | gnu: libinput: Update to 1.14.0.•••* gnu/packages/freedesktop.scm (libinput): Update to 1.14.0. Rutger Helling2019-08-15
| * | | | | | | | | | | | gnu: mesa: Remove unnecessary inputs.•••* gnu/packages/gl.scm (mesa)[native-inputs]: Remove unnecessary inputs. Rutger Helling2019-08-15
| * | | | | | | | | | | | gnu: vulkan-headers: Update to 1.1.119.•••* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.119. [arguments]: Remove unnecessary phases. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. * gnu/packages/vulkan.scm (vulkan-tools): Update hash. Rutger Helling2019-08-15
| * | | | | | | | | | | | gnu: rust: Fix building.•••This is a follow-up to e07b04882a621f0e78ec9cc81071722529530290. * gnu/packages/rust.scm (rust@1.19, rust@1.32)[arguments]: When using functions from (guix build cargo-utils), make sure to include said module in that build phase. Efraim Flashner2019-08-14
| * | | | | | | | | | | | gnu: rust: Use 'generate-all-checksums'.•••* gnu/packages/rust.scm (rust@1.19)[arguments]: During custom 'patch-cargo-checksums phase, replace call to 'generate-checksums' with call to 'generate-all-checksums'. (rust@1.32)[arguments]: Same. Efraim Flashner2019-08-12