aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
blob: 0277265375ab4b887a22ef36ef04676c25106b21 (about) (plain)
blob size (554KB) exceeds display size limit (100KB).
1babd2afc6d6f63d30e5f909b702410833e Efraim Flashner 2024-08-31gnu: inkscape: Skip failing tests on i686-linux....* gnu/packages/inkscape.scm (inkscape/stable)[arguments]: Add ‘fix-32bit-size_t-format’ phase on i686. In ‘check’ phase, list additional failing tests on i686. (inkscape)[arguments]: Do not restore ‘check’ phase on i686. Change-Id: Id4b11ac7aa725a8a55d04bca221319201e488940 Co-authored-by: Ludovic Courtès <ludo@gnu.org> Kaelyn Takata 2024-08-31gnu: inkscape: Conditionally disable precision tests....* gnu/packages/inkscape.scm (inkscape/stable)[arguments]: Disable tests on aarch64, ppc64le, and riscv64 that fail due to precision errors. Change-Id: Ie40100ed4adc4d007211c695b34eb4d648345304 Ricardo Wurmus 2024-08-31gnu: inkscape: Update conditional patch....* gnu/packages/inkscape.scm (inkscape)[arguments]: Fix substitution expression to avoid syntax error. Change-Id: I00a65848d2b95795a7a59c4c5164b14faefcf2b7 Ricardo Wurmus 2024-08-31gnu: inkscape: Fix Python support....* gnu/packages/inkscape.scm (inkscape/stable) [phases]: Wrap with PATH and GI_TYPELIB_PATH. [inputs]: Sort inputs. Add python-appdirs, python-cssselect, python-pygobject and python-requests. (inkscape) [inputs]: Do not append python-cssselect. Fixes: https://issues.guix.gnu.org/63938 Change-Id: I90a39a04a35dbcafe413726107d100c78d173fd0 Maxim Cournoyer 2024-08-31gnu: inkscape: Sort inputs....* gnu/packages/inkscape.scm (inkscape/stable) [inputs]: Sort. [native-inputs]: Likewise. Change-Id: I64253e52bf157013e6c55361f7633cbd01dcb020 Maxim Cournoyer 2024-08-31gnu: inkscape: Update to 1.3.2....* gnu/packages/inkscape.scm (inkscape/stable): Update to 1.3.2. Remove patches. [configure-flags]: Add CMAKE_CXX_FLAGS flag. [phases] Remove obsolete patch-icon-cache-generator, disable-latex-export-tests and disable-vertical-glyph-tests phases. Add disable-problematic-tests phase. Override check phase to disable a few test failures caused by the lack of imagemagick. [inputs]: Add gspell and readline. Remove aspell and gtkspell3. (inkscape): Update to 1.3.2. [phases]: Reset the check phase to the original. * gnu/packages/patches/inkscape-poppler-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Change-Id: I391fb42db8d93a9cdc83e6fd62ca90f7458b5c49 Maxim Cournoyer 2024-08-31gnu: inkscape: Truly enable ImageMagic support....This was commented out for testing and erroneously committed in commit b4a6b1ba93844d7373c58237cb0b742352dec954 ("gnu: inkscape/stable: Build stable variant without imagemagick support."). * gnu/packages/inkscape.scm (inkscape) [configure-flags]: Delete inherited "-DWITH_IMAGE_MAGICK=OFF" flag. Change-Id: I6d616a5bfc40c9ebef65aceb711c6541a523bad8 Maxim Cournoyer 2024-08-31gnu: inkscape: Always use imagemagick as an input....* gnu/packages/inkscape.scm (inkscape)[native-inputs]: Replace inherited imagemagick/stable with imagemagick. Change-Id: I6b25002deeeaa81fab6de4e181d2425fe7342aba Efraim Flashner 2024-08-31gnu: inkscape/stable: Build stable variant without imagemagick support....This is done to allow imagemagick (not /stable variant) to be updated more freely. * gnu/packages/inkscape.scm (inkscape/stable) [arguments]: Use gexps. Add #:disallowed-references argument to guard against referring to imagemagick/stable. Add #:configure-flags argument. [inputs]: Remove imagemagick. [native-inputs]: Relpace imagemagick with imagemagick/stable. * gnu/packages/inkscape.scm (inkscape): Use gexps. Clear WITH_IMAGE_MAGICK configure flag. [inputs]: Add imagemagick. Fixes: https://issues.guix.gnu.org/47479 Change-Id: Ifc812d2fc1eba5d2b45c3d7519ae38ac0294bd0a Reported-by: Maxime Devos <maximedevos@telenet.be> Maxim Cournoyer 2024-08-31gnu: inkscape/stable: Add imagemagick to inputs....* gnu/packages/inkscape.scm (inkscape/stable) [inputs]: Add imagemagick. Fixes: https://issues.guix.gnu.org/47479 Change-Id: Ibcc05563e7a020c331907f6bd40038656bb54a34 Maxim Cournoyer