Changeset 6208859
- Timestamp:
- 09/03/2012 07:59:20 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8c668de
- Parents:
- 3e63f22a
- Files:
-
- 1 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/applications/brasero.xml
r3e63f22a r6208859 11 11 <!ENTITY brasero-md5sum "2eed4821826cc5121e430a43a2e78112"> 12 12 <!ENTITY brasero-size "3.1 MB"> 13 <!ENTITY brasero-buildsize "9 3MB">13 <!ENTITY brasero-buildsize "95 MB"> 14 14 <!ENTITY brasero-time "1.4 SBU"> 15 15 ]> … … 39 39 </para> 40 40 41 &lfs7 0_checked;41 &lfs72_checked; 42 42 43 43 <bridgehead renderas="sect3">Package Information</bridgehead> … … 158 158 </seg> 159 159 <seg> 160 libbrasero-burn3.so, libbrasero-media3.so and libbrasero-utils3.so 160 libbrasero-burn3.so, libbrasero-media3.so and 161 libbrasero-utils3.so 161 162 </seg> 162 163 <seg> … … 164 165 /usr/lib/brasero3, 165 166 /usr/share/brasero, 166 /usr/share/gnome/help/brasero and 167 /usr/share/gtk-doc/html/{libbrasero-burn,libbrasero-media} 167 /usr/share/gnome/help/brasero, 168 /usr/share/gtk-doc/html/libbrasero-burn and 169 /usr/share/gtk-doc/html/libbrasero-media 168 170 </seg> 169 171 </seglistitem> … … 189 191 190 192 <varlistentry id="libbrasero-burn3"> 191 <term><filename class= 'libraryfile'>libbrasero-burn3.so</filename></term>193 <term><filename class="libraryfile">libbrasero-burn3.so</filename></term> 192 194 <listitem> 193 195 <para> … … 201 203 202 204 <varlistentry id="libbrasero-media3"> 203 <term><filename class= 'libraryfile'>libbrasero-media3.so</filename></term>205 <term><filename class="libraryfile">libbrasero-media3.so</filename></term> 204 206 <listitem> 205 207 <para> … … 213 215 214 216 <varlistentry id="libbrasero-utils3"> 215 <term><filename class= 'libraryfile'>libbrasero-utils3.so</filename></term>217 <term><filename class="libraryfile">libbrasero-utils3.so</filename></term> 216 218 <listitem> 217 219 <para> -
gnome/applications/cheese.xml
r3e63f22a r6208859 177 177 178 178 <varlistentry id="libcheese"> 179 <term><filename class= 'libraryfile'>libcheese.so</filename></term>179 <term><filename class="libraryfile">libcheese.so</filename></term> 180 180 <listitem> 181 181 <para> … … 189 189 190 190 <varlistentry id="libcheese-gtk"> 191 <term><filename class= 'libraryfile'>libcheese-gtk.so</filename></term>191 <term><filename class="libraryfile">libcheese-gtk.so</filename></term> 192 192 <listitem> 193 193 <para> 194 contains the <application>cheese</application> GTK+ bindings. 194 contains the <application>Cheese</application> 195 <application>GTK+</application> bindings. 195 196 </para> 196 197 <indexterm zone="cheese libcheese-gtk"> -
gnome/core/accountsservice.xml
r3e63f22a r6208859 128 128 <title>Command Explanations</title> 129 129 130 <para>131 <parameter>--libexecdir=/usr/lib/accountsservice</parameter>: This132 parameter causes the libexec files to be installed in the preferred location133 of <filename class="directory">/usr/lib/accountsservice</filename> instead134 of <filename class="directory">/usr/libexec</filename>.135 </para>136 137 130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 138 131 href="../../xincludes/static-libraries.xml"/> -
gnome/core/gconf.xml
r3e63f22a r6208859 126 126 127 127 <screen role="root"><userinput>make install && 128 install -v -m755 -d/etc/gconf/gconf.xml.system</userinput></screen>128 ln -s gconf.xml.defaults /etc/gconf/gconf.xml.system</userinput></screen> 129 129 130 130 </sect2> … … 134 134 135 135 <para> 136 <parameter>--libexecdir=/usr/lib/GConf</parameter>: 137 This parameter causes the libexec files to be installed in the preferred 138 location of <filename class="directory">/usr/lib/GConf</filename> 139 instead of <filename class="directory">/usr/libexec</filename>. 140 </para> 141 142 <para> 143 <option>--disable-orbit</option>: This parameter is required if 136 <option>--disable-orbit</option>: This switch is required if 144 137 <application>ORBit2</application> is not installed. 145 138 <application>ORBit2</application> is a deprecated package. … … 151 144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 152 145 href="../../xincludes/gtk-doc-rebuild.xml"/> 153 154 <para>155 <command>install -v -m755 -d /etc/gconf/gconf.xml.system</command>:156 Creates a missing directory. Without this directory,157 <command>gconf-sanity-check-2</command> will fail during158 <application>GDM</application> startup and login.159 </para>160 146 161 147 </sect2> -
gnome/core/gnome-video-effects.xml
r3e63f22a r6208859 11 11 <!ENTITY gnome-video-effects-md5sum "bf77ccbf5bfff2d3c763c11b2ba90fcf"> 12 12 <!ENTITY gnome-video-effects-size "140 KB"> 13 <!ENTITY gnome-video-effects-buildsize " 1.8MB">13 <!ENTITY gnome-video-effects-buildsize "2.0 MB"> 14 14 <!ENTITY gnome-video-effects-time "less than 0.1 SBU"> 15 15 ]> … … 37 37 </para> 38 38 39 &lfs7 0_checked;39 &lfs72_checked; 40 40 41 41 <bridgehead renderas="sect3">Package Information</bridgehead> … … 97 97 98 98 <para> 99 T o test the results, issue: <command>make check</command>.99 This package does not come with a testsuite. 100 100 </para> 101 101 -
gnome/core/metacity.xml
r3e63f22a r6208859 9 9 <!ENTITY metacity-md5sum "05468c3f674f8c338010eac23daea2e5"> 10 10 <!ENTITY metacity-size "1.7 MB"> 11 <!ENTITY metacity-buildsize " 43MB">11 <!ENTITY metacity-buildsize "50 MB"> 12 12 <!ENTITY metacity-time "0.6 SBU"> 13 13 … … 38 38 </para> 39 39 40 &lfs7 1_checked;40 &lfs72_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> … … 119 119 </para> 120 120 121 <screen role="root"><userinput>make install && 122 install -v -m755 -d /usr/share/doc/metacity-&metacity-version; && 123 install -v -m644 README rationales.txt doc/*.txt \ 124 /usr/share/doc/metacity-&metacity-version;</userinput></screen> 121 <screen role="root"><userinput>make install</userinput></screen> 125 122 126 123 </sect2> … … 157 154 /usr/share/gnome/help/creating-metacity-themes, 158 155 /usr/share/gnome/wm-properties, 159 /usr/share/metacity and 160 /usr/share/themes/{AgingGorilla,Atlanta,Bright,Crux,Esco,Metabox,Simple}/metacity-1 156 /usr/share/metacity, 157 /usr/share/themes/AgingGorilla/metacity-1, 158 /usr/share/themes/Atlanta/metacity-1, 159 /usr/share/themes/Bright/metacity-1, 160 /usr/share/themes/Crux/metacity-1, 161 /usr/share/themes/Esco/metacity-1, 162 /usr/share/themes/Metabox/metacity-1 and 163 /usr/share/themes/Simple/metacity-1 161 164 </seg> 162 165 </seglistitem> -
gnome/core/network-manager-applet.xml
r3e63f22a r6208859 193 193 <para> 194 194 contains the <application>NetworkManager</application> 195 GTK+bindings.195 <application>GTK+</application> bindings. 196 196 </para> 197 197 <indexterm zone="network-manager-applet libnm-gtk"> -
gnome/core/totem-pl-parser.xml
r3e63f22a r6208859 38 38 </para> 39 39 40 &lfs7 0_checked;40 &lfs72_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> … … 160 160 161 161 <varlistentry id="libtotem-plparser"> 162 <term><filename class= 'libraryfile'>libtotem-plparser.so</filename></term>162 <term><filename class="libraryfile">libtotem-plparser.so</filename></term> 163 163 <listitem> 164 164 <para> 165 is a<application>Totem</application> Playlist Parser library.165 is the <application>Totem</application> Playlist Parser library. 166 166 </para> 167 167 <indexterm zone="totem-pl-parser libtotem-plparser"> … … 172 172 173 173 <varlistentry id="libtotem-plparser-mini"> 174 <term><filename class= 'libraryfile'>libtotem-plparser-mini.so</filename></term>174 <term><filename class="libraryfile">libtotem-plparser-mini.so</filename></term> 175 175 <listitem> 176 176 <para> 177 is a<application>Totem</application> Playlist Parser library,177 is the <application>Totem</application> Playlist Parser library, 178 178 mini version. 179 179 </para> -
gnome/core/zenity.xml
r3e63f22a r6208859 38 38 </para> 39 39 40 &lfs7 0_checked;40 &lfs72_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> -
x/lib/gtk-vnc.xml
r3e63f22a r6208859 9 9 <!ENTITY gtk-vnc-md5sum "626f919138b8362ba82faa969fa371f3"> 10 10 <!ENTITY gtk-vnc-size "404 KB"> 11 <!ENTITY gtk-vnc-buildsize " 10 MB">11 <!ENTITY gtk-vnc-buildsize "9.0 MB"> 12 12 <!ENTITY gtk-vnc-time "0.2 SBU"> 13 13 ]> … … 36 36 </para> 37 37 38 &lfs7 1_checked;38 &lfs72_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> … … 130 130 131 131 <para> 132 <parameter>--with-gtk=3.0</parameter>: This parameterenables133 building of <application>GTK+ 3</application> library instead134 of<application>GTK+ 2</application> one.135 </para> 136 137 <para> 138 <option>--enable-vala</option>: This optionenables132 <parameter>--with-gtk=3.0</parameter>: This switch enables 133 building of the <application>GTK+ 3</application> library 134 instead of the <application>GTK+ 2</application> one. 135 </para> 136 137 <para> 138 <option>--enable-vala</option>: This switch enables 139 139 building of the Vala bindings. Remove if you don't have 140 140 <xref linkend="vala"/> installed. … … 142 142 143 143 <para> 144 <option>--without-sasl</option>: This parameter disables the use of 145 <application>Cyrus SASL</application> for authentication. Remove it if you 146 have installed <application>Cyrus SASL</application> and wish to enable it 147 for authentication. 148 </para> 149 150 <para> 151 <option>--enable-plugin</option>: This option enables the browser plugin. 144 <option>--without-sasl</option>: This switch disables the use of 145 <application>Cyrus SASL</application> for authentication. Remove 146 it if you have installed <application>Cyrus SASL</application> 147 and wish to enable it for authentication. 148 </para> 149 150 <para> 151 <option>--enable-plugin</option>: This switch enables building of 152 the browser plugin. 152 153 </para> 153 154 … … 170 171 </seg> 171 172 <seg> 172 /usr/include/{gtk-vnc-2.0,gvnc-1.0,gvncpulse-1.0} 173 /usr/include/gtk-vnc-2.0, 174 /usr/include/gvnc-1.0 and 175 /usr/include/gvncpulse-1.0 173 176 </seg> 174 177 </seglistitem> -
x/lib/notification-daemon.xml
r3e63f22a r6208859 37 37 </para> 38 38 39 &lfs7 0_checked;39 &lfs72_checked; 40 40 41 41 <bridgehead renderas="sect3">Package Information</bridgehead>
Note:
See TracChangeset
for help on using the changeset viewer.