aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/sdl-libx11-1.6.patch
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-01-06 14:32:39 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-01-06 15:42:05 +0200
commit30e06c2cee92fa9a9b9e86bb8bf9c3e8d458ef9b (patch)
tree28731cb25156612c7a9d4252760951d435af3e03 /gnu/packages/patches/sdl-libx11-1.6.patch
parentc65bfc658aacdcfac84748762cbf060d78d8885f (diff)
downloadguix-30e06c2cee92fa9a9b9e86bb8bf9c3e8d458ef9b.tar.gz
guix-30e06c2cee92fa9a9b9e86bb8bf9c3e8d458ef9b.zip
gnu: unrtf: Update to 0.21.10.
* gnu/packages/unrtf.scm (unrtf): Update to 0.21.10. [source]: Remove patch, remove snippet. [license]: Update to gpl3+. * gnu/packages/patches/unrtf-CVE-2016-10091.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/patches/sdl-libx11-1.6.patch')
0 files changed, 0 insertions, 0 deletions
ing: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-12-13Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-12-11gnu: pdfarranger: Update to 1.8.1....* gnu/packages/pdf.scm (pdfarranger): Update to 1.8.1. Nicolas Goaziou 2021-11-25gnu: 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-17Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-11-17gnu: pdfpc: Replace webkitgtk with webkitgtk-with-libsoup2....* gnu/packages/pdf.scm (pdfpc)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2. Ricardo Wurmus 2021-11-15gnu: pdfarranger: Update to 1.8.0....* gnu/packages/pdf.scm (pdfarranger): Update to 1.8.0. Nicolas Goaziou 2021-11-06gnu: 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-03Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-11-03gnu: img2pdf: Update to 0.4.3....* gnu/packages/pdf.scm (img2pdf): Update to 0.4.3. Tobias Geerinckx-Rice 2021-11-03gnu: poppler-data: Update to 0.4.11....* gnu/packages/pdf.scm (poppler-data): Update to 0.4.11. Tobias Geerinckx-Rice 2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-10-28gnu: 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-22gnu: 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-21gnu: 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-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe 2021-10-12gnu: img2pdf: Update to 0.4.2....* gnu/packages/pdf.scm (img2pdf): Update to 0.4.2. Nicolas Goaziou 2021-09-20gnu: poppler: Find pkg-config when cross-compiling....* gnu/packages/pdf.scm (poppler)[arguments]<#:phases>{set-PKG_CONFIG}: New phase. Maxime Devos 2021-09-19gnu: 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-01Merge branch 'master' into core-updates-frozenMarius Bakke 2021-08-01gnu: zathura: Update to 0.4.8....* gnu/packages/pdf.scm (zathura): Update to 0.4.8. Marius Bakke 2021-07-29Merge 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-26gnu: xournalpp: Update to 1.1.0....* gnu/packages/pdf.scm (xournalpp): Update to 1.1.0. Nicolas Goaziou 2021-07-23gnu: poppler: Update to 21.07.0....* gnu/packages/pdf.scm (poppler): Update to 21.07.0. Marius Bakke 2021-07-18Merge branch 'master' into core-updatesLudovic Courtès 2021-07-10gnu: 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