Changeset 84ae34a


Ignore:
Timestamp:
02/10/2012 05:04:25 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:
95b8c6d
Parents:
604ef1f
Message:

brasero-3.2.0

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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r604ef1f r84ae34a  
    703703
    704704<!-- Utilities -->
     705<!ENTITY brasero-version              "3.2.0">
    705706<!ENTITY gnome-terminal-version       "2.30.2">
    706707<!ENTITY nautilus-version             "2.30.1">
     
    734735<!-- Utilities -->
    735736<!ENTITY alacarte-version             "0.13.1">
    736 <!ENTITY brasero-version              "2.30.2">
    737737<!ENTITY bug-buddy-version            "2.30.0">
    738738<!ENTITY cheese-version               "2.30.1">
  • gnome/add/add.xml

    r604ef1f r84ae34a  
    3838
    3939  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alacarte.xml"/>
    40   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="brasero.xml"/>
    4140  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bug-buddy.xml"/>
    4241  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cheese.xml"/>
  • gnome/core/brasero.xml

    r604ef1f r84ae34a  
    55  %general-entities;
    66
    7   <!ENTITY brasero-download-http "&gnome-download-http;/brasero/&gnome-version;/brasero-&brasero-version;.tar.bz2">
    8   <!ENTITY brasero-download-ftp  "&gnome-download-ftp;/brasero/&gnome-version;/brasero-&brasero-version;.tar.bz2">
    9   <!ENTITY brasero-md5sum        "c1c995a01a087ad1d1062c8ed64405dd">
    10   <!ENTITY brasero-size          "4.3 MB">
    11   <!ENTITY brasero-buildsize     "88 MB">
    12   <!ENTITY brasero-time          "1.6 SBU">
     7  <!ENTITY brasero-download-http "&gnome-download-http;/brasero/&gnome-version;/brasero-&brasero-version;.tar.xz">
     8  <!ENTITY brasero-download-ftp  "&gnome-download-ftp;/brasero/&gnome-version;/brasero-&brasero-version;.tar.xz">
     9  <!ENTITY brasero-md5sum        "b4b13ce81a344b81ddd3a64a3003787b">
     10  <!ENTITY brasero-size          "2.8 MB">
     11  <!ENTITY brasero-buildsize     "?? MB">
     12  <!ENTITY brasero-time          "?? SBU">
    1313]>
    1414
     
    3535    easily and quickly.</para>
    3636
    37     &lfs65_checked;
     37    <!--&lfs65_checked; not fot this version! -->
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9292    commands:</para>
    9393
    94 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    95             --sysconfdir=&gnome-etc-dir; \
    96             --mandir=$(pkg-config \
    97                 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
     94<screen><userinput>./configure --prefix=$GNOME_PREFIX \
     95            --sysconfdir=$GNOME_SYSCONFDIR \
     96            --mandir=$GNOME_PREFIX/share/man &amp;&amp;
    9897make</userinput></screen>
    9998
  • gnome/core/core.xml

    r604ef1f r84ae34a  
    9494  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-utilities.xml"/>
    9595
    96   <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="brasero.xml"/>
    97   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="empathy.xml"/>
     96  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="brasero.xml"/>
     97  <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="empathy.xml"/>
    9898  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="epiphany.xml"/>
    9999  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eog.xml"/>
  • introduction/welcome/changelog.xml

    r604ef1f r84ae34a  
    5050          </para>
    5151        </listitem>
     52        <listitem>
     53          <para>[ken] - merge brasero-3.2.0 from Wayne.</para>
     54        </listitem>
    5255      </itemizedlist>
    5356    </listitem>
Note: See TracChangeset for help on using the changeset viewer.