aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2023-11-24 00:08:44 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2023-12-19 23:49:24 +0100
commitdbedf8dfdc3cfc47c84f9479a06dc23cd00f44d0 (patch)
tree5ff288bfdfc49a753072eb75155f647a91c69eee /m4
parentb0d91b147b1fbde5cf59cddb1e71cabefec564f5 (diff)
downloadguix-dbedf8dfdc3cfc47c84f9479a06dc23cd00f44d0.tar.gz
guix-dbedf8dfdc3cfc47c84f9479a06dc23cd00f44d0.zip
gnu: json-glib: Update to 1.6.6.
* gnu/packages/gnome.scm (json-glib-minimal): Update to 1.6.6. [arguments]: Convert to list of G-Expressions. [#:configure-flags]: Add -Dgtk_doc=disabled. [native-inputs]: Drop labels. (json-glib) [#:configure-flags]: Remove -Ddocs=true. Unless cross-compiling, add -Dgtk_doc=enabled and -Dintrospection=enabled. [#:phases] <move-docs>: Replace /share/gtk-doc with /share/doc. [native-inputs]: Add gi-docgen. Remove docbook-xml-4.3, docbook-xsl, gtk-doc, libxslt. Change-Id: Ib88f2fb59a776312bf3b452eecfe201e272a3888 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions
nu/packages/fontutils.scm gnu/packages/gnuzilla.scm gnu/packages/guile.scm gnu/packages/ibus.scm gnu/packages/image-processing.scm gnu/packages/linux.scm gnu/packages/music.scm gnu/packages/nss.scm gnu/packages/pdf.scm gnu/packages/python-xyz.scm gnu/packages/qt.scm gnu/packages/ruby.scm gnu/packages/shells.scm gnu/packages/tex.scm gnu/packages/video.scm gnu/packages/vulkan.scm gnu/packages/web.scm gnu/packages/webkit.scm gnu/packages/wm.scm Maxim Cournoyer 2023-03-21gnu: diffoscope: Update to 239....* gnu/packages/diffoscope.scm (diffoscope): Update to 239. [native-inputs]: Replace poppler-next with poppler. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Vagrant Cascadian 2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge 2023-03-15gnu: reprotest: Update to 0.7.23....* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.23. [phases] Update adjust-locales. Vagrant Cascadian 2023-03-15gnu: diffoscope: Update to 238....* gnu/packages/diffoscope.scm (diffoscope): Update to 238. [native-inputs]: Switch from poppler to poppler-next. Vagrant Cascadian 2023-01-30Merge remote-tracking branch 'origin/master' into core-updates... Conflicts: doc/guix.texi gnu/local.mk gnu/packages/admin.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-25gnu: diffoscope: Replace cdrtools with cdrkit-libre....* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove cdrtools. Add cdrkit-libre. Efraim Flashner 2023-01-25gnu: diffoscope: Use newer llvm....* gnu/packages/diffoscope.scm (diffoscope)[source]: Remove patch. [native-inputs]: Replace llvm-9 with llvm. * gnu/packages/patches/diffoscope-fix-llvm-test.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner 2023-01-22gnu: diffoscope: Simplify the build-man-page phase....* gnu/packages/diffoscope.scm (diffoscope) [phases]: Remove MAKE-FLAGS binding in the build-man-page phase, as the python-build-system has no such argument. Maxim Cournoyer 2023-01-22gnu: diffoscope: Fix indentation....* gnu/packages/diffoscope.scm (diffoscope): Fix indentation. Maxim Cournoyer 2023-01-22gnu: diffoscope: Update to 233....* gnu/packages/diffoscope.scm (diffoscope): Update to 233. [native-inputs]: Add lzip and python-pypdf, drop python-pypdf2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Vagrant Cascadian 2022-12-11gnu: reprotest: Update to 0.7.22....* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.22. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice