Age | Commit message (Expand) | Author |
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 |
2021-11-03 | gnu: img2pdf: Update to 0.4.3....* gnu/packages/pdf.scm (img2pdf): Update to 0.4.3.
| Tobias Geerinckx-Rice |
2021-11-03 | gnu: poppler-data: Update to 0.4.11....* gnu/packages/pdf.scm (poppler-data): Update to 0.4.11.
| Tobias Geerinckx-Rice |
2021-10-31 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Efraim Flashner |
2021-10-28 | gnu: mupdf: Update to 1.19.0....* 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.
| Efraim Flashner |
2021-10-22 | gnu: qpdfview: Fix build....* gnu/packages/pdf.scm (qpdfview)[arguments]: Fix 'configure' phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Josselin Poiret |
2021-10-21 | gnu: pdfpc: Update to 4.5.0....* 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.
| Ricardo Wurmus |
2021-10-12 | Merge remote-tracking branch 'origin/master' into core-updates-frozen. | Mathieu Othacehe |
2021-10-12 | gnu: img2pdf: Update to 0.4.2....* gnu/packages/pdf.scm (img2pdf): Update to 0.4.2.
| Nicolas Goaziou |
2021-09-20 | gnu: poppler: Find pkg-config when cross-compiling....* gnu/packages/pdf.scm
(poppler)[arguments]<#:phases>{set-PKG_CONFIG}: New phase.
| Maxime Devos |
2021-09-19 | gnu: fbida: Fix build....* gnu/packages/pdf.scm (fbida)[arguments]<#:phases>: Add a 'set-fcommon phase.
Also wrap some lines and remove an empty one.
| Mathieu Othacehe |
2021-08-01 | Merge branch 'master' into core-updates-frozen | Marius Bakke |
2021-08-01 | gnu: zathura: Update to 0.4.8....* gnu/packages/pdf.scm (zathura): Update to 0.4.8.
| Marius Bakke |
2021-07-29 | Merge branch 'master' into core-updates-frozen... 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
| Marius Bakke |
2021-07-26 | gnu: xournalpp: Update to 1.1.0....* gnu/packages/pdf.scm (xournalpp): Update to 1.1.0.
| Nicolas Goaziou |
2021-07-23 | gnu: poppler: Update to 21.07.0....* gnu/packages/pdf.scm (poppler): Update to 21.07.0.
| Marius Bakke |
2021-07-18 | Merge branch 'master' into core-updates | Ludovic Courtès |
2021-07-10 | gnu: qpdfview: Use qt-build-system....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>
| Timotej Lazar |
2021-06-19 | Merge branch 'master' into core-updates...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
| Marius Bakke |
2021-06-19 | gnu: poppler: Update to 21.06.1....* gnu/packages/pdf.scm (poppler): Update to 21.06.1.
[arguments]: Add "-DENABLE_BOOST=OFF" to #:configure-flags.
| Marius Bakke |
2021-06-14 | gnu: Rename qtbase to qtbase-5....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.
| Maxim Cournoyer |
2021-06-13 | gnu: poppler: Update to 21.05.0....* gnu/packages/pdf.scm (poppler): Update to 21.05.0.
| Marius Bakke |
2021-05-09 | gnu: img2pdf: Update to 0.4.1....* gnu/packages/pdf.scm (img2pdf): Update to 0.4.1.
| Nicolas Goaziou |
2021-05-02 | gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls....* gnu/packages/admin.scm (cbatticon)[arguments]<#:make-flags>: Use
CC-FOR-TARGET.
* gnu/packages/assembly.scm (dev86)[arguments]<#:make-flags>: Likewise.
* gnu/packages/cdrom.scm (cd-discid)[arguments]<#:make-flags>: Likewise.
* gnu/packages/crypto.scm (signify, keyutils, ssss, libscrypt, enchive)
[arguments]<#:make-flags>: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-emacsql, emacs-telega)[arguments]
<#:phases>: Likewise.
* gnu/packages/gnupg.scm (pgpdump)[arguments]<#:make-flags>: Likewise.
* gnu/packages/image-viewers.scm (feh, imv)[arguments]<#:make-flags>:
Likewise.
* gnu/packages/image.scm (libjxr, giflib, freeimage)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/irc.scm (ii, sic)[arguments]<#:make-flags>: Likewise.
* gnu/packages/lua.scm (make-lua-expat, make-lua-ossl, make-lua-sec)
(make-lua-cqueues, make-lua-lgi, lua-resty-signal)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/networking.scm (httping, pixiewps, sslh, nethogs, spiped)
(can-utils, hcxtools, batctl)[arguments]<#:make-flags>: Likewise.
* gnu/packages/pdf.scm (fbida)[arguments]<#:make-flags>: Likewise.
* gnu/packages/ssh.scm (endlessh)[arguments]<#:make-flags>: Likewise.
* gnu/packages/toys.scm (nyancat)[arguments]<#:make-flags>: Likewise.
* gnu/packages/upnp.scm (miniupnpc)[arguments]<#:make-flags>: Likewise.
* gnu/packages/xdisorg.scm (bemenu, xbanish, sxhkd, xcape, xssproxy)
(xrandr-invert-colors, hsetroot, xsettingsd)[arguments]<#:make-flags>:
Likewise.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Maxime Devos |
2021-04-09 | gnu: python-sip: Update to 5.5.0. Add python-sip-4...* gnu/packages/qt.scm (python-sip): Update to 5.5.0.
(python-sip-4): New variable. Rename the old python-sip to python-sip-4.
(python2-sip): Inherit from python-sip-4.
* gnu/packages/maths.scm (veusz)[native-inputs]: Use python-sip-4.
* gnu/packages/pdf.scm (python-poppler-qt5): Use python-sip-4.
* gnu/packages/geo.scm (qgis)[arguments]: Fix build for python-sip@5.
| Brendan Tildesley |
2021-03-29 | gnu: python-poppler-qt5: Update to 21.1.0....* gnu/packages/pdf.scm (python-poppler-qt5): Update to 21.1.0.
| Brendan Tildesley |
2021-03-25 | gnu: Remove QT 4....For more information, see:
https://lists.gnu.org/archive/html/guix-devel/2016-02/msg00596.html
https://bugs.gnu.org/45704
* gnu/packages/qt.scm (qt-4, python2-pyqt-4): Remove variables.
* gnu/packages/engineering.scm (qucs, qucs-s): Remove variables.
* gnu/packages/messaging.scm (pybitmessage): Remove variable.
* gnu/packages/password-utils.scm (keepassx): Remove variable.
* gnu/packages/pdf.scm (poppler-qt4): Remove variable.
| Leo Famulari |
2021-03-14 | gnu: pdfarranger: Update to 1.7.1....* gnu/packages/pdf.scm (pdfarranger): Update to 1.7.1.
| Nicolas Goaziou |
2021-03-04 | gnu: mupdf: Fix CVE-2021-3407....* gnu/packages/pdf.scm (mupdf)[source]: Add patch.
* gnu/packages/patches/mupdf-CVE-2021-3407.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Kei Kebreau |
2021-02-09 | gnu: Xpdf: Update to 4.03....* gnu/packages/pdf.scm (xpdf): Update to 4.03.
[source]: Update URL.
[build-system]: Use cmake-build-system.
[arguments]: Remove #:parallel-build?, #:configure-flags and #:phases.
[inputs]: Add cups, freetype & qtbase. Remove gs-fonts, lesstif, libpaper
libx11, libxext, libxp, libxpm & libxt.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vincent Legoll |
2021-02-09 | gnu: qpdfview: Fix qt-5.15 compatibility....* gnu/packages/pdf.scm (qpdfview)[source]: Add patch to include a missing
header.
* gnu/packages/patches/qpdfview-qt515-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Timotej Lazar |
2021-01-28 | gnu: Add extractpdfmark....* gnu/packages/pdf.scm (extractpdfmark): New variable.
| Nicolas Goaziou |
2021-01-26 | gnu: pdfarranger: Complete and arrange inputs....* gnu/packages/pdf.scm (pdfarranger)[propagated-inputs]: Add img2pdf. Move
poppler and gtk+...
[inputs]: ...here
| Nicolas Goaziou |
2021-01-26 | gnu: Add img2pdf....* gnu/packages/pdf.scm (img2pdf): New variable.
| Nicolas Goaziou |
2021-01-26 | gnu: pdfarranger: Update to 1.7.0....* gnu/packages/pdf.scm (pdfarranger): Update to 1.7.0.
[propagated-inputs]: Remove python-pypdf2. Add python-dateutil and
python-pikepdf.
| Nicolas Goaziou |
2021-01-11 | gnu: podofo: Omit static library....* gnu/packages/pdf.scm (podofo)[arguments]: Remove explicit
"-DPODOFO_BUILD_STATIC=ON" from #:configure-flags.
| Tobias Geerinckx-Rice |
2021-01-11 | gnu: podofo: Update to 0.9.7....* gnu/packages/pdf.scm (podofo): Update to 0.9.7.
[source]: Remove patch.
* gnu/packages/patches/podofo-cmake-3.12.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice |
2020-12-23 | gnu: xournalpp: Update to 1.0.20....* gnu/packages/pdf.scm (xournalpp): Update to 1.0.20.
| Nicolas Goaziou |
2020-11-29 | gnu: weasyprint: Update to 52.1....Fixes <https://issues.guix.gnu.org/42409>.
* gnu/packages/patches/weasyprint-library-paths.patch: Delete.
* gnu/packages/pdf.scm (weasyprint): Update to 52.1
[phases]{patch-library-paths}: Adjust.
{check}: Remove.
{register-dejavu-font}: New phase.
[native-inputs]: Add font-dejavu.
| Maxim Cournoyer |