Changeset c828e9cb
- Timestamp:
- 07/10/2016 12:08:23 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f48e7a4
- Parents:
- b30f11f
- Files:
-
- 1 added
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/rarian.xml
rb30f11f rc828e9cb 35 35 ScrollKeeper</application>.</para> 36 36 37 &lfs79_checked; 37 &lfs79_checked;&gcc6_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead> -
gnome.ent
rb30f11f rc828e9cb 75 75 <!ENTITY brasero-version "3.12.1"> 76 76 <!ENTITY cheese-version "3.20.2"> 77 <!ENTITY eog-version "3.20. 2">77 <!ENTITY eog-version "3.20.3"> 78 78 <!ENTITY epiphany-version "3.20.2"> 79 <!ENTITY evince-version "3.20. 0">79 <!ENTITY evince-version "3.20.1"> 80 80 <!ENTITY file-roller-version "3.20.2"> 81 81 <!ENTITY gedit-version "3.20.2"> … … 83 83 <!ENTITY gnome-color-manager-version "3.20.0"> 84 84 <!ENTITY gnome-nettool-version "3.8.1"> 85 <!ENTITY gnome-screenshot-version "3. 18.0">85 <!ENTITY gnome-screenshot-version "3.20.1"> 86 86 <!ENTITY gnome-system-monitor-version "3.20.1"> 87 87 <!ENTITY gnome-terminal-version "3.20.2"> … … 89 89 <!ENTITY network-manager-applet-version "1.2.2"> 90 90 <!ENTITY seahorse-version "3.20.0"> 91 <!ENTITY vinagre-version "3.20.2"> 91 92 <!ENTITY vino-version "3.20.2"> -
gnome/applications/applications.xml
rb30f11f rc828e9cb 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="network-manager-applet.xml"/> 43 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="seahorse.xml"/> 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vinagre.xml"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vino.xml"/> 45 46 -
gnome/applications/eog.xml
rb30f11f rc828e9cb 7 7 <!ENTITY eog-download-http "&gnome-download-http;/eog/&gnome-minor-20;/eog-&eog-version;.tar.xz"> 8 8 <!ENTITY eog-download-ftp "&gnome-download-ftp;/eog/&gnome-minor-20;/eog-&eog-version;.tar.xz"> 9 <!ENTITY eog-md5sum " ac226a585872bb01ffc7929e4825c712">9 <!ENTITY eog-md5sum "b5edc37274731163ae89c5560da86676"> 10 10 <!ENTITY eog-size "4.4 MB"> 11 <!ENTITY eog-buildsize " 41MB">12 <!ENTITY eog-time "0. 6SBU">11 <!ENTITY eog-buildsize "57 MB"> 12 <!ENTITY eog-time "0.7 SBU"> 13 13 ]> 14 14 … … 112 112 </para> 113 113 114 <screen><userinput> X11_CFLAGS="-Wno-error=format-nonliteral"./configure --prefix=/usr &&114 <screen><userinput>./configure --prefix=/usr && 115 115 make</userinput></screen> 116 116 … … 130 130 <title>Command Explanations</title> 131 131 132 <!-- As of 3.20.3, this no longer seems to be needed. 132 133 <para><envar>X11_CFLAGS="-Wno-error=format-nonliteral"</envar>: 133 134 Ignore a warning that was flagged as an error.</para> 135 --> 134 136 135 137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
gnome/applications/epiphany.xml
rb30f11f rc828e9cb 9 9 <!ENTITY epiphany-download-ftp 10 10 "&gnome-download-ftp;/epiphany/&gnome-minor-20;/epiphany-&epiphany-version;.tar.xz"> 11 <!ENTITY epiphany-md5sum " e6b8cddf32775f1f6eb852ed49258277">12 <!ENTITY epiphany-size " 3.2MB">13 <!ENTITY epiphany-buildsize " 58 MB (with tests)">14 <!ENTITY epiphany-time "0.9 SBU (with tests)">11 <!ENTITY epiphany-md5sum "31822b6b199f724f212ae9200bc055f1"> 12 <!ENTITY epiphany-size "2.1 MB"> 13 <!ENTITY epiphany-buildsize "63 MB"> 14 <!ENTITY epiphany-time "0.9 SBU"> 15 15 ]> 16 16 … … 38 38 </para> 39 39 40 &lfs79_checked; 40 &lfs79_checked;&gcc6_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> … … 124 124 <screen role="root"><userinput>make install</userinput></screen> 125 125 126 <!-- We will see if this happens to improve with a new release. If it doesn't, 127 recommend changing to "This package does not have a working test suite." --> 128 126 129 <para> 127 130 An already active graphical session with a bus address is necessary 128 to execute the test suite. To test the results, run: 131 to execute the test suite. Some tests may fail for unknown reasons. 132 To test the results, run: 129 133 </para> 130 134 131 <screen><userinput>make check</userinput></screen>135 <screen><userinput>make -k check</userinput></screen> 132 136 133 137 </sect2> -
gnome/applications/evince.xml
rb30f11f rc828e9cb 9 9 <!ENTITY evince-download-ftp 10 10 "&gnome-download-ftp;/evince/&gnome-minor-20;/evince-&evince-version;.tar.xz"> 11 <!ENTITY evince-md5sum " 8daa1fd3e3a6f801e2c64ad9c3fffdfe">11 <!ENTITY evince-md5sum "eb05ece124d93d057211643b7ebdb145"> 12 12 <!ENTITY evince-size "3.2 MB"> 13 <!ENTITY evince-buildsize " 69MB">13 <!ENTITY evince-buildsize "96 MB"> 14 14 <!ENTITY evince-time "1.2 SBU"> 15 15 ]> … … 92 92 <xref linkend="gobject-introspection"/>, 93 93 <xref linkend="libsecret"/>, 94 <xref linkend="nautilus"/> , and94 <xref linkend="nautilus"/> (to build the plugin), and 95 95 <xref linkend="poppler"/> 96 96 </para> … … 98 98 <bridgehead renderas="sect4">Optional</bridgehead> 99 99 <para role="optional"> 100 <xref linkend="cups"/> (to enable printing if support is built into 101 <application>GTK+ 3</application>), 100 102 <xref linkend="gnome-desktop"/>, 101 103 <xref linkend="gst10-plugins-base"/>, … … 106 108 <ulink url="https://wiki.gnome.org/action/show/Projects/libgxps">libgxps</ulink>, 107 109 <ulink url="http://www.freedesktop.org/wiki/Software/libspectre/">libspectre</ulink>, and 108 <ulink url="http://fossies.org/linux/ misc/t1lib-5.1.2.tar.gz/">t1lib</ulink>110 <ulink url="http://fossies.org/linux/old/misc/t1lib-5.1.2.tar.gz/">t1lib</ulink> 109 111 </para> 110 112 … … 169 171 170 172 <para> 171 <option>--without-keyring</option>: This switch disables use of172 the<application>libsecret</application>. Use this switch173 <option>--without-keyring</option>: This switch disables the use of 174 <application>libsecret</application>. Use this switch 173 175 if <application>libsecret</application> is not installed. 174 176 </para> … … 191 193 libevdocument3.so, 192 194 libevview3.so, 193 /usr/lib/mozilla/plugins/libevbrowserplugin.so , and195 /usr/lib/mozilla/plugins/libevbrowserplugin.so (browser plugin), and 194 196 /usr/lib/nautilus/extensions-3.0/libevince-properties-page.so 195 197 </seg> … … 223 225 <listitem> 224 226 <para> 225 is an applicaton that implements the printing preview .227 is an applicaton that implements the printing previewer. 226 228 </para> 227 229 <indexterm zone="evince evince-previewer"> -
gnome/applications/gnome-screenshot.xml
rb30f11f rc828e9cb 6 6 7 7 <!ENTITY gnome-screenshot-download-http 8 "&gnome-download-http;/gnome-screenshot/&gnome-minor- 18;/gnome-screenshot-&gnome-screenshot-version;.tar.xz">8 "&gnome-download-http;/gnome-screenshot/&gnome-minor-20;/gnome-screenshot-&gnome-screenshot-version;.tar.xz"> 9 9 <!ENTITY gnome-screenshot-download-ftp 10 "&gnome-download-ftp;/gnome-screenshot/&gnome-minor- 18;/gnome-screenshot-&gnome-screenshot-version;.tar.xz">11 <!ENTITY gnome-screenshot-md5sum " 6e52dd69ada4a2f37923944f34bf7851">12 <!ENTITY gnome-screenshot-size "2 76KB">10 "&gnome-download-ftp;/gnome-screenshot/&gnome-minor-20;/gnome-screenshot-&gnome-screenshot-version;.tar.xz"> 11 <!ENTITY gnome-screenshot-md5sum "cb1e48d96641962b89019fb59ec6b42b"> 12 <!ENTITY gnome-screenshot-size "252 KB"> 13 13 <!ENTITY gnome-screenshot-buildsize "7.4 MB"> 14 <!ENTITY gnome-screenshot-time " 0.1 SBU">14 <!ENTITY gnome-screenshot-time "less than 0.1 SBU"> 15 15 ]> 16 16 … … 34 34 <para> 35 35 The <application>GNOME Screenshot</application> is a utility used 36 for taking screenshots of the entire screen, a window or a user-37 defined area of the screen, with optional beautifying border effects.36 for taking screenshots of the entire screen, a window or a 37 user-defined area of the screen, with optional beautifying border effects. 38 38 </para> 39 39 40 &lfs79_checked; 40 &lfs79_checked;&gcc6_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> -
gnome/applications/seahorse.xml
rb30f11f rc828e9cb 38 38 </para> 39 39 40 &lfs79_checked; 40 &lfs79_checked;&gcc6_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> … … 80 80 <xref linkend="gcr"/>, 81 81 <xref linkend="gnupg2"/>, 82 <xref linkend="gpgme"/>, 82 83 <xref linkend="itstool"/>, and 83 84 <xref linkend="libsecret"/> … … 93 94 <bridgehead renderas="sect4">Optional</bridgehead> 94 95 <para role="optional"> 95 <xref linkend="avahi"/>, 96 <xref linkend="gpgme"/>, and 96 <xref linkend="avahi"/> and 97 97 <xref linkend="openldap"/> 98 98 </para> -
introduction/welcome/changelog.xml
rb30f11f rc828e9cb 47 47 <para>July 9th, 2016</para> 48 48 <itemizedlist> 49 <listitem> 50 <para>[renodr] - Update to GParted-0.26.1. Fixes 51 <ulink url="&blfs-ticket-root;7965">#7965</ulink>.</para> 52 </listitem> 53 <listitem> 54 <para>[renodr] - Update to gnome-screenshot-3.20.1. Fixes 55 <ulink url="&blfs-ticket-root;7973">#7973</ulink>.</para> 56 </listitem> 57 <listitem> 58 <para>[renodr] - Update to evince-3.20.1. Fixes 59 <ulink url="&blfs-ticket-root;7997">#7997</ulink>.</para> 60 </listitem> 61 <listitem> 62 <para>[renodr] - Update to Epiphany-3.20.3. Fixes 63 <ulink url="&blfs-ticket-root;7986">#7986</ulink>.</para> 64 </listitem> 65 <listitem> 66 <para>[renodr] - Update to EOG-3.20.3. Fixes 67 <ulink url="&blfs-ticket-root;7985">#7985</ulink>.</para> 68 </listitem> 69 <listitem revision="systemd"> 70 <para>[renodr] - Copied vinagre over.</para> 71 </listitem> 49 72 <listitem> 50 73 <para>[bdubbs] - Update to screen-4.4.0. Fixes -
packages.ent
rb30f11f rc828e9cb 684 684 <!--<!ENTITY fontforge-date "2015-02-28">--> 685 685 <!ENTITY fontforge-version "20160404"> 686 <!ENTITY gparted-version "0.26. 0">686 <!ENTITY gparted-version "0.26.1"> 687 687 <!ENTITY gimp-version "2.8.16"> 688 688 <!ENTITY hexchat-version "2.12.1"> -
postlfs/security/ssh-askpass.xml
rb30f11f rc828e9cb 40 40 <application>OpenSSH</application> tarball.</para> 41 41 42 &lfs79_checked; 42 &lfs79_checked;&gcc6_checked; 43 43 44 44 <bridgehead renderas="sect3">Package Information</bridgehead> -
x/lib/gtk-vnc.xml
rb30f11f rc828e9cb 36 36 </para> 37 37 38 <!-- &lfs77_checked; -->38 &lfs79_checked;&gcc6_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> -
xsoft/other/gparted.xml
rb30f11f rc828e9cb 8 8 "&sourceforge-repo;/gparted/gparted-&gparted-version;.tar.gz"> 9 9 <!ENTITY gparted-download-ftp " "> 10 <!ENTITY gparted-md5sum " 4980fa2b7acf591c53d8c5aecd633306">11 <!ENTITY gparted-size "3. 1MB">12 <!ENTITY gparted-buildsize " 84 MB">13 <!ENTITY gparted-time "1. 3SBU">10 <!ENTITY gparted-md5sum "b9c5f6b5ffd37400bd4bf5929e9b1781"> 11 <!ENTITY gparted-size "3.2 MB"> 12 <!ENTITY gparted-buildsize "104 MB"> 13 <!ENTITY gparted-time "1.1 SBU"> 14 14 ]> 15 15 … … 36 36 </para> 37 37 38 &lfs79_checked; 38 &lfs79_checked;&gcc6_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> … … 139 139 actually use): 140 140 <xref linkend="hdparm"/> 141 (required for optionally display serial number device information),141 (required for optionally displaying serial number device information), 142 142 e2fsprogs (installed as part of LFS), 143 143 <xref linkend="jfsutils"/>, … … 147 147 <ulink url="https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories"> 148 148 btrfs-progs</ulink>, 149 <ulink url="http ://www.daniel-baumann.ch/software/dosfstools/">dosfstools</ulink>,149 <ulink url="https://github.com/dosfstools/dosfstools/">dosfstools</ulink>, 150 150 <ulink url="http://ftp.gnu.org/pub/gnu/mtools/">mtools</ulink> (required 151 151 to read and write FAT16/32 volume labels and UUIDs), 152 152 <ulink url="ftp://ftp.mars.org/pub/hfs/">hfsutils</ulink>, 153 hfsprogs,153 <ulink url="https://packages.debian.org/sid/hfsprogs/">hfsprogs</ulink>, 154 154 <ulink url="http://www.nilfs.org/download/">nilfs-utils</ulink> and 155 reiser4progs. 155 <ulink url="https://reiser4.wiki.kernel.org/index.php/Reiser4progs"> 156 Reiser4progs</ulink>. 156 157 </para> 157 158 … … 163 164 <ulink url="https://launchpad.net/kdesudo">kdesudo</ulink>, or 164 165 <ulink url="https://github.com/tarakbumba/xdg-su">xdg-su</ulink>. 165 Other solution is to use <application>pkexec</application>, from166 Another solution is to use <application>pkexec</application>, from 166 167 <xref linkend="polkit"/>, but some configuration is necessary. 167 168 Another simple solution is <xref linkend="ssh-askpass"/>. Below, we … … 181 182 182 183 <para> 183 Now, clicking in the menu item for Gparted, a dialog appears in the184 Now, clicking on the menu item for Gparted, a dialog appears on the 184 185 screen, asking for the administrator password.</para> 185 186 … … 263 264 </seg> 264 265 <seg> 265 /usr/share/gnome/help/gparted and 266 /usr/share/omf/gparted 266 None 267 267 </seg> 268 268 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.