Changeset 7553afee
- Timestamp:
- 06/30/2019 04:24:52 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6b50dff
- Parents:
- 6259734
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome.ent
r6259734 r7553afee 60 60 <!ENTITY gnome-keyring-version "3.28.2"> 61 61 <!ENTITY gnome-settings-daemon-version "3.32.1"> 62 <!ENTITY gnome-control-center-version "3.32. 1">62 <!ENTITY gnome-control-center-version "3.32.2"> 63 63 <!ENTITY mutter-version "3.32.1"> 64 64 <!ENTITY gnome-shell-version "3.32.1"> -
gnome/platform/gnome-control-center.xml
r6259734 r7553afee 9 9 <!ENTITY gnome-control-center-download-ftp 10 10 "&gnome-download-ftp;/gnome-control-center/&gnome-minor-32;/gnome-control-center-&gnome-control-center-version;.tar.xz"> 11 <!ENTITY gnome-control-center-md5sum " 307d87113d66a9b0cfe15d7b7888ca7e">11 <!ENTITY gnome-control-center-md5sum "547288caf3891543b19caa8b84d34b67"> 12 12 <!ENTITY gnome-control-center-size "5.7 MB"> 13 13 <!ENTITY gnome-control-center-buildsize "174 MB (with tests)"> -
introduction/welcome/changelog.xml
r6259734 r7553afee 45 45 <para>June 29th, 2019</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to colord-gtk-0.2.0. Fixes 49 <ulink url="&blfs-ticket-root;12180">#12180</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to gnome-control-center-3.32.2. Fixes 53 <ulink url="&blfs-ticket-root;12098">#12098</ulink>.</para> 54 </listitem> 47 55 <listitem> 48 56 <para>[renodr] - Update to gnome-settings-daemon-3.32.1. Fixes -
packages.ent
r6259734 r7553afee 684 684 <!ENTITY clutter-gst-version "3.0.27"> 685 685 <!ENTITY clutter-gtk-version "1.8.4"> 686 <!ENTITY colord-gtk-version "0. 1.26">686 <!ENTITY colord-gtk-version "0.2.0"> 687 687 <!ENTITY fltk-version "1.3.5"> 688 688 <!ENTITY freeglut-version "3.0.0"> -
x/lib/colord-gtk.xml
r6259734 r7553afee 7 7 <!ENTITY colord-gtk-download-http "https://www.freedesktop.org/software/colord/releases/colord-gtk-&colord-gtk-version;.tar.xz"> 8 8 <!ENTITY colord-gtk-download-ftp " "> 9 <!ENTITY colord-gtk-md5sum " bb9d6f3c037152ad791003375aa6c16c">10 <!ENTITY colord-gtk-size "2 76KB">11 <!ENTITY colord-gtk-buildsize "4 .2MB">9 <!ENTITY colord-gtk-md5sum "66d048803c8b89e5e63da4b461484933"> 10 <!ENTITY colord-gtk-size "20 KB"> 11 <!ENTITY colord-gtk-buildsize "41 MB"> 12 12 <!ENTITY colord-gtk-time "less than 0.1 SBU"> 13 13 ]> … … 112 112 </para> 113 113 114 <screen><userinput>./configure --prefix=/usr \ 115 --enable-vala \ 116 --disable-static && 117 make</userinput></screen> 118 119 <para> 120 To test the results, issue: <command>make check</command>. 114 <screen><userinput>mkdir build && 115 cd build && 116 117 meson --prefix=/usr \ 118 -Dgtk2=true \ 119 -Dvapi=true \ 120 -Ddocs=false \ 121 -Dman=false .. && 122 ninja</userinput></screen> 123 124 <para> 125 To test the results, issue: <command>ninja test</command>. 126 The tests need to be run from an X session, and may require 127 a color profile for your primary display. 128 <!-- on an ASUS 32" IPS display, I have a color profile and it works 129 properly. On the other hand, with a Dell SP2208WFP LCD, 130 no color profile is available and the tests fail. It seems to 131 depend on the system/display. --> 121 132 </para> 122 133 … … 125 136 </para> 126 137 127 <screen role="root"><userinput> makeinstall</userinput></screen>138 <screen role="root"><userinput>ninja install</userinput></screen> 128 139 </sect2> 129 140 … … 132 143 133 144 <para> 134 <parameter>- -enable-vala</parameter>: This switch enables145 <parameter>-Dvapi=true</parameter>: This switch enables 135 146 building of the Vala bindings. Remove if you don't 136 147 have <xref linkend="vala"/> installed. 137 148 </para> 138 149 150 <para> 151 <parameter>-Dgtk2=true</parameter>: This switch enables building 152 the GTK+-2 bindings for colord. 153 </para> 154 155 <para> 156 <parameter>-Ddocs=false</parameter>: This switch disables building 157 GTK-DOC based documentation. Even if GTK-DOC is installed, you will 158 need the namespaced versions of the Docbook XSL stylesheets. 159 </para> 160 161 <para> 162 <parameter>-Dman=false</parameter>: This switch disables generating 163 the manual pages for this package. Remove this switch if you have 164 namespaced versions of the Docbook XSL stylesheets installed. 165 </para> 166 167 <!-- 139 168 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 140 169 href="../../xincludes/static-libraries.xml"/> … … 142 171 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 143 172 href="../../xincludes/gtk-doc-rebuild.xml"/> 144 173 --> 145 174 </sect2> 146 175 … … 158 187 </seg> 159 188 <seg> 160 libcolord-gtk.so 189 libcolord-gtk.so and libcolord-gtk2.so 161 190 </seg> 162 191 <seg> … … 197 226 </varlistentry> 198 227 228 <varlistentry id="libcolord-gtk2"> 229 <term><filename class="libraryfile">libcolord-gtk2.so</filename></term> 230 <listitem> 231 <para> 232 contains the <application>Colord</application> 233 <application>GTK+-2</application> bindings. 234 </para> 235 <indexterm zone="colord-gtk libcolord-gtk2"> 236 <primary sortas="c-libcolord-gtk2">libcolord-gtk2.so</primary> 237 </indexterm> 238 </listitem> 239 </varlistentry> 199 240 </variablelist> 200 241
Note:
See TracChangeset
for help on using the changeset viewer.