From 320084baedbfd284a0813049bfcdd44ba07f79db Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Mon, 29 Jan 2018 21:26:33 +0000 Subject: [PATCH] mutt-1.9.3, babl-0.1.42, gegl-0.3.28. Also mention perl module Tk as an optional runtime dependency for some texlive scripts. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19714 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/graphlib/babl.xml | 6 +++--- general/graphlib/gegl.xml | 26 +++++++++++++++----------- introduction/welcome/changelog.xml | 12 ++++++++++++ networking/mailnews/mutt.xml | 26 +++----------------------- packages.ent | 6 +++--- xincludes/texruntime.xml | 5 +++++ 6 files changed, 41 insertions(+), 40 deletions(-) diff --git a/general/graphlib/babl.xml b/general/graphlib/babl.xml index 6f1f42f914..0464359f94 100644 --- a/general/graphlib/babl.xml +++ b/general/graphlib/babl.xml @@ -6,9 +6,9 @@ - - - + + + ]> diff --git a/general/graphlib/gegl.xml b/general/graphlib/gegl.xml index ee162b2bc0..dc0adc9093 100644 --- a/general/graphlib/gegl.xml +++ b/general/graphlib/gegl.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -122,11 +122,10 @@ ./configure --prefix=/usr && -LC_ALL=en_US make +make - To test the results, issue: make check. - tests fail due to missing data. + To test the results, issue: make check. @@ -143,9 +143,12 @@ LC_ALL=en_US make Now, as the root user: + make install && install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl && -install -d -v -m755 /usr/share/gtk-doc/html/gegl/images && install -v -m644 docs/images/*.{png,ico,svg} /usr/share/gtk-doc/html/gegl/images @@ -155,8 +158,8 @@ install -v -m644 docs/images/*.{png,ico,svg} /usr/share/gtk-doc/html/gegl/images install -v -m644/docs/*/{css,html} ...: This and the subsequent commands install all the provided documentation - instead of only operations.html and the stylesheet - gegl.css. + instead of only the stylesheet gegl.css and three + png files. @@ -168,11 +171,12 @@ install -v -m644 docs/images/*.{png,ico,svg} /usr/share/gtk-doc/html/gegl/images + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 7b11afb420..5ee4cd9fde 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,18 @@ January 29th, 2018 + + [ken] - Update to gegl-0.3.28. Fixes + #10294. + + + [ken] - Update to babl-0.1.42. Fixes + #10293. + + + [ken] - Update to mutt-1.9.3. Fixes + #10307. + [bdubbs] - Update to QupZilla-2.2.5. Fixes #10316. diff --git a/networking/mailnews/mutt.xml b/networking/mailnews/mutt.xml index e14f72469a..3e0c24a504 100644 --- a/networking/mailnews/mutt.xml +++ b/networking/mailnews/mutt.xml @@ -6,10 +6,10 @@ - + - + ]> @@ -273,7 +273,7 @@ chmod -v 2755 /usr/bin/mutt_dotlock Installed Directories - flea, mutt, mutt_dotlock, muttbug, pgpewrap, pgpring, and + mutt, mutt_dotlock, pgpewrap, pgpring, and smime_keys None /usr/share/doc/mutt-&mutt-version; @@ -285,16 +285,6 @@ chmod -v 2755 /usr/bin/mutt_dotlock - - flea - - is a bug submitter for Mutt. - - flea - - - - mutt @@ -316,16 +306,6 @@ chmod -v 2755 /usr/bin/mutt_dotlock - - muttbug - - is a script that executes flea. - - muttbug - - - - pgpewrap diff --git a/packages.ent b/packages.ent index 3ef41fcc6b..bf38341416 100644 --- a/packages.ent +++ b/packages.ent @@ -194,12 +194,12 @@ to avoid building libxml2 twice, which is slow with all deps --> - + - + @@ -486,7 +486,7 @@ to avoid building libxml2 twice, which is slow with all deps --> - + diff --git a/xincludes/texruntime.xml b/xincludes/texruntime.xml index 15d5def827..155982fe21 100644 --- a/xincludes/texruntime.xml +++ b/xincludes/texruntime.xml @@ -10,4 +10,9 @@ is used by some scripts, mostly within mtx_context which is part of conTeXt, but also for one or two others, such as match_parens, which are generally useful. + The perl module Tk, which + requires , is used by one of the scripts + for ptex (Japanese vertical writing), can be used by a conTeXt texfind script, + and is needed for texdoctk (a GUI interface for finding documentation files + and opening them with the appropriate viewer).