Changeset a468270d for gnome


Ignore:
Timestamp:
06/27/2019 03:12:23 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b167515
Parents:
e4a13182
Message:

Update to evolution-data-server-3.32.3 and prevent systemd units from being installed on SysV
at-spi2-core: prevent systemd units from being installed on SysV
libgweather: Fix command explanation for -Dgtk_doc=true

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21741 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
gnome/platform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/evolution-data-server.xml

    re4a13182 ra468270d  
    99  <!ENTITY evolution-data-server-download-ftp
    1010           "&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">
    1212  <!ENTITY evolution-data-server-size          "4.4 MB">
    1313  <!ENTITY evolution-data-server-buildsize     "194 MB">
    14   <!ENTITY evolution-data-server-time          "1.9 SBU">
     14  <!ENTITY evolution-data-server-time          "1.8 SBU">
    1515]>
    1616
     
    127127    </para>
    128128
    129 <screen><userinput>mkdir build &amp;&amp;
     129<screen revision="sysv"><userinput>mkdir build &amp;&amp;
     130cd    build &amp;&amp;
     131
     132cmake -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      .. &amp;&amp;
     143make</userinput></screen>
     144
     145<screen revision="systemd"><userinput>mkdir build &amp;&amp;
    130146cd    build &amp;&amp;
    131147
  • gnome/platform/libgweather.xml

    re4a13182 ra468270d  
    129129    <title>Command Explanations</title>
    130130
    131     <para><option>-Dgtk_doc</option>: Use this parameter if
     131    <para><option>-Dgtk_doc=true</option>: Use this parameter if
    132132    <application>GTK-Doc</application> is installed and you wish to rebuild and
    133133    install the API documentation.</para>
Note: See TracChangeset for help on using the changeset viewer.