From 7b88d5aadaa6f233e77a0d7ceed8635210bd30f0 Mon Sep 17 00:00:00 2001 From: Fernando de Oliveira Date: Sat, 1 Aug 2015 22:25:40 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20Update=20to=20cups-2.0.4.=20?= =?UTF-8?q?=E2=80=A2=20Update=20to=20Archive-Zip-1.49.=20=E2=80=A2=20Updat?= =?UTF-8?q?e=20to=20mercurial-3.5.=20=E2=80=A2=20Update=20to=20scons-2.3.6?= =?UTF-8?q?.=20=E2=80=A2=20cups-filters-1.0.71=20does=20not=20build=20with?= =?UTF-8?q?=20poppler-3.4.=20=E2=80=A2=20Add=20sddm=20bootscript.=20?= =?UTF-8?q?=E2=80=A2=20Reorder=20part=20of=20the=20bootscripts=20Makefile.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16312 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/mercurial.xml | 10 ++++----- general/prog/perl-modules.xml | 8 +++---- general/prog/scons.xml | 8 +++---- introduction/welcome/changelog.xml | 23 ++++++++++++++++++- packages.ent | 8 +++---- pst/printing/cups-filters.xml | 36 +++++++++++++----------------- pst/printing/cups.xml | 12 +++++----- 7 files changed, 61 insertions(+), 44 deletions(-) diff --git a/general/prog/mercurial.xml b/general/prog/mercurial.xml index 10ac2ec8ef..b6ee6ba45b 100644 --- a/general/prog/mercurial.xml +++ b/general/prog/mercurial.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -142,7 +142,7 @@ EOF where you must replace <user_name> and <your@mail> (mail is optional and can be omitted). With the user identity defined, run - hg debuginstall and several lines will be displayed, + hg debuginstall and several lines will be displayed, the last one reading "no problems detected". Another quick and simple test is just hg, which should output basic commands that can be used with hg. diff --git a/general/prog/perl-modules.xml b/general/prog/perl-modules.xml index 6b3e682bcf..30f7b258e4 100644 --- a/general/prog/perl-modules.xml +++ b/general/prog/perl-modules.xml @@ -9,7 +9,7 @@ - + @@ -309,7 +309,7 @@ MD5 sum: &Business-ISMN-md5sum; -&Business-ISSN-download-http; +&Business-ISSN-download-http; MD5 sum: &Business-ISSN-md5sum; @@ -480,7 +480,7 @@ MD5 sum: &Encode-HanExtra-md5sum; -&Encode-JIS2K-download-http; +&Encode-JIS2K-download-http; MD5 sum: &Encode-JIS2K-md5sum; @@ -1297,7 +1297,7 @@ MD5 sum: &Test-Differences-md5sum; . - &lfs77_checked; &gcc5_checked; + &lfs77_checked; &gcc5_checked; diff --git a/general/prog/scons.xml b/general/prog/scons.xml index 5d38b40116..68493163ae 100644 --- a/general/prog/scons.xml +++ b/general/prog/scons.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -103,7 +103,7 @@ --install-data=/usr/share - + Contents diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index b65c911bdd..5fe884b430 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -46,6 +46,27 @@ August 1st, 2015 + + [fernando] - cups-filters-1.0.71 does not build with + poppler-3.4. Fixes + #6777. + + + [fernando] - Update to scons-2.3.6. Fixes + #6776. + + + [fernando] - Update to mercurial-3.5. Fixes + #6775. + + + [fernando] - Update to Archive-Zip-1.49. Fixes + #6774. + + + [fernando] - Update to cups-2.0.4. Fixes + #6772. + [fernando] - Add sddm-0.11.0. First fix to #6639. @@ -69,7 +90,7 @@ #5683. - [fernando] - Update to stunnel-5.22. Fixes + [fernando] - Update to stunnel-5.22. Fixes #6771. diff --git a/packages.ent b/packages.ent index 79e9056884..2484b6d137 100644 --- a/packages.ent +++ b/packages.ent @@ -264,7 +264,7 @@ - + @@ -272,7 +272,7 @@ - + @@ -293,7 +293,7 @@ - + @@ -758,7 +758,7 @@ - + diff --git a/pst/printing/cups-filters.xml b/pst/printing/cups-filters.xml index 691f1cd016..2c86a6d1ff 100644 --- a/pst/printing/cups-filters.xml +++ b/pst/printing/cups-filters.xml @@ -72,17 +72,17 @@ - + CUPS Filters Dependencies Required @@ -105,7 +105,7 @@ Optional and - (use of this might be broken) + (use of this might be broken) Required (Runtime) @@ -127,18 +127,19 @@ Install CUPS Filters by running the following commands: - -./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --without-rcdir \ - --disable-static \ - --with-gs-path=/usr/bin/gs \ - --with-pdftops-path=/usr/bin/gs \ - --docdir=/usr/share/doc/cups-filters-&cups-filters-version; && +patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler0340-1.patch && + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --without-rcdir \ + --disable-static \ + --with-gs-path=/usr/bin/gs \ + --with-pdftops-path=/usr/bin/gs \ + --docdir=/usr/share/doc/cups-filters-&cups-filters-version; && + make @@ -155,11 +156,6 @@ make Command Explanations - --without-rcdir: This switch disables diff --git a/pst/printing/cups.xml b/pst/printing/cups.xml index 416fbc4046..68791c1a56 100644 --- a/pst/printing/cups.xml +++ b/pst/printing/cups.xml @@ -6,7 +6,7 @@ - + @@ -96,7 +96,7 @@ , , and - + Required (Postinstall) @@ -109,7 +109,7 @@ and hplip (HP printers) - + User Notes: @@ -353,8 +353,8 @@ rm -rf /usr/share/cups/data/testprint the url http://localhost:631. From there printers, print jobs, and the server configuration can be set up and managed. Remote system administration can also be set up. Configuration - can also be done from the command line via the - lpadmin, lpoptions, + can also be done from the command line via the + lpadmin, lpoptions, and lpstat commands. @@ -363,7 +363,7 @@ rm -rf /usr/share/cups/data/testprint the type of printer and can be complex. Generally, PostScript printers are easier. For detailed instructions on configuration and use of Cups, see . + url="http://www.cups.org/documentation.php"/>.