Changeset a468270d
- Timestamp:
- 06/27/2019 03:12:23 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b167515
- Parents:
- e4a13182
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome.ent
re4a13182 ra468270d 41 41 <!ENTITY libpeas-version "1.22.0"> 42 42 <!ENTITY libwnck-version "3.32.0"> 43 <!ENTITY evolution-data-server-version "3.32. 1">43 <!ENTITY evolution-data-server-version "3.32.3"> 44 44 <!ENTITY folks-version "0.12.1"> 45 45 <!ENTITY gfbgraph-version "0.2.3"> -
gnome/platform/evolution-data-server.xml
re4a13182 ra468270d 9 9 <!ENTITY evolution-data-server-download-ftp 10 10 "&gnome-download-ftp;/evolution-data-server/&gnome-minor-32;/evolution-data-server-&evolution-data-server-version;.tar.xz"> 11 <!ENTITY evolution-data-server-md5sum " 8832c259a5914b6a27ba4abde681254a">11 <!ENTITY evolution-data-server-md5sum "de4bd459d977d86f8be189b9fe60636e"> 12 12 <!ENTITY evolution-data-server-size "4.4 MB"> 13 13 <!ENTITY evolution-data-server-buildsize "194 MB"> 14 <!ENTITY evolution-data-server-time "1. 9SBU">14 <!ENTITY evolution-data-server-time "1.8 SBU"> 15 15 ]> 16 16 … … 127 127 </para> 128 128 129 <screen><userinput>mkdir build && 129 <screen revision="sysv"><userinput>mkdir build && 130 cd build && 131 132 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 133 -DSYSCONF_INSTALL_DIR=/etc \ 134 -DENABLE_VALA_BINDINGS=ON \ 135 -DENABLE_INSTALLED_TESTS=ON \ 136 -DENABLE_GOOGLE=ON \ 137 -DWITH_OPENLDAP=OFF \ 138 -DWITH_KRB5=OFF \ 139 -DENABLE_INTROSPECTION=ON \ 140 -DENABLE_GTK_DOC=OFF \ 141 -DWITH_SYSTEMDSYSTEMUNITDIR= \ 142 .. && 143 make</userinput></screen> 144 145 <screen revision="systemd"><userinput>mkdir build && 130 146 cd build && 131 147 -
gnome/platform/libgweather.xml
re4a13182 ra468270d 129 129 <title>Command Explanations</title> 130 130 131 <para><option>-Dgtk_doc </option>: Use this parameter if131 <para><option>-Dgtk_doc=true</option>: Use this parameter if 132 132 <application>GTK-Doc</application> is installed and you wish to rebuild and 133 133 install the API documentation.</para> -
introduction/welcome/changelog.xml
re4a13182 ra468270d 45 45 <para>June 26th, 2019</para> 46 46 <itemizedlist> 47 <listitem revision="systemd"> 48 <para>[renodr] - Update to evolution-data-server-3.32.3. Part of 49 <ulink url="&blfs-ticket-root;12025">#12025</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Disable the installation of systemd unit files in 53 at-spi2-core on SysV systems.</para> 54 </listitem> 47 55 <listitem revision="systemd"> 48 56 <para>[renodr] - Update to libgdata-0.17.10. Fixes -
x/lib/at-spi2-core.xml
re4a13182 ra468270d 114 114 </para> 115 115 116 <screen><userinput>mkdir build && 116 <screen revision="sysv"><userinput>mkdir build && 117 cd build && 118 119 meson --prefix=/usr \ 120 --sysconfdir=/etc \ 121 -Dsystemd_user_dir=no .. && 122 ninja</userinput></screen> 123 124 <screen revision="systemd"><userinput>mkdir build && 117 125 cd build && 118 126 … … 135 143 </sect2> 136 144 137 <!-- 138 <sect2 role="commands" >145 146 <sect2 role="commands" revision="sysv"> 139 147 <title>Command Explanations</title> 140 148 141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 142 href="../../xincludes/gtk-doc-rebuild.xml"/> 143 144 </sect2> 145 --> 149 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 150 href="../../xincludes/gtk-doc-rebuild.xml"/> --> 151 152 <para> 153 <parameter>-Dsystemd_user_dir=no</parameter>: This flag disables the 154 installation of systemd unit files on SysV, where they are unable to be 155 used. 156 </para> 157 158 </sect2> 146 159 147 160 <sect2 role="content">
Note:
See TracChangeset
for help on using the changeset viewer.