Changeset 38fb1e3
- Timestamp:
- 10/01/2014 07:56:19 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 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, 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, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2dedf93
- Parents:
- e8a3404
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/xapian.xml
re8a3404 r38fb1e3 71 71 72 72 <screen><userinput>./configure --prefix=/usr \ 73 --disable-static && 73 --disable-static \ 74 --docdir=/usr/share/doc/xapian-core-&xapian-version; && 74 75 make</userinput></screen> 75 76 … … 103 104 </seg> 104 105 <seg> 105 /usr/include/xapian, /usr/lib/cmake/xapian and /usr/share/doc/xapian-core 106 /usr/include/xapian, 107 /usr/lib/cmake/xapian, and 108 /usr/share/doc/xapian-core-&xapian-version; 106 109 </seg> 107 110 </seglistitem> -
gnome/platform/vte.xml
re8a3404 r38fb1e3 170 170 <?dbhtml list-presentation="table"?> 171 171 172 <varlistentry id="vte2 -&vte-nano;">172 <varlistentry id="vte291"> 173 173 <term><command>vte2_&vte-nano;</command></term> 174 174 <listitem> … … 177 177 libraries. 178 178 </para> 179 <indexterm zone="vte vte2 -&vte-nano;">179 <indexterm zone="vte vte291"> 180 180 <primary sortas="b-vte2-&vte-nano;">vte2_&vte-nano;</primary> 181 181 </indexterm> … … 183 183 </varlistentry> 184 184 185 <varlistentry id="libvte2 -&vte-nano;">185 <varlistentry id="libvte291"> 186 186 <term><filename class="libraryfile">libvte2_&vte-nano;.so</filename></term> 187 187 <listitem> … … 190 190 widget for <application>GTK+ 3</application>. 191 191 </para> 192 <indexterm zone="vte libvte2 -&vte-nano;">192 <indexterm zone="vte libvte291"> 193 193 <primary sortas="c-libvte2-&vte-nano;">libvte2_&vte-nano;.so</primary> 194 194 </indexterm> -
networking/netutils/wicd.xml
re8a3404 r38fb1e3 62 62 </listitem> 63 63 </itemizedlist> 64 <!-- 65 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 66 <itemizedlist spacing='compact'> 67 <listitem> 68 <para></para> 69 </listitem> 70 </itemizedlist> 71 --> 64 72 65 <bridgehead renderas="sect3">Wicd Dependencies</bridgehead> 73 66 … … 117 110 <screen><userinput>sed -i '/wpath.logrotate\|wpath.systemd/d' setup.py && 118 111 rm po/*.po && 112 119 113 python setup.py configure --no-install-kde \ 120 114 --no-install-acpi \ 121 115 --no-install-pmutils \ 122 --no-install-init</userinput></screen> 116 --no-install-init \ 117 --docdir=/usr/share/doc/wicd-&wicd-version;</userinput></screen> 123 118 124 119 <para>This package does not come with a test suite.</para> … … 132 127 <sect2 role="commands"> 133 128 <title>Command Explanations</title> 129 130 <para><command>sed -i '/wpath...</command>: This <command>sed</command> 131 prevents installation of <command>logrotate</command> and systemd 132 configuration files. You may omit it if you use these utilities.</para> 134 133 135 134 <para><command>rm po/*.po</command>: This command removes the international … … 137 136 Babel is installed. If it is installed, po/ast.po still needs to be removed 138 137 in order for the build to complete.</para> 139 140 <para><command>sed -i '/wpath...</command>: This <command>sed</command>141 prevents installation of <command>logrotate</command> and systemd142 configuration files. You may omit it if you use these utilities.</para>143 138 144 139 <para><option>--no-install-kde</option>: Prevent installation of an -
postlfs/filesystems/xfsprogs.xml
re8a3404 r38fb1e3 93 93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 94 94 95 <screen role="root"><userinput>make install &&96 make install-dev &&97 rm -rfv /lib/libhandle.{a,la,so} &&98 ln -sfv ../../lib/libhandle.so.1 /usr/lib/libhandle.so &&95 <screen role="root"><userinput>make PKG_DOC_DIR=/usr/share/doc/xfsprogs-&xfsprogs-version; install && 96 make PKG_DOC_DIR=/usr/share/doc/xfsprogs-&xfsprogs-version; install-dev && 97 rm -rfv /lib/libhandle.{a,la,so} && 98 ln -sfv ../../lib/libhandle.so.1 /usr/lib/libhandle.so && 99 99 sed -i "s@libdir='/lib@libdir='/usr/lib@g" /usr/lib/libhandle.la</userinput></screen> 100 100 … … 137 137 xfs_quota, xfs_repair, and xfs_rtcp</seg> 138 138 <seg>libhandle.{so,a}</seg> 139 <seg>/usr/include/xfs and /usr/share/doc/xfsprogs </seg>139 <seg>/usr/include/xfs and /usr/share/doc/xfsprogs-&xfsprogs-version;</seg> 140 140 </seglistitem> 141 141 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.