Changeset c81750a for general/prog


Ignore:
Timestamp:
02/18/2012 07:24:02 PM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3b13c41
Parents:
634cf991
Message:

Add PyXDG : I bet you weren't expecting this, but all should become clear.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9464 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules.xml

    r634cf991 rc81750a  
    6060  <!ENTITY pyatspi2-buildsize     "3.7 MB">
    6161  <!ENTITY pyatspi2-time          "less than 0.1 SBU">
     62
     63  <!ENTITY pyxdg-download-http "http://www.freedesktop.org/~lanius/pyxdg-&pyxdg-version;.tar.gz">
     64  <!ENTITY pyxdg-download-ftp  "">
     65  <!ENTITY pyxdg-md5sum        "9f33542e846d0fc1e0bfa992a8555b0a">
     66  <!ENTITY pyxdg-size          "38 KB">
     67  <!ENTITY pyxdg-buildsize     "728 KB">
     68  <!ENTITY pyxdg-time          "less than 0.1 SBU">
    6269
    6370  <!--
     
    11921199  <!-- End pyatspi2 -->
    11931200
     1201  <!-- Begin pyxdg -->
     1202  <sect2 id="pyxdg" xreflabel="PyXDG-&pyxdg-version;">
     1203
     1204    <title>PyXDG-&pyxdg-version;</title>
     1205
     1206    <indexterm zone="pyxdg">
     1207      <primary sortas="a-PyXDG">pyxdg</primary>
     1208    </indexterm>
     1209
     1210    <sect3 role="package">
     1211      <title>Introduction to PyXDG Module</title>
     1212
     1213      <para><application>PyXDG</application> is a <application>Python</application>
     1214      library to access freedesktop.org standards.</para>
     1215
     1216      <bridgehead renderas="sect4">Package Information</bridgehead>
     1217      <itemizedlist spacing="compact">
     1218        <listitem>
     1219          <para>Download (HTTP): <ulink url="&pyxdg-download-http;"/></para>
     1220        </listitem>
     1221        <listitem>
     1222          <para>Download (FTP): <ulink url="&pyxdg-download-ftp;"/></para>
     1223        </listitem>
     1224        <listitem>
     1225          <para>Download MD5 sum: &pyxdg-md5sum;</para>
     1226        </listitem>
     1227        <listitem>
     1228          <para>Download size: &pyxdg-size;</para>
     1229        </listitem>
     1230        <listitem>
     1231          <para>Estimated disk space required: &pyxdg-buildsize;</para>
     1232        </listitem>
     1233        <listitem>
     1234          <para>Estimated build time: &pyxdg-time;</para>
     1235        </listitem>
     1236      </itemizedlist>
     1237
     1238      <bridgehead renderas="sect4">PyXDG Dependencies</bridgehead>
     1239
     1240      <bridgehead renderas="sect5">Required</bridgehead>
     1241      <para role="required"><xref linkend="python2"/></para>
     1242
     1243      <para condition="html" role="usernotes">User Notes:
     1244      <ulink url="&blfs-wiki;/pyxdg"/></para>
     1245
     1246    </sect3>
     1247
     1248    <sect3 role="installation">
     1249      <title>Installation of PyXDG</title>
     1250
     1251      <para>Install <application>pyxdg</application> by running the following
     1252      commands:</para>
     1253
     1254      <para>As the <systemitem class="username">root</systemitem> user:</para>
     1255
     1256<screen role="root"><userinput>python setup.py install</userinput></screen>
     1257
     1258    </sect3>
     1259
     1260    <sect3 role="commands">
     1261      <title>Command Explanations</title>
     1262
     1263      <para><command>python setup.py install</command>: This command installs
     1264      the package.  There are other options available, see
     1265      <command>Python setup.py --help-commands</command> for details.</para>
     1266
     1267    </sect3>
     1268
     1269    <sect3 role="content">
     1270      <title>Contents</title>
     1271
     1272      <segmentedlist>
     1273        <segtitle>Installed Programs</segtitle>
     1274        <segtitle>Installed Libraries</segtitle>
     1275        <segtitle>Installed Directories</segtitle>
     1276
     1277        <seglistitem>
     1278          <seg>BaseDirectory.py, Config.py, Exceptions.py, IconTheme.py, IniFile.py,
     1279            Locale.py, Menu.py, RecentFile.py</seg>
     1280          <seg>none</seg>
     1281          <seg>/usr/lib/python&python2-majorver;/site-packages/xdg</seg>
     1282        </seglistitem>
     1283      </segmentedlist>
     1284
     1285    </sect3>
     1286
     1287  </sect2>
     1288  <!--End pyxdg -->
     1289
    11941290  <!--
    11951291  <!\-\- Begin PyORBit \-\->
Note: See TracChangeset for help on using the changeset viewer.