Changeset 4a96d460


Ignore:
Timestamp:
01/03/2011 08:46:39 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
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:
ab0d2f60
Parents:
be7ccc2
Message:

Added installing the environment variable PYTHONPATH to the GNOME Pre-Installation tasks, also changed hardcoded Python version instances to use an existing entity

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/avahi.xml

    rbe7ccc2 r4a96d460  
    192192        libavahi-ui.{so,a}</seg>
    193193        <seg>/etc/avahi/services,/usr/{include/avahi-{client,common,core,glib,
    194         gobject,ui},lib/{avahi,python2.6/site-packages/{avahi,avahi_discover}},
     194        gobject,ui},lib/{avahi,python&python-majorver;/site-packages/{avahi,avahi_discover}},
    195195        share/avahi/{interfaces,introspection}}</seg>
    196196      </seglistitem>
  • general/prog/python.xml

    rbe7ccc2 r4a96d460  
    140140
    141141<screen role="root"><userinput>make install &amp;&amp;
    142 chmod -v 755 /usr/lib/libpython2.6.so.1.0</userinput></screen>
     142chmod -v 755 /usr/lib/libpython&python-majorver;.so.1.0</userinput></screen>
    143143
    144144    <para>There is no documentation installed using the instructions above.
  • gnome/add/alacarte.xml

    rbe7ccc2 r4a96d460  
    104104        <seg>alacarte</seg>
    105105        <seg><application>Python</application> modules.</seg>
    106         <seg><envar>$GNOME_PREFIX</envar>/{lib/python2.6/site-packages/Alacarte,
     106        <seg><envar>$GNOME_PREFIX</envar>/{lib/python&python-majorver;/site-packages/Alacarte,
    107107        share/{alacarte,icons/hicolor/256x256/apps,locale/bem/LC_MESSAGES}}</seg>
    108108      </seglistitem>
  • gnome/core/gnome-menus.xml

    rbe7ccc2 r4a96d460  
    153153
    154154<screen role='root'><userinput>echo "export PYTHONPATH=\$PYTHONPATH:$(pkg-config \
    155 --variable=prefix ORBit-2.0)/lib/python2.6/site-packages:$(pkg-config \
    156 --variable=prefix ORBit-2.0)/lib/python2.6/site-packages/GMenuSimpleEditor" \
     155--variable=prefix ORBit-2.0)/lib/python&python-majorver;/site-packages/GMenuSimpleEditor" \
    157156&gt;&gt; /etc/profile.d/gnome.sh</userinput></screen>
    158157
  • gnome/core/libgweather.xml

    rbe7ccc2 r4a96d460  
    131131        <seg>libgweather.{so,a}</seg>
    132132        <seg><envar>$GNOME_PREFIX</envar>/{include/libgweather,
    133         lib/python2.6/site-packages/gweather/I_KNOW_THIS_IS_UNSTABLE,
     133        lib/python&python-majorver;/site-packages/gweather/I_KNOW_THIS_IS_UNSTABLE,
    134134        share/{gtk-doc/html/libgweather,libgweather}}</seg>
    135135      </seglistitem>
  • gnome/core/pre-install-config.xml

    rbe7ccc2 r4a96d460  
    5353export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-version;&gnome-minor-version;/lib/pkgconfig
    5454export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-version;&gnome-minor-version;/share/pkgconfig
    55 export GNOME_LIBCONFIG_PATH=/usr/lib:/opt/gnome-&gnome-version;&gnome-minor-version;/lib</literal></screen>
     55export GNOME_LIBCONFIG_PATH=/usr/lib:/opt/gnome-&gnome-version;&gnome-minor-version;/lib
     56export PYTHONPATH=$PYTHONPATH:/opt/gnome-&gnome-version;&gnome-minor-version;/lib/python&python-majorver;/site-packages</literal></screen>
    5657
    5758  <para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
  • introduction/welcome/changelog.xml

    rbe7ccc2 r4a96d460  
    4545      <para>January 3rd, 2011</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added installing the environment variable PYTHONPATH
     49          to the GNOME Pre-Installation tasks, also changed hardcoded Python
     50          version instances to use an existing entity.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[randy] - Updated to GNOME Doc Utils-0.20.2.</para>
Note: See TracChangeset for help on using the changeset viewer.