Ignore:
Timestamp:
07/16/2021 10:20:58 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
021de80
Parents:
b7e2ce4
Message:

Add --buildtype=release for Cap 24-28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/network-manager-applet.xml

    rb7e2ce4 r6469488  
    1111  <!ENTITY network-manager-applet-md5sum    "6a0568b11c935534603b9b70234d8b90">
    1212  <!ENTITY network-manager-applet-size      "1.8 MB">
    13   <!ENTITY network-manager-applet-buildsize "47 MB (with tests)">
     13  <!ENTITY network-manager-applet-buildsize "34 MB (with tests)">
    1414  <!ENTITY network-manager-applet-time      "0.3 SBU (with tests)">
    1515]>
     
    123123cd    build &amp;&amp;
    124124
    125 meson --prefix=/usr     \
    126       -Dappindicator=no \
    127       -Dselinux=false   \
    128       -Dteam=false      .. &amp;&amp;
     125meson --prefix=/usr       \
     126      --buildtype=release \
     127      -Dappindicator=no   \
     128      -Dselinux=false     \
     129      -Dteam=false ..     &amp;&amp;
    129130ninja</userinput></screen>
    130131
Note: See TracChangeset for help on using the changeset viewer.