Changeset 406fc62


Ignore:
Timestamp:
06/26/2012 11:32:53 AM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
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:
bb30c5b
Parents:
fc695e8
Message:

D-Bus GLib Bindings 0.100

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfc695e8 r406fc62  
    328328<!ENTITY cpio-version                 "2.11">
    329329<!ENTITY dbus-version                 "1.6.0">
    330 <!ENTITY dbus-glib-version            "0.98">
     330<!ENTITY dbus-glib-version            "0.100">
    331331<!ENTITY dbus-python-version          "1.1.1">
    332332<!ENTITY eject-version                "2.1.5">
  • general/sysutils/dbus-bindings.xml

    rfc695e8 r406fc62  
    77  <!ENTITY dbus-glib-download-http "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-&dbus-glib-version;.tar.gz">
    88  <!ENTITY dbus-glib-download-ftp  " ">
    9   <!ENTITY dbus-glib-md5sum        "3f7f117dc7c8d899d9acfdcbf9253fb8">
    10   <!ENTITY dbus-glib-size          "712 KB">
    11   <!ENTITY dbus-glib-buildsize     "11 MB">
     9  <!ENTITY dbus-glib-md5sum        "d33959a9c0c6a158f5ac6d640316e89e">
     10  <!ENTITY dbus-glib-size          "714 KB">
     11  <!ENTITY dbus-glib-buildsize     "8 MB">
    1212  <!ENTITY dbus-glib-time          "0.1 SBU">
    1313
     
    137137<screen><userinput>./configure --prefix=/usr \
    138138            --sysconfdir=/etc \
    139             --libexecdir=/usr/lib/dbus-1.0 &amp;&amp;
     139            --libexecdir=/usr/lib/dbus-1.0 \
     140            --disable-static &amp;&amp;
    140141make</userinput></screen>
    141142
    142143      <para>To test the results, issue: <command>make check</command>. Note that
    143144      more comprehensive tests can be run by following the same method used in
    144       <application>D-BUS</application> instructions, which requires building the
     145      <application>D-Bus</application> instructions, which requires building the
    145146      package twice.</para>
    146147
     
    170171
    171172      <segmentedlist>
    172         <segtitle>Installed Program</segtitle>
    173         <segtitle>Installed Library</segtitle>
     173        <segtitle>Installed Programs</segtitle>
     174        <segtitle>Installed Libraries</segtitle>
    174175        <segtitle>Installed Directories</segtitle>
    175176
    176177        <seglistitem>
    177178          <seg>dbus-binding-tool</seg>
    178           <seg>libdbus-glib-1.{so,a}</seg>
    179           <seg>/etc/bash_completion.d, /usr/share/gtk-doc/html/dbus-glib, and
    180           optionally /usr/share/doc/dbus-glib-&dbus-glib-version;/api</seg>
     179          <seg>libdbus-glib-1.so</seg>
     180          <seg>/etc/bash_completion.d and optionally
     181          /usr/share/gtk-doc/html/dbus-glib and
     182          /usr/share/doc/dbus-glib-&dbus-glib-version;/api</seg>
    181183        </seglistitem>
    182184      </segmentedlist>
     
    198200
    199201        <varlistentry id="libdbus-glib-1">
    200           <term><filename class='libraryfile'>libdbus-glib-1.{so,a}</filename></term>
     202          <term><filename class='libraryfile'>libdbus-glib-1.so</filename></term>
    201203          <listitem>
    202204            <para>contains <application>GLib</application> interface functions
    203205            to the D-Bus API.</para>
    204206            <indexterm zone="dbus-glib libdbus-glib-1">
    205               <primary sortas="c-libdbus-glib-1">libdbus-glib-1.{so,a}</primary>
     207              <primary sortas="c-libdbus-glib-1">libdbus-glib-1.so</primary>
    206208            </indexterm>
    207209          </listitem>
     
    218220    <title>D-Bus Python Bindings</title>
    219221
    220     &lfs70_checked;
     222    &lfs71_checked;
    221223
    222224    <indexterm zone="dbus-python">
  • general/sysutils/dbus.xml

    rfc695e8 r406fc62  
    422422          library to implement a message bus daemon.</para>
    423423          <indexterm zone="dbus libdbus-1">
    424             <primary sortas="c-libdbus-1">libdbus-1.{so,a}</primary>
     424            <primary sortas="c-libdbus-1">libdbus-1.so</primary>
    425425          </indexterm>
    426426        </listitem>
  • introduction/welcome/changelog.xml

    rfc695e8 r406fc62  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[rthomsen] - Upgrade to D-Bus GLib Bindings 0.100.
     49          Fixes <ulink url="&blfs-ticket-root;3436">#3436</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[rthomsen] - Upgrade to D-Bus Python Bindings 1.1.1.
    4953          Fixes <ulink url="&blfs-ticket-root;3415">#3415</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.