summaryrefslogtreecommitdiff
path: root/src/plugins/autoload-subtitles/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* build: Use i18n.merge_file() for plugin filesGeorges Basile Stavracas Neto2022-10-211-5/+5
| | | | | | | | | | Even though we still need to preserve the *.plugin.desktop.in workaround, we can easily use Meson's native i18.merge_file() to generate translations, instead of the custom_target(). Switch plugins to generate translations using i18.merge_file(), and make sure to generate and install those files by setting the `install` argument to true.
* meson: Rename .plugin.in files to .plugin.desktop.in for gettextJeremy Bicha2019-01-141-1/+1
| | | | | | Workaround gettext limitation in handling .plugin files http://lists.gnu.org/archive/html/bug-gettext/2017-06/msg00001.html
* meson: Stop using intltoolJeremy Bicha2019-01-141-1/+1
| | | | | | | | modern gettext is sufficient https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration Closes: https://gitlab.gnome.org/GNOME/totem/issues/218
* build: Port to meson build systemIñigo Martínez2017-06-231-0/+24
With additional testing and patches from Bastien Nocera <hadess@hadess.net> https://bugzilla.gnome.org/show_bug.cgi?id=783205