Changeset b0480ef
- Timestamp:
- 01/15/2016 06:28:38 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- dc56bc8
- Parents:
- f64c4d4
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rf64c4d4 rb0480ef 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 4"> <!-- Always 2 digits -->3 <!ENTITY day "15"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 1 4th &year;">9 <!ENTITY releasedate "January 15th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
gnome/applications/seahorse.xml
rf64c4d4 rb0480ef 116 116 </para> 117 117 118 <screen><userinput>./configure --prefix=/usr && 118 <screen><userinput>sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml && 119 120 ./configure --prefix=/usr && 119 121 make</userinput></screen> 120 122 … … 128 130 129 131 <screen role="root"><userinput>make install</userinput></screen> 132 133 </sect2> 134 135 <sect2 role="commands"> 136 <title>Command Explanations</title> 137 138 <para><command>sed ... data/*.xml</command>: This command fixes some 139 deprecated entries in the schema templates.</para> 130 140 131 141 </sect2> -
gnome/platform/gcr.xml
rf64c4d4 rb0480ef 111 111 </para> 112 112 113 <screen><userinput>./configure --prefix=/usr \ 113 <screen><userinput>sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml && 114 115 ./configure --prefix=/usr \ 114 116 --sysconfdir=/etc && 115 117 make</userinput></screen> … … 129 131 <sect2 role="commands"> 130 132 <title>Command Explanations</title> 133 134 <para> 135 <command>sed ... schema/*.xml</command>: This command fixes a 136 deprecated entry in the schema template. 137 </para> 131 138 132 139 <para> -
gnome/platform/gnome-keyring.xml
rf64c4d4 rb0480ef 108 108 </para> 109 109 110 <screen><userinput>./configure --prefix=/usr \ 110 <screen><userinput>sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml && 111 112 ./configure --prefix=/usr \ 111 113 --sysconfdir=/etc \ 112 114 --with-pam-dir=/lib/security && … … 128 130 <sect2 role="commands"> 129 131 <title>Command Explanations</title> 132 133 <para> 134 <command>sed ... schema/*.xml</command>: This command fixes a 135 deprecated entry in the schema template. 136 </para> 130 137 131 138 <para> -
gnome/platform/gsettings-desktop-schemas.xml
rf64c4d4 rb0480ef 99 99 </para> 100 100 101 <screen><userinput>sed -i -r 's:"(/system):"/org/gnome\1: ' schemas/*.in &&101 <screen><userinput>sed -i -r 's:"(/system):"/org/gnome\1:g' schemas/*.in && 102 102 103 103 ./configure --prefix=/usr && … … 122 122 <title>Command Explanations</title> 123 123 124 <para><command>sed ... schemas/*.in</command>: This command fixes some 124 <para><command>sed ... schemas/*.in</command>: This command fixes some 125 125 deprecated entries in the schema templates.</para> 126 126 -
introduction/welcome/changelog.xml
rf64c4d4 rb0480ef 46 46 47 47 <listitem> 48 <para>January 15th, 2016</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Fix some gschema deprecated entries in 52 gsettings-desktop-schemas-3.18.1, Gcr-3.18.0, gnome-keyring-3.18.3 53 and Seahorse-3.18.0.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 48 59 <para>January 14th, 2016</para> 49 60 <itemizedlist> … … 95 106 <listitem> 96 107 <para>[bdubbs] - Fix some deprecated entries in 97 gsettings-desktop-schemas. 108 gsettings-desktop-schemas.</para> 98 109 </listitem> 99 110 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.