aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/wm.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/wm.scm')
0 files changed, 0 insertions, 0 deletions
scm gnu/packages/base.scm gnu/packages/chromium.scm gnu/packages/compression.scm gnu/packages/databases.scm gnu/packages/diffoscope.scm gnu/packages/freedesktop.scm gnu/packages/gnome.scm gnu/packages/gnupg.scm gnu/packages/guile.scm gnu/packages/inkscape.scm gnu/packages/llvm.scm gnu/packages/openldap.scm gnu/packages/pciutils.scm gnu/packages/ruby.scm gnu/packages/samba.scm gnu/packages/sqlite.scm gnu/packages/statistics.scm gnu/packages/syndication.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/copy.scm guix/scripts/home.scm Efraim Flashner 2023-01-27gnu: inkscape: Fix qrcode rendering....Fixes <https://issues.guix.gnu.org/57479>. * gnu/packages/inkscape.scm (inkscape)[inputs]: Add python-cssselect. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder 2022-09-09gnu: inkscape: Fix build with Poppler 22.9.0....This fixes a regression introduced in c37a31e9abbc54d284096e4684f6dc2e094dbd7d. * gnu/packages/patches/inkscape-poppler-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/inkscape.scm (inkscape/stable)[source](patches): New field. Marius Bakke 2022-08-12gnu: lib2geom: Remove 1.1....* gnu/packages/graphics.scm (lib2geom): Update to 1.2. (lib2geom-1.2): Remove variable. * gnu/packages/inkscape.scm (inkscape/stable)[inputs]: Change from LIB2GEOM-1.2 to LIB2GEOM. Marius Bakke 2022-08-12gnu: inkscape: Remove input labels....* gnu/packages/inkscape.scm (inkscape/stable)[inputs]: Remove labels. Marius Bakke 2022-08-12gnu: inkscape: Remove obsolete input....* gnu/packages/inkscape.scm (inkscape/stable)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL. Marius Bakke 2022-08-12gnu: inkscape/stable: Update to 1.2.1....* gnu/packages/inkscape.scm (inkscape/stable): Update to 1.2.1. [arguments, inputs]: Take the changes from ... (inkscape): ... this variable, and adjust this one accordingly. Marius Bakke 2022-08-12gnu: inkscape: Disable failing tests....* gnu/packages/inkscape.scm (inkscape/stable)[arguments]: Add phase. Marius Bakke 2022-08-04gnu: inkscape: Build with lib2geom 1.2....* gnu/packages/graphics.scm (lib2geom-1.2): New variable. * gnu/packages/inkscape.scm (inkscape)[arguments]: Enable previously failing test. [inputs]: Replace "lib2geom" with LIB2GEOM-1.2. Marius Bakke 2022-08-04gnu: inkscape: Update to 1.2.1....* gnu/packages/inkscape.scm (inkscape): Update to 1.2.1. Marius Bakke 2022-07-12gnu: inkscape: Add bash-minimal to inputs....* gnu/packages/inkscape.scm (inkscape)[inputs]: Add bash-minimal. Maxim Cournoyer 2022-07-12gnu: inkscape: Wrap GDK_PIXBUF_MODULE_FILE....Fixes <https://issues.guix.gnu.org/55634>. * gnu/packages/inkscape.scm (inkscape) [phases]{wrap-program}: Override phase. Reported-by: Maxime Devos <maximedevos@telenet.be> Maxim Cournoyer 2022-07-12gnu: inkscape: Reintroduce variable, updated to 1.2....* gnu/packages/inkscape.scm (inkscape): Update to 1.2. [phases]{disable-problematic-tests}: New phase. Maxim Cournoyer 2022-07-12gnu: inkscape: Rename variable to inkscape/stable and hide package....This will allow introducing a new 'inkscape' package that can be more freely upgraded on the main branch. * gnu/packages/inkscape.scm (inkscape): Rename to... (inkscape/stable): ... this, and make it a hidden package. * gnu/packages/admin.scm (wpa-supplicant-gui)[native-inputs]: Rename inkscape input accordingly. * gnu/packages/docbook.scm (dblatex): Likewise. * gnu/packages/gnome-xyz.scm (arc-theme): Likewise. * gnu/packages/python-xyz.scm (python-matplotlib-documentation): Likewise. (python-nbconvert): Likewise. * gnu/packages/xfce.scm (xfdesktop): Likewise. * gnu/packages/xorg.scm (hackneyed-x11-cursors): Likewise. Maxim Cournoyer