diff --git a/general/genutils/imagemagick.xml b/general/genutils/imagemagick.xml
index 33c10d2ca2..7ef4a12a25 100644
--- a/general/genutils/imagemagick.xml
+++ b/general/genutils/imagemagick.xml
@@ -129,7 +129,7 @@
well as issuing the ./configure --help command. A
summary of this information, as well as some additional notes can be
viewed on-line at .
+ url="https://imagemagick.org/script/advanced-unix-installation.php"/>.
Optional System Utilities
@@ -153,8 +153,8 @@
and
ufraw (for raw formats
listed in
-
- http://www.imagemagick.org/www/formats.html)
+
+ https://imagemagick.org/script/formats.php)
Optional Graphics Libraries
@@ -211,7 +211,7 @@
hp2xx,
html2ps,
libwmf,
-
+
UniConvertor, and
Utah Raster Toolkit
(or URT-3.1b)
diff --git a/general/graphlib/lcms2.xml b/general/graphlib/lcms2.xml
index 6a56da1bbb..ec53ce4e7d 100644
--- a/general/graphlib/lcms2.xml
+++ b/general/graphlib/lcms2.xml
@@ -6,9 +6,9 @@
-
-
-
+
+
+
]>
@@ -87,6 +87,7 @@
Installation of Little CMS2
+
Install Little CMS2 by running the following
diff --git a/gnome.ent b/gnome.ent
index af5a612ab4..6eeb95aa53 100644
--- a/gnome.ent
+++ b/gnome.ent
@@ -24,7 +24,7 @@
-
+
@@ -75,7 +75,7 @@
-
+
diff --git a/gnome/applications/evince.xml b/gnome/applications/evince.xml
index efc8b4a233..131b1f3c28 100644
--- a/gnome/applications/evince.xml
+++ b/gnome/applications/evince.xml
@@ -8,10 +8,10 @@
"&gnome-download-http;/evince/&gnome-minor-36;/evince-&evince-version;.tar.xz">
-
-
-
-
+
+
+
+
]>
@@ -128,23 +128,17 @@
commands:
-CFLAGS="$CFLAGS -I/opt/texlive/&texlive-year;/include " \
-CXXFLAGS="$CXXFLAGS -I/opt/texlive/&texlive-year;/include" \
-./configure --prefix=/usr \
- --enable-introspection \
- --without-gspell \
- --disable-static \
- --with-systemduserunitdir=no &&
-make
+mkdir build &&
+cd build &&
-CFLAGS="$CFLAGS -I/opt/texlive/&texlive-year;/include" \
-CXXFLAGS="$CXXFLAGS -I/opt/texlive/&texlive-year;/include" \
-LDFLAGS="$LDFLAGS -L/opt/texlive/&texlive-year;/lib" \
-./configure --prefix=/usr \
- --enable-introspection \
- --without-gspell \
- --disable-static &&
-make
+meson --prefix=/usr -Dgtk_doc=false -Dsystemduserunitdir=no .. &&
+ninja
+
+mkdir build &&
+cd build &&
+
+meson --prefix=/usr -Dgtk_doc=false .. &&
+ninja
This package does not have a working testsuite.
@@ -154,7 +148,7 @@ make
Now, as the root user:
-make install
+ninja install
@@ -171,6 +165,9 @@ make
-->
+
- --without-gspell: This switch turns off support
- for the spell checking plugin. Remove this if you have gspell installed.
+ -Dgtk_doc=false: This switch disables generating
+ the gtk-doc API reference documentation. If you have
+ installed and wish to generate
+ the API reference documentation, remove this switch.
- --enable-introspection: By default, the
- Gobject Introspection support is
- turned off, even though that package is an expected component
- of the GNOME Desktop.
+ : This switch turns off support
+ for the spell checking plugin.
+
+ : Use this option if you
+ don't have
+ installed and don't wish to have introspection support built into Evince.
+
+
+
- : This switch disables building
+ : This switch disables building
the Nautilus Plugin. Use this switch
if Nautilus is not installed.
- : This switch disables the use of
+ : This switch disables the use of
libsecret. Use this switch
if libsecret is not installed.
diff --git a/gnome/platform/gjs.xml b/gnome/platform/gjs.xml
index c1eaaeca1d..54fbac23db 100644
--- a/gnome/platform/gjs.xml
+++ b/gnome/platform/gjs.xml
@@ -6,9 +6,9 @@
-
-
-
+
+
+
]>
@@ -110,9 +110,11 @@
generated before 'gjs-console' is installed. This seems to be due
to adding symbolic link support for Windows NT-based platforms.
This shouldn't affect us, so let's create the symlink manually
- like we do in other packages.-->
+ like we do in other packages.
+ Invalid with 1.64.3. Make sure you don't have DESTDIR
+ set, such as you'd do in an update script.-->
-sed -i '/symlink-gjs.py/s/^/#/g' meson.build
+
Install Gjs by running the following
@@ -130,7 +132,7 @@ ninja
GTK and Cairo
tests will fail if not running in an Xorg session. One test,
gjs: Scripts/CommandLine, is known to fail.
- On some systems, up to four tests may fail with an error.
+ On some systems, up to six tests may fail with an error.
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index bd169d5345..50bf12093b 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -44,6 +44,22 @@
June 2nd, 2020
+
+ [renodr] - Update to evince-3.36.3. Fixes
+ #13613.
+
+
+ [renodr] - Update to lcms2-2.10. Fixes
+ #13618.
+
+
+ [renodr] - Update to dhcpcd-9.1.0. Fixes
+ #13619.
+
+
+ [renodr] - Update to gjs-1.64.3. Fixes
+ #13620.
+ [bdubbs] - Update to librsvg-2.48.6. Fixes
#13625.
diff --git a/networking/connect/dhcpcd.xml b/networking/connect/dhcpcd.xml
index c883536138..c1b42015c9 100644
--- a/networking/connect/dhcpcd.xml
+++ b/networking/connect/dhcpcd.xml
@@ -6,8 +6,8 @@
-
-
+
+
]>
diff --git a/packages.ent b/packages.ent
index 394233cebc..a17adf5abb 100644
--- a/packages.ent
+++ b/packages.ent
@@ -212,7 +212,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
-
+
@@ -568,7 +568,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
-
+
diff --git a/pst/typesetting/dvisvgm.xml b/pst/typesetting/dvisvgm.xml
index ebab9f9b0b..8af9ae0570 100644
--- a/pst/typesetting/dvisvgm.xml
+++ b/pst/typesetting/dvisvgm.xml
@@ -160,19 +160,19 @@ make
Contents
- Installed Program(s)
- Installed Librar(y,ies)
- Installed Director(y,ies)
+ Installed Programs
+ Installed Libraries
+ Installed Directories
dvisvgm
- none
+ None
- none
+ None