Changeset 453aaf61
- Timestamp:
- 01/30/2019 03:26:31 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.4, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 6afe8c1
- Parents:
- 8d759c7
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r8d759c7 r453aaf61 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 29"> <!-- Always 2 digits -->3 <!ENTITY day "30"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 29th, &year;">9 <!ENTITY releasedate "January 30th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r8d759c7 r453aaf61 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>January 30th, 2019</para> 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Add patches for gwenview and libkexiv2 so that they 50 build against exiv2-0.27.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 44 54 45 55 <listitem> -
kde/kf5-apps/gwenview.xml
r8d759c7 r453aaf61 71 71 </itemizedlist> 72 72 73 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 74 <itemizedlist spacing="compact"> 75 <listitem> 76 <para> 77 Required patch for building against <xref linkend="exiv2"/>: 78 <ulink url="&patch-root;/gwenview-&kf5apps-version;-exiv2_0.27-1.patch"/> 79 </para> 80 </listitem> 81 </itemizedlist> 82 73 83 <bridgehead renderas="sect3">Gwenview Dependencies</bridgehead> 74 84 … … 97 107 <sect2 role="installation"> 98 108 <title>Installation of Gwenview</title> 109 110 <para> 111 First, fix several files so that Exiv2-&exiv2-version; is properly found 112 and used: 113 </para> 114 115 <screen><userinput>patch -Np1 -i ../gwenview-&kf5apps-version;-exiv2_0.27-1.patch</userinput></screen> 99 116 100 117 <para> -
kde/kf5-apps/libkexiv2.xml
r8d759c7 r453aaf61 71 71 </itemizedlist> 72 72 73 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 74 <itemizedlist spacing="compact"> 75 <listitem> 76 <para> 77 Required patch for building against <xref linkend="exiv2"/>: 78 <ulink url="&patch-root;/libkexiv2-&kf5apps-version;-exiv2_0.27-1.patch"/> 79 </para> 80 </listitem> 81 </itemizedlist> 82 73 83 <bridgehead renderas="sect3">libkexiv2 Dependencies</bridgehead> 74 84 … … 86 96 <sect2 role="installation"> 87 97 <title>Installation of libkexiv2</title> 98 99 <para> 100 First, fix several files so that Exiv2-&exiv2-version; is properly found 101 and used: 102 </para> 103 104 <screen><userinput>patch -Np1 -i ../libkexiv2-&kf5apps-version;-exiv2_0.27-1.patch</userinput></screen> 88 105 89 106 <para>
Note:
See TracChangeset
for help on using the changeset viewer.