- 11 Sep, 2019 4 commits
-
-
Bastien Nocera authored
From Transifex
-
Bastien Nocera authored
This change is not needed after the real fix: "its: Fix translation matching rules" So revert it to avoid having conflicting versions of the same translation in Transifex and checked out. This reverts commit a4aaf578.
-
Bastien Nocera authored
Whereas gettext automatically gets the its file loaded through the GETTEXTDATADIRS environment variable, itstool needs the path to the its file passed manually. This fixes some fields being translated even though the its file declares them as not translatable.
-
Bastien Nocera authored
Add a few dependencies for regenerating the .pot file.
-
- 10 Sep, 2019 3 commits
-
-
Bastien Nocera authored
Declare freedesktop.org.xml.in to be translatable directly, without extracting translatable strings from a .pot which we then translate, which we then need to merge into translations. Files in its/ from Robert Ancell <robert.ancell@canonical.com> !4
-
Bastien Nocera authored
be@latin contained a translated for the expanded CGM acronym. There doesn't seem to be a way to avoid have the translation merged back into the XML file, so remove the translation instead.
-
Bastien Nocera authored
It's not parsed: configure: WARNING: unrecognized options: --enable-maintainer-mode
-
- 09 Sep, 2019 10 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
Use a correct default prefix, and use sudo to do the installation, because if you need the instructions, then you'll need them to be precise.
-
Bastien Nocera authored
Nobody that needs this information will be able to set it up properly (we'd also need to modify XDG_DATA_DIRS, amongst other things).
-
Sergey Ponomarev authored
libmagic is also a rich database of MIME type magic signatures.
-
Sergey Ponomarev authored
-
Sergey Ponomarev authored
Merge the description from https://freedesktop.org/wiki/Software/shared-mime-info/
-
Sergey Ponomarev authored
-
Sergey Ponomarev authored
-
Bastien Nocera authored
-
Sergey Ponomarev authored
-
- 06 Sep, 2019 1 commit
-
-
Valentin David authored
-
- 20 Aug, 2019 22 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
Including the new Groovy mime-type, and the older COBOL one.
-
Bastien Nocera authored
To verify that the modified spec has a valid syntax, as done in: https://gitlab.freedesktop.org/xdg/xdg-specs/blob/master/web-export/update.py
-
Bastien Nocera authored
As implemented in Qt: https://codereview.qt-project.org/242601
-
Bastien Nocera authored
Otherwise "make distcheck" will throw: /bin/sh: line 9: find: command not found and not even register that something went wrong.
-
Bastien Nocera authored
-
Bastien Nocera authored
*.bin is too generic to be used for specific file types. As the file managers should be able to detect the Sega CD and Sega Saturn disc images by magic, we shouldn't be losing any convenience. Closes: #101
-
Bastien Nocera authored
None of the acronyms we've added were ever translated in the 15-odd years when they could have been, so remove the feature.
-
Brennon Miller authored
-
Bastien Nocera authored
It said "Sass" in the description, which is another type of CSS preprocessor definition.
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
One didn't have any glob or magic, so was effectively never used. Make it an alias of the other one.
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
They were overly long.
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
We don't use titlecase in mime-type descriptions, they're supposed to be lower case, save for expanded acronyms (when they're relatively well known) or "brands" (software names and makers). Closes: #57
-
Bastien Nocera authored
eg. "Adobe PageMaker" is a piece of software, "Adobe PageMaker document" is a file.
-
Fabrice Fontaine authored
Having install-binPROGRAMS as a dependency of install-data-hook is not correct, as it causes the installation of programs to be executed twice, and those two installations are racing with each other, causing random installation failures. In addition, this dependency is not needed: the install-data-hook calls the update-mime-database program in one of two ways: - When cross-compiling, using the program pointed by UPDATE_MIME_DATABASE, which is already built, and is not installed by install-binPROGRAMS. - When compiling natively, using the update-mime-database from the build directory, so there is no need to depend on install-binPROGRAMS. This patch is similar to the patch used by the Yocto Project at http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-support/shared-mime-info/shared-mime-info/install-data-hook.patch Closes: !18
-