summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-10-16 16:34:40 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-19 13:38:57 +0100
commit73877c7511999994b136e399320427bab6626730 (patch)
treeff2457100d8199ecb0620edac8b0648560b4578e /meta/recipes-support/shared-mime-info/shared-mime-info_git.bb
parenta027e94fc208123b0f03b67fea5104a5a017c686 (diff)
downloadpoky-73877c7511999994b136e399320427bab6626730.tar.gz
shared-mime-info: upgrade 2.2 -> 2.3
Changelog: ============ * Make update-mime-database compatible with MSVC (by porting it to C++) * Fix description for audio/x-xi * ci: Use ci-templates to build image * CI: Use dnf5 instead of dnf * use Title Case for mime type description * ci: Use detached pipelines * Make application/pgp-* not inherit from text/plain * Change descriptions to say LibreOffice rather than OpenOffice * `audio/x-wav`: Add missing sub-class relationship with `application/x-riff` (From OE-Core rev: 248e48ea14a969d9bc51e3b612beb2e740cf6257) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/shared-mime-info/shared-mime-info_git.bb')
-rw-r--r--meta/recipes-support/shared-mime-info/shared-mime-info_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb b/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb
index 387dd7bbad..81a9259d7b 100644
--- a/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb
+++ b/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
9DEPENDS = "libxml2 itstool-native glib-2.0 shared-mime-info-native xmlto-native" 9DEPENDS = "libxml2 itstool-native glib-2.0 shared-mime-info-native xmlto-native"
10 10
11SRC_URI = "git://gitlab.freedesktop.org/xdg/shared-mime-info.git;protocol=https;branch=master" 11SRC_URI = "git://gitlab.freedesktop.org/xdg/shared-mime-info.git;protocol=https;branch=master"
12SRCREV = "13695c7225c2f525a435e72739c33ac32bbfbbb9" 12SRCREV = "8e80a317f5c61a7f410330abea441e0b0b9280b5"
13PV = "2.2" 13PV = "2.3"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit meson pkgconfig gettext python3native mime 16inherit meson pkgconfig gettext python3native mime