summaryrefslogtreecommitdiff
path: root/desktop-directories
AgeCommit message (Collapse)AuthorFilesLines
2023-09-02add meson build systemXiaotian Wu1-0/+40
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.
2021-02-07build: remove .directory files using clean targetrbuj1-1/+1
2021-02-07build: allow users to disable gettext support (--disable-nls)rbuj1-0/+4
2021-01-16Improve the description of the collection directoryrbuj1-1/+1
2020-11-03Add collection menu itemzhuyaliang2-0/+6
2020-03-02Do not collect the translation for Iconrbuj1-1/+1
2019-11-04migrate from intltools to gettextWu Xiaotian21-40/+41
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos21-0/+137