Changeset a7b45fd


Ignore:
Timestamp:
01/16/2012 01:56:35 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
7133ec2
Parents:
a0ace670
Message:

libunique-1.1.6

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra0ace670 ra7b45fd  
    44-->
    55
    6 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     6<!ENTITY day          "16">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "January 10th, &year;">
     12<!ENTITY releasedate  "January 16th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    196196<!ENTITY libmcs-version               "0.7.1">
    197197<!ENTITY libtasn1-version             "2.10">
    198 <!ENTITY libunique-version            "1.1.2">
     198<!ENTITY libunique-version            "1.1.6">
    199199<!ENTITY liboil-version               "0.3.17">
    200200<!ENTITY nspr-version                 "4.8.9">
  • general/genlib/libunique.xml

    ra0ace670 ra7b45fd  
    77  <!ENTITY libunique-download-http "&gnome-download-http;/libunique/1.1/libunique-&libunique-version;.tar.bz2">
    88  <!ENTITY libunique-download-ftp  "&gnome-download-ftp;/libunique/1.1/libunique-&libunique-version;.tar.bz2">
    9   <!ENTITY libunique-md5sum        "f33749109768d43ef69ca7e8ffa7cfb7">
     9  <!ENTITY libunique-md5sum        "7955769ef31f1bc4f83446dbb3625e6d">
    1010  <!ENTITY libunique-size          "328 KB">
    11   <!ENTITY libunique-buildsize     "6 MB">
     11  <!ENTITY libunique-buildsize     "4.7 MB">
    1212  <!ENTITY libunique-time          "0.1 SBU">
    1313]>
     
    3232    <para>The <application>libunique</application> package contains a
    3333    library for writing single instance applications.</para>
     34
     35    &lfs70_checked;
    3436
    3537    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6062    <para role="required"><xref linkend="gtk2"/></para>
    6163
    62     <!-- Confirmed that this is not required any longer
    63     <bridgehead renderas="sect4">Recommended</bridgehead>
    64     <para role="recommended"><xref linkend="gir-repository"/> (Required if
    65     gobject-introspection is already installed)</para>
    66     -->
    67 
    6864    <bridgehead renderas="sect4">Optional</bridgehead>
    6965    <para role="optional"><xref linkend="dbus-glib"/></para>
     
    7167    <para condition="html" role="usernotes">User Notes:
    7268    <ulink url="&blfs-wiki;/libunique"/></para>
    73 
    7469  </sect2>
    7570
     
    8782    <para>This package does not come with a test suite.</para>
    8883
    89     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     84    <para>Now, as the <systemitem class="username">root</systemitem>
     85    user:</para>
    9086
    9187<screen role="root"><userinput>make install</userinput></screen>
    92 
    9388  </sect2>
    9489
     
    106101    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    107102    href="../../xincludes/gtk-doc-rebuild.xml"/>
    108 
    109103  </sect2>
    110104
     
    119113      <seglistitem>
    120114        <seg>None</seg>
    121         <seg>libunique-1.0.{so,a}</seg>
     115        <seg>libunique-1.0.so</seg>
    122116        <seg>/usr/{include/unique-1.0/unique,share/gtk-doc/html/unique}</seg>
    123117      </seglistitem>
     
    130124
    131125      <varlistentry id="libunique-1.0">
    132         <term><filename class='libraryfile'>libunique-1.0.{so,a}</filename></term>
     126        <term><filename class='libraryfile'>libunique-1.0.so</filename></term>
    133127        <listitem>
    134           <para>contains the libunique API functions for single instance support.</para>
     128          <para>contains the libunique API functions for single instance
     129          support.</para>
    135130          <indexterm zone="libunique libunique-1.0">
    136             <primary sortas="c-libunique-1.0">libunique-1.0.{so,a}</primary>
     131            <primary sortas="c-libunique-1.0">libunique-1.0.so</primary>
    137132          </indexterm>
    138133        </listitem>
    139134      </varlistentry>
    140 
    141135    </variablelist>
    142 
    143136  </sect2>
    144 
    145137</sect1>
  • introduction/welcome/changelog.xml

    ra0ace670 ra7b45fd  
    4242
    4343-->
     44    <listitem>
     45      <para>January 16th, 2012</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[abenton] - libunique-1.1.6.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4453    <listitem>
    4554      <para>January 10th, 2012</para>
  • xsoft/graphweb/firefox.xml

    ra0ace670 ra7b45fd  
    6161    <itemizedlist spacing="compact">
    6262      <listitem>
    63         <para>Required patch if you have installed libpng-1.5.6 or greater:
     63        <para>Required patch:
    6464        <ulink
    6565        url="&patch-root;/firefox-&firefox-version;-libpng-1.5-1.patch"/></para>
  • xsoft/other/thunderbird.xml

    ra0ace670 ra7b45fd  
    6161    <itemizedlist spacing="compact">
    6262      <listitem>
    63         <para>Required patch if you have installed libpng-1.5.6 or greater:
     63        <para>Required patch:
    6464        <ulink
    6565        url="&patch-root;/thunderbird-&thunderbird-version;-libpng-1.5-1.patch"/></para>
Note: See TracChangeset for help on using the changeset viewer.