Changeset fbcf65e4
- Timestamp:
- 07/01/2015 06:32:48 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- fb42bf8
- Parents:
- 000266b
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r000266b rfbcf65e4 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 30"> <!-- Always 2 digits -->4 <!ENTITY month "0 6"> <!-- Always 2 digits -->3 <!ENTITY day "01"> <!-- Always 2 digits --> 4 <!ENTITY month "07"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "Ju ne 30th&year;">9 <!ENTITY releasedate "July 1st &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r000266b rfbcf65e4 44 44 45 45 --> 46 47 <listitem> 48 <para>July 1st, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[bdubbs] - Add kdenlive video editor.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 46 55 47 56 <listitem> -
kde/kf5-apps/kf5-apps.xml
r000266b rfbcf65e4 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kate5.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kdenlive5.xml"/> 19 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmix5.xml"/> 20 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="konsole5.xml"/> -
kde/libdbusmenuqt.xml
r000266b rfbcf65e4 31 31 32 32 <para>This library provides a <application>Qt</application> implementation 33 of the DBusMenu spec s in order to expose menus onDBus. Its33 of the DBusMenu specification that exposes menus via DBus. Its 34 34 libraries are used by both KDE4 and KF5, but they must be linked to <xref 35 35 linkend='qt4'/> and <xref linkend='qt5'/> respectively. The two versions do
Note:
See TracChangeset
for help on using the changeset viewer.