summaryrefslogtreecommitdiff
path: root/gnu/packages/pdf.scm
Commit message (Collapse)AuthorAge
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-31
| | | | | | | | 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
* gnu: podofo: Remove input labels.Tobias Geerinckx-Rice2022-07-24
| | | | | * gnu/packages/pdf.scm (podofo)[inputs]: Remove input labels.
* gnu: podofo: Update to 0.9.8.Tobias Geerinckx-Rice2022-07-24
| | | | | * gnu/packages/pdf.scm (podofo): Update to 0.9.8. [arguments]: Don't explicitly return #t from phases.
* gnu: Remove python2-pypdf.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/pdf.scm (python2-pypdf): Delete variable.
* gnu: Remove python2-reportlab.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/pdf.scm (python2-reportlab): Delete variable.
* gnu: Remove python2-pypdf2.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/pdf.scm (python2-pypdf2): Delete variable.
* gnu: impressive: Update to 0.13.1.Maxim Cournoyer2022-05-31
| | | | | | | | | * 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.
* gnu: img2pdf: Update to 0.4.4.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/pdf.scm (img2pdf): Update to 0.4.4.
* gnu: weasyprint: Update to 54.3.Maxim Cournoyer2022-05-12
| | | | | | | | | | | | | | | | | * 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.
* gnu: Add python-pydyf.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/pdf.scm (python-pydyf): New variable.
* gnu: mupdf: Use G-expressions.Efraim Flashner2022-05-09
| | | | | * gnu/packages/pdf.scm (mupdf)[source, arguments]: Rewrite using G-expressions.
* gnu: mupdf: Remove input labels.Efraim Flashner2022-05-09
| | | | * gnu/packages/pdf.scm (mupdf)[inputs]: Remove input labels.
* gnu: mupdf: Update to 1.19.1.Efraim Flashner2022-05-09
| | | | | * gnu/packages/pdf.scm (mupdf): Update to 1.19.1. [source]: Remove trailing #t.
* gnu: zathura: Update to 0.4.9.Efraim Flashner2022-02-19
| | | | | * gnu/packages/pdf.scm (zathura): Update to 0.4.9. [native-inputs]: Use librsvg-for-system.
* gnu: xournalpp: Use G-expressions.Nicolas Goaziou2022-02-14
| | | | | * gnu/packages/pdf.scm (xournalpp)[arguments]: Use G-expressions. <#:phases>: Replace WHICH with SEARCH-INPUT-FILES.
* gnu: xournalpp: Remove input labels.Nicolas Goaziou2022-02-14
| | | | * gnu/packages/pdf.scm (xournalpp)[native-inputs]: Remove labels.
* gnu: xournalpp: Update to 1.1.1.Nicolas Goaziou2022-02-14
| | | | | * gnu/packages/pdf.scm (xournalpp): Update to 1.1.1. [arguments]<#:phases>: Remove unnecessary phase.
* gnu: Remove meson-0.59 workarounds.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* gnu: pdfarranger: Update to 1.8.2.Nicolas Goaziou2021-12-27
| | | | * gnu/packages/pdf.scm (pdfarranger): Update to 1.8.2.
* gnu: Remove unneeded uses of custom GCC versions.Marius Bakke2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | 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.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-13
|\
| * gnu: pdfarranger: Update to 1.8.1.Nicolas Goaziou2021-12-11
| | | | | | | | * gnu/packages/pdf.scm (pdfarranger): Update to 1.8.1.
* | gnu: zathura: Use meson 0.59.angryrectangle@cock.li2021-11-25
| | | | | | | | | | | | | | | | | | 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>
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\|
| * gnu: pdfarranger: Update to 1.8.0.Nicolas Goaziou2021-11-15
| | | | | | | | * gnu/packages/pdf.scm (pdfarranger): Update to 1.8.0.
* | gnu: pdfpc: Replace webkitgtk with webkitgtk-with-libsoup2.Ricardo Wurmus2021-11-17
| | | | | | | | | | * gnu/packages/pdf.scm (pdfpc)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.
* | gnu: python-poppler-qt5: Fix building.Efraim Flashner2021-11-06
| | | | | | | | | | | | * 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.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-03
|\|
| * gnu: img2pdf: Update to 0.4.3.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/pdf.scm (img2pdf): Update to 0.4.3.
| * gnu: poppler-data: Update to 0.4.11.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/pdf.scm (poppler-data): Update to 0.4.11.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: mupdf: Update to 1.19.0.Efraim Flashner2021-10-28
| | | | | | | | | | | | | | | | * gnu/packages/pdf.scm (mupdf): Update to 1.19.0. [source]: Remove patches. Add directory to be saved in snippet * gnu/packages/patches/mupdf-CVE-2021-3407.patch, gnu/packages/patches/mupdf-fix-linkage.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
* | gnu: qpdfview: Fix build.Josselin Poiret2021-10-22
| | | | | | | | | | | | * gnu/packages/pdf.scm (qpdfview)[arguments]: Fix 'configure' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | gnu: pdfpc: Update to 4.5.0.Ricardo Wurmus2021-10-21
| | | | | | | | | | | | | | | | * gnu/packages/pdf.scm (pdfpc): Update to 4.5.0. [inputs]: Add discount, json-glib, and webkitgtk. [license]: Update license from GPLv2+ to GPLv3+. [arguments]: Work around a bug in Vala in new build phase 'fix-vala-API-conflict.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: img2pdf: Update to 0.4.2.Nicolas Goaziou2021-10-12
| | | | | | | | * gnu/packages/pdf.scm (img2pdf): Update to 0.4.2.
* | gnu: poppler: Find pkg-config when cross-compiling.Maxime Devos2021-09-20
| | | | | | | | | | * gnu/packages/pdf.scm (poppler)[arguments]<#:phases>{set-PKG_CONFIG}: New phase.
* | gnu: fbida: Fix build.Mathieu Othacehe2021-09-19
| | | | | | | | | | * gnu/packages/pdf.scm (fbida)[arguments]<#:phases>: Add a 'set-fcommon phase. Also wrap some lines and remove an empty one.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-01
|\|
| * gnu: zathura: Update to 0.4.8.Marius Bakke2021-08-01
| | | | | | | | * gnu/packages/pdf.scm (zathura): Update to 0.4.8.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-07-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/emacs-xyz.scm gnu/packages/gpodder.scm gnu/packages/music.scm gnu/packages/patches/glibc-bootstrap-system.patch gnu/packages/python-xyz.scm gnu/packages/shells.scm gnu/packages/statistics.scm
| * gnu: xournalpp: Update to 1.1.0.Nicolas Goaziou2021-07-26
| | | | | | | | * gnu/packages/pdf.scm (xournalpp): Update to 1.1.0.
* | gnu: poppler: Update to 21.07.0.Marius Bakke2021-07-23
| | | | | | | | * gnu/packages/pdf.scm (poppler): Update to 21.07.0.
* | Merge branch 'master' into core-updatesLudovic Courtès2021-07-18
|\|
| * gnu: qpdfview: Use qt-build-system.Timotej Lazar2021-07-10
| | | | | | | | | | | | | | | | | | | | | | This fixes compilation after the recent reorganization of qt-build-system. As a side effect, specifying Qt plugins with environment variables now works. * gnu/packages/pdf.scm (qpdfview)[build-system]: Use qt-build-system. [arguments]: Drop #:modules and #:imported-modules, and the 'qt-wrap phase. Specify that there are no tests. Signed-off-by: Leo Famulari <leo@famulari.name>
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b respectively. 4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm
| * gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | | | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
* | gnu: poppler: Update to 21.06.1.Marius Bakke2021-06-19
| | | | | | | | | | * gnu/packages/pdf.scm (poppler): Update to 21.06.1. [arguments]: Add "-DENABLE_BOOST=OFF" to #:configure-flags.