Age | Commit message (Expand) | Author |
2022-11-05 | Revert "gnu: pdfposter: Update to 0.8.1."...This reverts commit 040006d81c20c68d4291a7e5d82517691756c4c1.
The upgrade broke pdfposter, which would require a more recent version of
pypdf2.
| Ricardo Wurmus |
2022-11-05 | gnu: pdfposter: Update to 0.8.1....* gnu/packages/pdf.scm (pdfposter): Update to 0.8.1.
[inputs]: Move python-pypdf2 to … [propagated-inputs]: _ here.
| Hartmut Goebel |
2022-10-27 | build-system/pyproject: Always run tests verbosely for supported backends....* guix/build-system/pyproject.scm (pyproject-build): Default to '() instead of
#false for TEST-FLAGS.
* guix/build/pyproject-build-system.scm (check): Unconditionally enable
verbose test flags.
* doc/guix.texi (Build Systems): Document this change.
* gnu/packages/fontutils.scm (python-glyphslib)[arguments]: Remove verbosity
from #:test-flags.
* gnu/packages/pdf.scm (python-pydyf, weasyprint)[arguments]: Likewise.
* gnu/packages/python-web.scm (python-openapi-spec-validator)[arguments]: Likewise.
* gnu/packages/python-xyz.scm (python-path, python-tempora)[arguments]: Likewise.
| Marius Bakke |
2022-10-27 | gnu: weasyprint: Use pyproject-build-system....* gnu/packages/pdf.scm (weasyprint)[build-system]: Switch to
PYPROJECT-BUILD-SYSTEM.
[arguments]: Remove redundant phases. Add #:test-flags.
[native-inputs]: Remove PYTHON-PYPA-BUILD.
| Marius Bakke |
2022-10-27 | gnu: python-pydyf: Use pyproject-build-system....* gnu/packages/pdf.scm (python-pydyf)[build-system]: Switch to
PYPROJECT-BUILD-SYSTEM.
[arguments]: Remove #:phases. Add #:test-flags.
[native-inputs]: Remove PYTHON-PYPA-BUILD.
| Marius Bakke |
2022-10-23 | gnu: weasyprint: Update to 56.1....* gnu/packages/pdf.scm (weasyprint): Update to 56.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Michael Rohleder |
2022-10-18 | gnu: xournalpp: Update to 1.1.2....* gnu/packages/pdf.scm (xournalpp): Update to 1.1.2.
| Nicolas Goaziou |
2022-10-17 | gnu: poppler-next: Don't use 'package/inherit'....* gnu/packages/pdf.scm (poppler-next): Use object inheritance instead of
PACKAGE/INHERIT because it is a different version, so replacement of the
original should not be inherited.
| Marius Bakke |
2022-10-11 | gnu: python-pydyf: Update to 0.3.0....* gnu/packages/pdf.scm (python-pydyf): Update to 0.3.0.
[arguments]: Add phases to replace build and install phases.
[native-inputs]: Add python-flit-core, python-pypa-build.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Michael Rohleder |
2022-10-10 | gnu: pdfarranger: Improve package style....* gnu/packages/pdf.scm (pdfarranger)[arguments]: Use G-expressions.
| Nicolas Goaziou |
2022-10-10 | gnu: pdfarranger: Update to 1.9.1....* gnu/packages/pdf.scm (pdfarranger): Update to 1.9.1.
| Nicolas Goaziou |
2022-10-07 | gnu: extractpdfmark: Improve package style....* gnu/packages/pdf.scm (extractpdfmark)[arguments]: Use G-expressions. Fix
phase name.
[native-inputs]: Remove labels.
| Nicolas Goaziou |
2022-10-07 | gnu: extractpdfmark: Update to 1.1.1....* gnu/packages/pdf.scm (extractpdfmark): Update to 1.1.1.
| Nicolas Goaziou |
2022-09-22 | gnu: zathura: Remove input labels....* gnu/packages/pdf.scm (zathura)[native-inputs]: Remove input labels.
[arguments]: Adjust custom 'start-xserver phase accordingly.
| Efraim Flashner |
2022-09-22 | gnu: zathura: Update to 0.5.1....* gnu/packages/pdf.scm (zathura): Update to 0.5.1.
| Efraim Flashner |
2022-09-17 | gnu: libharu: Update to 2.4.2....* gnu/packages/pdf.scm (libharu): Update to 2.4.2.
[build-system]: Switch to cmake-build-system.
[arguments]: Remove #:configure-flags, add #:tests? and #:phases.
[inputs]: Sort them.
[native-inputs]: Remove.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Paul A. Patience |
2022-09-14 | gnu: Add poppler-next....* gnu/packages/pdf.scm (poppler-next): New variable.
| Mathieu Othacehe |
2022-08-29 | gnu: zathura-pdf-mupdf: Remove input labels....* gnu/packages/pdf.scm (zathura-pdf-mupdf)[inputs]: Remove labels.
| Marius Bakke |
2022-08-29 | gnu: zathura-pdf-mupdf: Update to 0.3.9....* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.3.9.
[inputs]: Add GUMBO-PARSER and TESSERACT-OCR.
[arguments]: Remove obsolete configure flag. Adjust mupdf substitutions.
| Marius Bakke |
2022-08-29 | gnu: mupdf: Update to 1.20.3....* Copy/paste is fixed.
The build now uses the patched version of freeglut that is included in the
thirdparty directory so that copy/paste works.
* gnu/packages/pdf.scm (mupdf)[source](snippet): Preserve freeglut.
[inputs]: Add LIBXRANDR and LIBXI.
[arguments]: Explicitly add configure flags for system libraries.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Pierre-Henry Fröhring |
2022-07-31 | gnu: qtsvg: Rename variable to qtsvg-5....This is in preparation of the qtsvg update to version 6.
This change was automated via the following command:
git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
| Maxim Cournoyer |
2022-07-24 | gnu: podofo: Remove input labels....* gnu/packages/pdf.scm (podofo)[inputs]:
Remove input labels.
| Tobias Geerinckx-Rice |
2022-07-24 | gnu: podofo: Update to 0.9.8....* gnu/packages/pdf.scm (podofo): Update to 0.9.8.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2022-05-31 | gnu: Remove python2-pypdf....* gnu/packages/pdf.scm (python2-pypdf): Delete variable.
| Maxim Cournoyer |
2022-05-31 | gnu: Remove python2-reportlab....* gnu/packages/pdf.scm (python2-reportlab): Delete variable.
| Maxim Cournoyer |
2022-05-31 | gnu: Remove python2-pypdf2....* gnu/packages/pdf.scm (python2-pypdf2): Delete variable.
| Maxim Cournoyer |
2022-05-31 | gnu: impressive: Update to 0.13.1....* gnu/packages/pdf.scm (impressive): Update to 0.13.1.
[inputs]: Move below arguments field. Adjust to use Python 3 packages.
[python]: Delete argument.
[phases]: Use gexps.
{install}: Use search-input-file and this-package-input. Make command
executable.
| Maxim Cournoyer |
2022-05-22 | gnu: img2pdf: Update to 0.4.4....* gnu/packages/pdf.scm (img2pdf): Update to 0.4.4.
| Tobias Geerinckx-Rice |
2022-05-12 | gnu: weasyprint: Update to 54.3....* gnu/packages/pdf.scm (weasyprint): Update to 54.3.
[source]: Update git URL.
[phases]: Use gexps.
{disable-linters}: Delete phase.
{register-dejavu-font}: Remove obsolete phase.
{patch-library-paths}: Adjust for code changes. Use search-input-file.
{check}: Streamline and use xdist.
{build, install}: Override to o a PEP 517 build.
[inputs]: Add harfbuzz.
[propagated-inputs]: Add python-fonttools-full, python-pillow and
python-pydyf.
[native-inputs]: Remove python-pytest-cov and python-pytest-runner.
Add ghostscript, python-flit-core, python-pypa-build, python-pytest and
python-pytest-xdist.
| Maxim Cournoyer |
2022-05-12 | gnu: Add python-pydyf....* gnu/packages/pdf.scm (python-pydyf): New variable.
| Maxim Cournoyer |
2022-05-09 | gnu: mupdf: Use G-expressions....* gnu/packages/pdf.scm (mupdf)[source, arguments]: Rewrite using
G-expressions.
| Efraim Flashner |
2022-05-09 | gnu: mupdf: Remove input labels....* gnu/packages/pdf.scm (mupdf)[inputs]: Remove input labels.
| Efraim Flashner |
2022-05-09 | gnu: mupdf: Update to 1.19.1....* gnu/packages/pdf.scm (mupdf): Update to 1.19.1.
[source]: Remove trailing #t.
| Efraim Flashner |
2022-02-19 | gnu: zathura: Update to 0.4.9....* gnu/packages/pdf.scm (zathura): Update to 0.4.9.
[native-inputs]: Use librsvg-for-system.
| Efraim Flashner |
2022-02-14 | gnu: xournalpp: Use G-expressions....* gnu/packages/pdf.scm (xournalpp)[arguments]: Use G-expressions.
<#:phases>: Replace WHICH with SEARCH-INPUT-FILES.
| Nicolas Goaziou |
2022-02-14 | gnu: xournalpp: Remove input labels....* gnu/packages/pdf.scm (xournalpp)[native-inputs]: Remove labels.
| Nicolas Goaziou |
2022-02-14 | gnu: xournalpp: Update to 1.1.1....* gnu/packages/pdf.scm (xournalpp): Update to 1.1.1.
[arguments]<#:phases>: Remove unnecessary phase.
| Nicolas Goaziou |
2022-01-10 | gnu: Remove meson-0.59 workarounds....Mostly automated with the following command:
$ grep --include='*.scm' '#:meson ,meson-0.59' -rl \
| xargs sed -z 's/#:meson[^\n]*\s*//' -i
* gnu/packages/freedesktop.scm (malcontent)
(accountsservice): Delete #:meson argument.
* gnu/packages/games.scm (gnome-2048): Likewise.
* gnu/packages/geo.scm (gnome-maps): Likewise.
* gnu/packages/gnome.scm (gnome-photos, gnome-music)
(gnome-initial-setup, gnome-user-share, gnome-characters)
(gnome-disk-utility, gnome-font-viewer, evince, glade3)
(gnome-mines, gnome-sudoku, gnome-settings-daemon, devhelp)
(totem, eog, gvfs, simple-scan, epiphany, gnome-session, gedit)
(network-manager-applet, gnome-control-center, gnome-shell, nautilus)
(gnome-default-applications, gnome-weather, gnome-tweaks, cheese, gthumb)
(gitg, polari, gnome-boxes, gtranslator): Likewise.
* gnu/packages/gtk.scm: (gtkmm-3): Likewise.
* gnu/packages/pdf.scm (zathura): Likewise.
* gnu/packages/photo.scm (entangle): Likewise.
* gnu/packages/video.scm (pitivi): Likewise.
* gnu/packages/virtualization.scm (libvirt-glib): Likewise.
| Maxim Cournoyer |
2021-12-27 | gnu: pdfarranger: Update to 1.8.2....* gnu/packages/pdf.scm (pdfarranger): Update to 1.8.2.
| Nicolas Goaziou |
2021-12-17 | gnu: Remove unneeded uses of custom GCC versions....* gnu/packages/bioinformatics.scm (libmaus2, biobambam2)[native-inputs]:
Remove GCC-10.
* gnu/packages/game-development.scm (libresprite, python-pyxel)[native-inputs]: Likewise.
* gnu/packages/lua.scm (emilua)[native-inputs]: Likewise.
* gnu/packages/radio.scm (sdr++)[native-inputs]: Likewise.
* gnu/packages/wm.scm (fnott)[native-inputs]: Likewise.
* gnu/packages/text-editors.scm (kakoune)[native-inputs]: Likewise.
(scintilla)[native-inputs]: Remove GCC-9.
* gnu/packages/build-tools.scm (bear)[native-inputs]: Likewise.
* gnu/packages/cpp.scm (magic-enum)[native-inputs]: Likewise.
* gnu/packages/games.scm (openttd)[native-inputs]: Likewise.
(schiffbruch)[native-inputs]: Remove GCC-11.
* gnu/packages/music.scm (liquidsfz, geonkick)[native-inputs]: Remove GCC-9.
* gnu/packages/fcitx5.scm (fcitx5, libime, fcitx5-configtool)[native-inputs]:
Likewise.
* gnu/packages/wine.scm (dxvk32)[native-inputs]: Likewise.
* gnu/packages/ftp.scm (libfilezilla)[native-inputs]: Remove GCC-8.
* gnu/packages/image.scm (blurhash)[native-inputs]: Likewise.
* gnu/packages/jami.scm (libring)[native-inputs]: Likewise.
* gnu/packages/pdf.scm (xournalpp)[native-inputs]: Likewise.
* gnu/packages/telegram.scm (webrtc-for-telegram-desktop,
telegram-desktop)[native-inputs]: Likewise.
| Marius Bakke |
2021-12-13 | gnu: Further simplify package inputs....This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
| Ludovic Courtès |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-12-13 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-12-11 | gnu: pdfarranger: Update to 1.8.1....* gnu/packages/pdf.scm (pdfarranger): Update to 1.8.1.
| Nicolas Goaziou |
2021-11-25 | gnu: zathura: Use meson 0.59....This fixes the build. The problem has already been fixed on the master, but
it's not part of the latest release.
* gnu/packages/pdf.scm (zathura)[meson]: Use meson-0.59.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| angryrectangle@cock.li |
2021-11-17 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-11-17 | gnu: pdfpc: Replace webkitgtk with webkitgtk-with-libsoup2....* gnu/packages/pdf.scm (pdfpc)[inputs]: Replace webkitgtk with
webkitgtk-with-libsoup2.
| Ricardo Wurmus |
2021-11-15 | gnu: pdfarranger: Update to 1.8.0....* gnu/packages/pdf.scm (pdfarranger): Update to 1.8.0.
| Nicolas Goaziou |
2021-11-06 | gnu: python-poppler-qt5: Fix building....* gnu/packages/pdf.scm (python-poppler-qt5)[source]: Add patch.
* gnu/packages/patches/python-poppler-qt5-fix-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2021-11-03 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Efraim Flashner |