<p>Port to the meson build system.</p>
<p>Benefits are blazing fast builds and more user friendly configuration. This is promised by meson and I would agree in the case of Geany.</p>
<p>This is a work-in-progress. I have ported only the GTK3 build (GTK2 about to be phased out anyway) and didn't test OSX or Windows yet.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/geany/geany/pull/2761'>https://github.com/geany/geany/pull/2761</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Initial meson.build</li>
  <li>Support l18n</li>
  <li>Support plugins</li>
  <li>Support generating geany.pc</li>
  <li>Simplified installing data</li>
  <li>Install some extra files that are renamed in the process</li>
  <li>fixes for 1.36</li>
  <li>missing files to git</li>
  <li>update for 1.38/2.0</li>
  <li>add build dirs to .gitignore</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947">.gitignore</a>
    (2)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-c82abeaf139fbce31f50e9b53c664711357a24fb9f0328b8dd7f9f8c7964d2ca">config.h.meson</a>
    (340)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-ee0d750477d547a86d51c7a857402ca2dda7aed3d3f130978183d81ef204f9c2">data/meson.build</a>
    (17)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-30d8f6be6320feeacf686be94f48c70869b52630e01ea625f0f15adc0d57c3e4">meson.build</a>
    (629)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-76ea9078099f2ee8cc0e760a874dd153f225ba16ad10375c24ab6cd53518f3c4">meson_options.txt</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-72bb278809ac7dbe0329f064d73cbe73a5dda1d45ea85c288f5b9d3f3cbc07fb">plugins/Makefile.am</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-5a6914786731374aae967fbcd78728cbe7252fe66ab882426eb05c65191a087f">plugins/classbuilder.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-731451a18bf54a964066a0cc57a3ce9e6f780d462f66a910a7d84ca236e7c4ca">plugins/demoplugin.c</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-fb77381149fb5ef0305703aa5311e3253855a073768a80035e0081fd41fdfbdc">plugins/export.c</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-0ad78e63ec05a0799ad147a6434748ed878565e2c724fe520f2483e2d9678852">plugins/filebrowser.c</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-1ec9df3514fdeabc5f115344d6745b33539b308e795ca35b53a6b1ee9bf603a5">plugins/htmlchars.c</a>
    (4)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-95d0493bc20a850a8f5bad337d462809227b7047132274c20481dde2237949eb">plugins/meson.build</a>
    (27)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-d6adba56713816d0027845cea97e1d262db29f9d7a3d21394d6b258d0bf5efee">plugins/saveactions.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-27b7ed8abe88a63e92a8f0123c1f12e4456490568ad1fb78b0df765d70e0078b">plugins/splitwindow.c</a>
    (2)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-18c9bd45c7657311fc7d8c1c31e61e1ba7b660d8dabf04f9999b90bd92b073e3">po/meson.build</a>
    (7)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-c058b3966bb5e7b39f16a0d0ecc67b240a65d50e820e128b49b1691abc036cbf">scripts/gen-signallist.sh</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-4fab1ecb4966e1c1fcdc7e68f336f5b53eda496dc036cbdd7a5068e59638b2f4">src/libmain.c</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-9a60f2374fdcb9364cae327f23832ba0ea4e649944bc391fd7a819b8e7ef3bf0">src/templates.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2761/files#diff-3e04e056edbdc0f772b0ffd1c93cef1187209f37276d40d2a281d9b989398a73">src/utils.c</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/geany/geany/pull/2761.patch'>https://github.com/geany/geany/pull/2761.patch</a></li>
  <li><a href='https://github.com/geany/geany/pull/2761.diff'>https://github.com/geany/geany/pull/2761.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/2761">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJYFDBFKIXZLYRQZMYTTDNMKDANCNFSM4ZDZAFLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ4BNVPCWI6UWMC4MTLTDNMKDA5CNFSM4ZDZAFLKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4MMGMHAA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2761",
"url": "https://github.com/geany/geany/pull/2761",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>