<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-menus/util, branch master</title>
<subtitle>Library for the Desktop Menu freedesktop.org specification</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/'/>
<entry>
<title>add meson build system</title>
<updated>2023-09-02T15:12:19+00:00</updated>
<author>
<name>Xiaotian Wu</name>
<email>yetist@gmail.com</email>
</author>
<published>2023-01-08T03:51:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=d5e498eacbd3ec8c144e302d3ee0309d437d6e5f'/>
<id>d5e498eacbd3ec8c144e302d3ee0309d437d6e5f</id>
<content type='text'>
After switching to meson, calling the `g-ir-scanner` command with the
`--warn-all` parameter in the generated `build.ninja` file will display these warnings:

```
Warning: MateMenu: symbol="DesktopEntryType": unknown namespace for identifier "DesktopEntryType"
Warning: MateMenu: symbol='desktop_entry_new': Unknown namespace for symbol 'desktop_entry_new'
Warning: MateMenu: symbol='EntryDirectory': Unknown namespace for identifier 'EntryDirectory'
```

The reason for these warnings is that we use `MateMenu` as `identifier_prefix`
and `matemenu` as `symbol_prefix`, but the symbols that report warnings do not
start with these prefixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After switching to meson, calling the `g-ir-scanner` command with the
`--warn-all` parameter in the generated `build.ninja` file will display these warnings:

```
Warning: MateMenu: symbol="DesktopEntryType": unknown namespace for identifier "DesktopEntryType"
Warning: MateMenu: symbol='desktop_entry_new': Unknown namespace for symbol 'desktop_entry_new'
Warning: MateMenu: symbol='EntryDirectory': Unknown namespace for identifier 'EntryDirectory'
```

The reason for these warnings is that we use `MateMenu` as `identifier_prefix`
and `matemenu` as `symbol_prefix`, but the symbols that report warnings do not
start with these prefixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix test programs</title>
<updated>2023-04-20T16:43:31+00:00</updated>
<author>
<name>Xiaotian Wu</name>
<email>yetist@gmail.com</email>
</author>
<published>2023-01-08T03:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=f3f71e1589f8276f8177541750a28d8c904a2349'/>
<id>f3f71e1589f8276f8177541750a28d8c904a2349</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test-menu-spec: Fix build warning -Wmissing-field-initializers</title>
<updated>2023-04-16T18:32:10+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2022-01-03T15:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=5e54e4eed9ddfe1187f521c6a2ced928e0438bdc'/>
<id>5e54e4eed9ddfe1187f521c6a2ced928e0438bdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright to 2021</title>
<updated>2021-06-21T20:50:18+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-06-21T20:50:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=27c4a43c1552f832e9eaf18dee726c186fa7f661'/>
<id>27c4a43c1552f832e9eaf18dee726c186fa7f661</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: allow users to disable gettext support (--disable-nls)</title>
<updated>2021-02-07T13:10:56+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-01-25T20:55:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=7578472e39bbf4f23985a30858e1b7d324b39c9a'/>
<id>7578472e39bbf4f23985a30858e1b7d324b39c9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing include</title>
<updated>2019-02-02T06:23:56+00:00</updated>
<author>
<name>William Wold</name>
<email>wm@wmww.sh</email>
</author>
<published>2019-02-01T21:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=dcd67cc4aa5639c0a00cdc9cc8e1b1dff3987c76'/>
<id>dcd67cc4aa5639c0a00cdc9cc8e1b1dff3987c76</id>
<content type='text'>
A missing #include &lt;locale.h&gt; was breaking the build inside a snap
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A missing #include &lt;locale.h&gt; was breaking the build inside a snap
</pre>
</div>
</content>
</entry>
<entry>
<title>udpate examples</title>
<updated>2018-05-27T11:44:45+00:00</updated>
<author>
<name>yetist</name>
<email>xiaotian.wu@i-soft.com.cn</email>
</author>
<published>2018-05-02T14:57:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=6399b844738571244bb52d144a60ede86c8a45bc'/>
<id>6399b844738571244bb52d144a60ede86c8a45bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>require gio-unix, drop python example</title>
<updated>2018-05-27T11:44:45+00:00</updated>
<author>
<name>yetist</name>
<email>xiaotian.wu@i-soft.com.cn</email>
</author>
<published>2018-05-02T14:54:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=929408351cfb8e3a9373d12c26fb96781297ab5d'/>
<id>929408351cfb8e3a9373d12c26fb96781297ab5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix incorrect fsf addresses.</title>
<updated>2012-11-19T01:37:29+00:00</updated>
<author>
<name>Steve Zesch</name>
<email>stevezesch2@gmail.com</email>
</author>
<published>2012-11-19T01:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=5bac57d9e00d9a0fd34ee570bb48c47688b052dc'/>
<id>5bac57d9e00d9a0fd34ee570bb48c47688b052dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix incorrect-fsf-address</title>
<updated>2012-07-26T14:56:40+00:00</updated>
<author>
<name>Nice&amp;Gently</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2012-07-26T14:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=30e92ab6ad33034faceccd02ac2a16f7aab398b9'/>
<id>30e92ab6ad33034faceccd02ac2a16f7aab398b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
