Changeset c358685 for general


Ignore:
Timestamp:
08/26/2015 11:32:10 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bbacc9a
Parents:
b9a81999
Message:
  • Update to dbus-1.10.0.
  • Update to Archive-Zip-1.50.
  • Update to fontforge-20150824.
  • Update to cups-filters-1.0.74.

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

Location:
general
Files:
2 edited

Legend:

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

    rb9a81999 rc358685  
    1010
    1111  <!ENTITY Archive-Zip-download-http "http://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">
    12   <!ENTITY Archive-Zip-md5sum "35b81833e44d0001f0e1c86c72f2a6c8">
     12  <!ENTITY Archive-Zip-md5sum "c68f1db2c340456845ac29e26ae2b45a">
    1313
    1414  <!ENTITY autovivification-download-http "http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-&autovivification-version;.tar.gz">
  • general/sysutils/dbus.xml

    rb9a81999 rc358685  
    77  <!ENTITY dbus-download-http "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    88  <!ENTITY dbus-download-ftp  " ">
    9   <!ENTITY dbus-md5sum        "b49890bbabedab3a1c3f4f73c7ff8b2b">
    10   <!ENTITY dbus-size          "1.8 MB">
    11   <!ENTITY dbus-buildsize     "38 MB (additional 16 MB for the tests)">
    12   <!ENTITY dbus-time          "0.3 SBU (additional 0.5 SBU for the tests)">
     9  <!ENTITY dbus-md5sum        "5af6297348107a906c8449817a728b3b">
     10  <!ENTITY dbus-size          "2 MB">
     11  <!ENTITY dbus-buildsize     "28 MB (additional 81 MB with doxygen and xml documents, without tests))">
     12  <!ENTITY dbus-time          "0.3 SBU (without tests)">
    1313]>
    1414
     
    9595      For the tests:
    9696      <xref linkend="dbus-glib"/>,
    97       <xref linkend="dbus-python"/>, and
    98       <xref linkend="pygobject2"/>;
    99      
    100       for the development documentation:
    101       <xref linkend="doxygen"/>;
    102      
    103       for man pages and XML/HTML documentation:
    104       <xref linkend="xmlto"/>
     97      <xref linkend="dbus-python"/>,
     98      <xref linkend="pygobject2"/>, and
     99      <xref linkend="valgrind"/>;
     100
     101      for documentation:
     102      <xref linkend="doxygen"/>,
     103      <xref linkend="xmlto"/>,
     104      <ulink url="https://pypi.python.org/pypi/mallard-ducktype">Ducktype</ulink>,
     105      and
     106      <ulink url="http://ftp.gnome.org/pub/gnome/sources/yelp-tools/">Yelp Tools</ulink>
    105107    </para>
    106108
     
    431433        <seg>
    432434          dbus-cleanup-sockets, dbus-daemon, dbus-launch, dbus-monitor,
    433           dbus-run-session, dbus-send and dbus-uuidgen
     435          dbus-run-session, dbus-send, dbus-test-tool,
     436          dbus-update-activation-environment, and dbus-uuidgenn
    434437        </seg>
    435438        <seg>
     
    526529      </varlistentry>
    527530
     531      <varlistentry id="dbus-test-tool">
     532        <term><command>dbus-test-tool</command></term>
     533        <listitem>
     534          <para>
     535            <application>D-Bus</application> traffic generator and test tool; it
     536            is a multi-purpose tool for debugging and profiling
     537            <application>D-Bus</application>.
     538          </para>
     539          <indexterm zone="dbus dbus-test-tool">
     540            <primary sortas="b-dbus-test-tool">dbus-test-tool</primary>
     541          </indexterm>
     542        </listitem>
     543      </varlistentry>
     544
     545      <varlistentry id="dbus-update-activation-environment">
     546        <term><command>dbus-update-activation-environment</command></term>
     547        <listitem>
     548          <para>
     549            update environment used for <application>D-Bus</application> session
     550            services; it updates the list of environment variables used by
     551            <command>dbus-daemon --session</command> when it activates session
     552            services without using systemd.
     553          </para>
     554          <indexterm zone="dbus dbus-update-activation-environment">
     555            <primary sortas="b-dbus-update-activation-environment">
     556            dbus-update-activation-environment</primary>
     557          </indexterm>
     558        </listitem>
     559      </varlistentry>
     560
    528561      <varlistentry id="dbus-uuidgen">
    529562        <term><command>dbus-uuidgen</command></term>
Note: See TracChangeset for help on using the changeset viewer.