summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | gnu: evolution-data-server: Remove obsolete phase.•••This is a fixup for the merge of da43d1c ("gnu: evolution-data-server: Add 'libedataserverui' output.") and bb10e7c ("gnu: evolution-data-server: Update to 3.28.3.") in 571fb00. * gnu/packages/gnome.scm (evolution-data-server)[arguments]: Remove phase that is no longer needed since version 3.28.2. Marius Bakke2019-04-011-12/+0
| * | | | | gnu: Remove gtk+/fixed.•••The merge preceding this commit ignored the replacement part of commit bc91562939ee002e84c95d13c907482b6d1e9339. This commit removes the remaining bits, as the patch is already included in GTK3 since version 3.24.3. * gnu/packages/patches/gtk3-fix-deprecation-macro-use.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gtk.scm (gtk+/fixed): Remove variable. Marius Bakke2019-04-012-40/+0
| * | | | | Merge branch 'master' into stagingMarius Bakke2019-04-0194-1407/+6730
| |\ \ \ \ \
| * | | | | | gnu: texlive-bin: Adopt LFS patch.•••The origin disappeared, and the new revision does not include all the Poppler fixes. Adjust the package to take Arch's Poppler patches instead. * gnu/packages/patches/texlive-bin-CVE-2018-17407.patch: New file. * gnu/packages/patches/texlive-bin-pdftex-poppler-compat.patch, gnu/packages/patches/texlive-bin-xetex-poppler-compat.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/tex.scm (texlive-bin)[source](patches): Likewise. [arguments]: Likewise. Marius Bakke2019-03-274-236/+268
| * | | | | | gnu: imagemagick: Update to 6.9.10-34.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-34. Marius Bakke2019-03-231-2/+2
| * | | | | | gnu: librsvg: Restore version 2.40.20.•••* gnu/packages/gnome.scm (librsvg): Downgrade to 2.40.20. (librsvg-next): New public variable. Marius Bakke2019-03-231-0/+66
| * | | | | | gnu: CUPS: Update to 2.2.11.•••* gnu/packages/cups.scm (cups-minimal): Update to 2.2.11. Marius Bakke2019-03-231-2/+2
| * | | | | | gnu: gnome-shell: Use the test-only Xorg variant for tests.•••* gnu/packages/gnome.scm (gnome-shell)[native-inputs]: Change XORG-SERVER to XORG-SERVER-FOR-TESTS. Marius Bakke2019-03-231-1/+1
| * | | | | | Merge branch 'master' into stagingMarius Bakke2019-03-2330-667/+1886
| |\ \ \ \ \ \
| * | | | | | | gnu: wayland: Update to 1.17.0.•••* gnu/packages/freedesktop.scm (wayland): Update to 1.17.0. Rutger Helling2019-03-231-3/+3
| * | | | | | | gnu: nss, nss-certs: Update to 3.43.•••* gnu/packages/gnuzilla.scm (nss): Update to 3.43. * gnu/packages/certs.scm (nss-certs): Ditto. Marius Bakke2019-03-212-4/+4
| * | | | | | | gnu: nspr: Update to 4.21.•••* gnu/packages/gnuzilla.scm (nspr): Update to 4.21. Marius Bakke2019-03-211-2/+2
| * | | | | | | Merge branch 'master' into stagingMarius Bakke2019-03-21156-2692/+5164
| |\ \ \ \ \ \ \
| * | | | | | | | gnu: teckit: Update to 2.5.9.•••* gnu/packages/fontutils.scm (teckit): Update to 2.5.9. Marius Bakke2019-03-211-2/+2
| * | | | | | | | gnu: teckit: Adjust indentation.•••* gnu/packages/fontutils.scm (teckit): Re-indent. Marius Bakke2019-03-211-20/+20
| * | | | | | | | gnu: teckit: Use release tarball.•••* gnu/packages/fontutils.scm (teckit)[source]: Use URL-FETCH. [native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL. Marius Bakke2019-03-211-11/+6
| * | | | | | | | gnu: vulkan-tools: Remove unnecessary inputs.•••* gnu/packages/vulkan.scm (vulkan-tools)[inputs]: Remove mesa, vulkan-headers. [native-inputs]: Add vulkan-headers. Rutger Helling2019-03-211-3/+2
| * | | | | | | | gnu: vulkan-loader: Remove unnecessary inputs.•••* gnu/packages/vulkan.scm (vulkan-loader)[arguments]: Remove -DBUILD_LAYERS=OFF. [inputs]: Remove all. [native-inputs]: Add libxrandr, vulkan-headers, wayland. Rutger Helling2019-03-211-11/+5
| * | | | | | | | gnu: mesa: Fix building on non-Intel architectures.•••* gnu/packages/gl.scm (mesa)[arguments]: Add explicit vulkan-driver support in match statement. Efraim Flashner2019-03-191-1/+1
| * | | | | | | | gnu: libdrm: Extend test timeout on armhf-linux.•••* gnu/packages/xdisorg.scm (libdrm)[arguments]: Replace the 'check phase on armhf-linux. Efraim Flashner2019-03-191-1/+8
| * | | | | | | | gnu: libdrm: Fix configure-flags.•••* gnu/packages/xdisorg.scm (libdrm)[arguments]: Update configure-flags for new build system. Join aarch64 and armhf selections. Efraim Flashner2019-03-191-9/+5
| * | | | | | | | gnu: mesa: Update to 18.3.5.•••* gnu/packages/gl.scm (mesa): Update to 18.3.5. [build-system]: Switch to meson-build-system. [native-inputs]: Add "bison", "flex" and "gettext-minimal". [arguments]: Adjust arguments to Meson. * gnu/packages/sdl.scm (sdl)[propogated-inputs]: Add mesa. [inputs]: Remove mesa. Rutger Helling2019-03-192-25/+32
| * | | | | | | | gnu: libdrm: Switch to meson-build-system.•••* gnu/packages/xdisorg.scm (libdrm)[build-system]: Switch to meson-build-system. [arguments]: Adjust arguments to Meson. Rutger Helling2019-03-191-10/+10
| * | | | | | | | gnu: fontforge: Update to 20190317.•••* gnu/packages/fontutils.scm (fontforge): Update to 20190317. [source](uri): Adjust for new tarball name. [arguments]: Remove #:make-flags. Marius Bakke2019-03-171-8/+4
| * | | | | | | | gnu: cups-filters: Update to 1.22.2.•••* gnu/packages/cups.scm (cups-filters): Update to 1.22.2. Marius Bakke2019-03-171-2/+2
| * | | | | | | | gnu: makedepend: Update to 1.0.6.•••* gnu/packages/xorg.scm (makedepend): Update to 1.0.6. Marius Bakke2019-03-171-2/+2
| * | | | | | | | gnu: libxvmc: Update to 1.0.11.•••* gnu/packages/xorg.scm (libxvmc): Update to 1.0.11. Marius Bakke2019-03-171-2/+2
| * | | | | | | | gnu: libxkbfile: Update to 1.1.0.•••* gnu/packages/xorg.scm (libxkbfile): Update to 1.1.0. Marius Bakke2019-03-171-2/+2
| * | | | | | | | gnu: meson: Update to 0.50.0.•••* gnu/packages/build-tools.scm (meson): Update to 0.50.0. * gnu/packages/patches/at-spi2-core-meson-compat.patch, gnu/packages/patches/totem-meson-compat.patch: New files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gnome.scm (totem)[source](patches): Add totem-meson.compat.patch. * gnu/packages/gtk.scm (at-spi2-core)[source](patches): New field. Marius Bakke2019-03-155-3/+37
| * | | | | | | | gnu: dconf: Update to 0.32.0.•••* gnu/packages/gnome.scm (dconf): Update to 0.32.0. [native-inputs]: Add BASH-COMPLETION. Marius Bakke2019-03-141-3/+5
| * | | | | | | | gnu: at-spi2-atk: Update to 2.32.0.•••* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.32.0. [build-system]: Change to MESON-BUILD-SYSTEM. [arguments]: Adjust test invokation. [native-inputs]: Add LIBXML2. Marius Bakke2019-03-141-6/+8
| * | | | | | | | gnu: at-spi2-core: Update to 2.32.0.•••* gnu/packages/gtk.scm (at-spi2-core): Update to 2.32.0. [arguments]: Adjust for renamed configure flag. [inputs]: Move LIBXI and LIBXTST ... [propagated-inputs]: ... here. Marius Bakke2019-03-141-6/+5
| * | | | | | | | gnu: atk: Update to 2.32.0.•••* gnu/packages/gtk.scm (atk): Update to 2.32.0. [build-system]: Change to MESON-BUILD-SYSTEM. [outputs]: Remove (due to dependency cycle on gtk-doc). [arguments]: Remove. [native-inputs]: Add GETTEXT-MINIMAL. Marius Bakke2019-03-141-9/+4
| * | | | | | | | gnu: double-conversion: Update to 3.1.4.•••* gnu/packages/maths.scm (double-conversion): Update to 3.1.4. Marius Bakke2019-03-141-2/+2
| * | | | | | | | gnu: gtk+: Update to 3.24.7.•••* gnu/packages/gtk.scm (gtk+): Update to 3.24.7. Marius Bakke2019-03-141-2/+2
| * | | | | | | | Merge branch 'master' into stagingMarius Bakke2019-03-1454-477/+3117
| |\ \ \ \ \ \ \ \
| * | | | | | | | | gnu: vulkan-headers: Update to 1.103.•••* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.103. * gnu/packages/vulkan.scm (vulkan-loader): Adjust version. * gnu/packages/vulkan.scm (vulkan-tools): Adjust version. Rutger Helling2019-03-121-4/+4
| * | | | | | | | | gnu: libxcomposite: Update to 0.4.5.•••* gnu/packages/xorg.scm (libxcomposite): Update to 0.4.5. Marius Bakke2019-03-111-2/+2
| * | | | | | | | | gnu: libxcursor: Update to 1.2.0.•••* gnu/packages/xorg.scm (libxcursor): Update to 1.2.0. Marius Bakke2019-03-111-2/+2
| * | | | | | | | | gnu: double-conversion: Update to 3.1.3.•••* gnu/packages/maths.scm (double-conversion): Update to 3.1.3. [source](uri): Adjust for version tag prefix. Marius Bakke2019-03-101-3/+4
| * | | | | | | | | gnu: libvdpau: Update to 1.2.•••* gnu/packages/video.scm (libvdpau): Update to 1.2. [source](uri): Adjust for new URL. Marius Bakke2019-03-101-4/+5
| * | | | | | | | | gnu: subversion: Update to 1.10.4 [fixes CVE-2018-11803].•••* gnu/packages/version-control.scm (subversion): Update to 1.10.4. Marius Bakke2019-03-101-2/+2
| * | | | | | | | | gnu: libuninameslist: Update to 20190305.•••* gnu/packages/fontutils.scm (libuninameslist): Update to 20190305. Marius Bakke2019-03-101-2/+2
| * | | | | | | | | Merge branch 'master' into stagingMarius Bakke2019-03-1046-1395/+2647
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | gnu: gnome-shell: Update to 3.28.2.•••* gnu/packages/gnome.scm (gnome-shell): Update to 3.28.2. [source]: Update snippet. [build-system]: Use meson-build-system. [arguments]: Disable systemd; add build phases "fix-keysdir" and "pre-check"; remove "rebuild-css" phase; remove custom "install" phase; wrap also with LD_LIBRARY_PATH. [native-inputs]: Add desktop-file-utils, sassc, and xorg-server. [inputs]: Remove readline. Ricardo Wurmus2019-03-091-40/+49
| * | | | | | | | | | gnu: gnome-settings-daemon: Ensure RUNPATH contains library subdir.•••* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]: Pass configure flag to add $out/lib/gnome-settings-daemon-3.0 to RUNPATH. Ricardo Wurmus2019-03-071-1/+5
| * | | | | | | | | | gnu: eog: Ensure RUNPATH contains output library directory.•••* gnu/packages/gnome.scm (eog)[arguments]: Pass configure flag to add $out/lib/eog to RUNPATH. Ricardo Wurmus2019-03-071-1/+5
| * | | | | | | | | | gnu: cups-filters: Fix build with newer version of poppler.•••* gnu/packages/cups.scm (cups-filters)[arguments]: Add build phase "patch-for-poppler". Ricardo Wurmus2019-03-071-0/+6
| * | | | | | | | | | gnu: dconf-editor: Update to 3.28.0.•••* gnu/packages/gnome.scm (dconf-editor): Update to 3.28.0. [build-system]: Use meson-build-system. [native-inputs]: Add gtk+:bin and vala. Ricardo Wurmus2019-03-071-13/+6
| * | | | | | | | | | gnu: network-manager-applet: Update to 1.8.14.•••* gnu/packages/gnome.scm (network-manager-applet): Update to 1.8.14. Ricardo Wurmus2019-03-071-2/+2