Changeset f68e46f for general/prog


Ignore:
Timestamp:
12/07/2019 09:23:42 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
078db5b6
Parents:
aa41434
Message:

PyGTK: Adapt to Pango changes
Update to Pango-1.44.7
Update to Cairo-1.17.2+f93fc72c03e
Update to Nautilus-3.34.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pygtk.xml

    raa41434 rf68e46f  
    121121    <sect3 role="installation">
    122122      <title>Installation of PyGTK</title>
     123
     124      <para>
     125         First, adapt PyGTK to changes in Pango by removing undefined
     126         APIs:
     127      </para>
     128
     129<screen><userinput remap="pre">sed -i '1394,1402 d' pango.defs</userinput></screen>
    123130
    124131      <para>
Note: See TracChangeset for help on using the changeset viewer.