Changeset 38d4077 for gnome


Ignore:
Timestamp:
05/02/2012 03:10:27 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
cc7670a
Parents:
e5c27e8
Message:

Update to balsa-2.4.12

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

Location:
gnome/deprecated
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome/deprecated/gnome-mime-data.xml

    re5c27e8 r38d4077  
    7777    the following commands:</para>
    7878
    79 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    80             --sysconfdir=&gnome-etc-dir; \
    81             --mandir=$(pkg-config \
    82                 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
     79<screen><userinput>ORBit_prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
     80./configure --prefix=$$ORBit_prefix                    \
     81            --sysconfdir=&gnome-etc-dir;              \
     82            --mandir=$$ORBit_prefix/share/man          &amp;&amp;
    8383make</userinput></screen>
    8484
     
    8989<screen role="root"><userinput>make install &amp;&amp;
    9090install -v -m644 -D man/gnome-vfs-mime.5 \
    91     $(pkg-config \
    92         --variable=prefix ORBit-2.0)/share/man/man5/gnome-vfs-mime.5</userinput></screen>
     91                    $ORBit_prefix/share/man/man5/gnome-vfs-mime.5</userinput></screen>
    9392
    9493  </sect2>
  • gnome/deprecated/gnome-vfs.xml

    re5c27e8 r38d4077  
    101101    by running the following commands:</para>
    102102
    103 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    104             --sysconfdir=&gnome-old-etc-dir; \
    105             --libexecdir=$(pkg-config \
    106                 --variable=prefix ORBit-2.0)/lib/gnome-vfs-2.0 &amp;&amp;
     103<screen><userinput>ORBit_prefix=$(pkg-config --variable=prefix ORBit-2.0)   &amp;&amp;
     104./configure --prefix=$ORBit_prefix                      \
     105            --sysconfdir=&gnome-old-etc-dir;            \
     106            --libexecdir=$ORBit_prefix/lib/gnome-vfs-2.0 &amp;&amp;
    107107make</userinput></screen>
    108108
  • gnome/deprecated/libbonobo.xml

    re5c27e8 r38d4077  
    8787    commands:</para>
    8888
    89 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    90             --sysconfdir=&gnome-old-etc-dir; \
    91             --libexecdir=$(pkg-config \
    92                 --variable=prefix ORBit-2.0)/lib/bonobo-2.0 \
    93             --mandir=$(pkg-config \
    94                 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
     89<screen><userinput>
     90ORBit_prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
     91./configure --prefix=$ORBit_prefix                     \
     92            --sysconfdir=&gnome-old-etc-dir;           \
     93            --libexecdir=$ORBit_prefix/lib/bonobo-2.0  \
     94            --mandir=$ORBit_prefix/share/man           &amp;&amp;
     95unset ORBit_prefix                                     &amp;&amp;
    9596make</userinput></screen>
    9697
Note: See TracChangeset for help on using the changeset viewer.