Home
last modified time | relevance | path

Searched refs:mime (Results 1 – 25 of 128) sorted by relevance

123456

/openbmc/openbmc-tools/rootfs_size/
H A Dresults.txt25 352256: /usr/share/mime
52 167936: /usr/share/mime/application
136 49152: /usr/share/mime/text
176 28672: /usr/share/mime/mime.cache
177 28672: /usr/share/mime/image
228 16384: /usr/bin/update-mime-database
231 16384: /usr/share/mime/audio
311 8192: /usr/share/mime/magic
312 8192: /usr/share/mime/multipart
313 8192: /usr/share/mime/video
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mime-support/
H A Dmime-support_3.62.bb2 SUMMARY = "MIME files 'mime.types' & 'mailcap', and support programs"
13 SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}.tar.gz"
19 FILES:${PN} += " ${libdir}/mime"
25 install -d ${D}${libdir}/mime/packages
32 install -m 644 mime.types ${D}${sysconfdir}/
33 install -m 644 mailcap ${D}${libdir}/mime/
37 # install -m 755 install-mime ${D}${sbindir}/
38 # install -m 644 install-mime.man ${D}${mandir}/man8/install-mime.8
39 install -m 755 update-mime ${D}${sbindir}/
40 install -m 644 update-mime.man ${D}${mandir}/man8/update-mime.8
[all …]
/openbmc/openbmc/poky/meta/recipes-support/shared-mime-info/
H A Dshared-mime-info_2.4.bb2 DESCRIPTION = "The shared-mime-info package contains the core database of common types."
3 HOMEPAGE = "http://freedesktop.org/wiki/Software/shared-mime-info"
9 DEPENDS = "libxml2 glib-2.0 shared-mime-info-native xmlto-native"
11 SRC_URI = "git://gitlab.freedesktop.org/xdg/shared-mime-info.git;protocol=https;branch=master \
18 inherit meson pkgconfig gettext python3native mime
22 FILES:${PN} += "${datadir}/mime"
23 FILES:${PN}-dev += "${datadir}/pkgconfig/shared-mime-info.pc ${datadir}/gettext/its"
25 # freedesktop.org.xml is only required when updating the mime database,
27 PACKAGES =+ "shared-mime-info-data"
28 FILES:shared-mime-info-data = "${datadir}/mime/packages/freedesktop.org.xml"
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmime.bbclass8 # This class is used by recipes installing mime types
11 DEPENDS += "${@bb.utils.contains('BPN', 'shared-mime-info', '', 'shared-mime-info', d)}"
12 PACKAGE_WRITE_DEPS += "shared-mime-info-native"
13 MIMEDIR = "${datadir}/mime"
22 update-mime-database $D${MIMEDIR}
33 # $D${MIMEDIR}/packages belong to package shared-mime-info-data,
34 # packages like libfm-mime depend on shared-mime-info-data.
35 # after shared-mime-info-data uninstalled, $D${MIMEDIR}/packages
36 # is removed, but update-mime-database need this dir to update
40 update-mime-database $D${MIMEDIR}
[all …]
H A Dgnomebase.bbclass17 ${datadir}/mime-info \
18 ${datadir}/mime/packages \
19 ${datadir}/mime/application \
H A Dmime-xdg.bbclass6 # This class creates mime <-> application associations based on entry
61 …bb.warn('Could not open %s. Set MIME_XDG_PACKAGES in recipe or add mime-xdg to INSANE_SKIP.' % des…
65 bb.note("adding mime-xdg postinst and postrm scripts to %s" % pkg)
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/mime-construct/
H A Dmime-construct_1.11.bb6 HOMEPAGE = "https://metacpan.org/release/ROSCH/mime-construct-1.11/view/mime-construct"
11 SRC_URI = "${CPAN_MIRROR}/authors/id/R/RO/ROSCH/mime-construct-${PV}.tar.gz \
12 file://fix-mime-construct-help-return-value.patch \
20 perl-module-filehandle perl-module-mime-base64 perl-module-mime-quotedprint perl-module-posix \
26 ${D}/${bindir}/mime-construct
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/mime-construct/files/
H A Dfix-mime-construct-help-return-value.patch4 Subject: [PATCH] fix mime-construct --help return value
11 mime-construct | 5 +++--
14 diff --git a/mime-construct b/mime-construct
16 --- a/mime-construct
17 +++ b/mime-construct
/openbmc/openbmc/poky/meta/recipes-graphics/builder/files/
H A Dbuilder_session.sh19 xdg-mime default pcmanfm.desktop inode/directory
22 xdg-mime default epiphany.desktop x-scheme-handler/http
23 xdg-mime default epiphany.desktop x-scheme-handler/https
24 xdg-mime default epiphany.desktop text/html
27 xdg-mime default l3afpad.desktop text/plain
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mailcap/
H A Dmailcap_2.1.54.bb10 Also included in this package is the mime.types file which contains a \
29 ALTERNATIVE:${PN} = "mime.types"
30 ALTERNATIVE_LINK_NAME[mime.types] = "${sysconfdir}/mime.types"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/phoronix-test-suite/
H A Dphoronix-test-suite_10.8.4.bb16 inherit systemd allarch mime mime-xdg
41 ${datadir}/mime/packages/openbenchmarking-mime.xml \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/
H A Dfltk.bb5 inherit features_check binconfig lib_package gtk-icon-cache mime mime-xdg
42 # .desktop / icons / mime only necessary for fluid app
46 ${datadir}/mime \
/openbmc/openbmc/poky/meta/recipes-support/libfm/
H A Dlibfm_1.3.2.bb24 inherit autotools pkgconfig gtk-doc gettext features_check mime mime-xdg sourceforge-releases
32 PACKAGES += "${PN}-mime"
44 FILES:${PN}-mime = "${datadir}/mime/"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/
H A Dobconf_git.bb21 inherit autotools gettext pkgconfig mime mime-xdg features_check
28 ${datadir}/mime \
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt1332 -rwxr-xr-x root root 59584 ./usr/bin/update-mime-database
6406 drwxr-xr-x root root 4096 ./usr/lib/python3.8/email/mime
6407 -rw-r--r-- root root 1321 ./usr/lib/python3.8/email/mime/application.py
6408 -rw-r--r-- root root 2739 ./usr/lib/python3.8/email/mime/audio.py
6409 -rw-r--r-- root root 916 ./usr/lib/python3.8/email/mime/base.py
6410 -rw-r--r-- root root 1829 ./usr/lib/python3.8/email/mime/image.py
6411 -rw-r--r-- root root 0 ./usr/lib/python3.8/email/mime/__init__.py
6412 -rw-r--r-- root root 1317 ./usr/lib/python3.8/email/mime/message.py
6413 -rw-r--r-- root root 1621 ./usr/lib/python3.8/email/mime/multipart.py
6414 -rw-r--r-- root root 691 ./usr/lib/python3.8/email/mime/nonmultipart.py
[all …]
H A Dbuildhistory_filelist1.txt1331 -rwxr-xr-x root root 59584 ./usr/bin/update-mime-database
6404 drwxr-xr-x root root 4096 ./usr/lib/python3.8/email/mime
6405 -rw-r--r-- root root 1321 ./usr/lib/python3.8/email/mime/application.py
6406 -rw-r--r-- root root 2739 ./usr/lib/python3.8/email/mime/audio.py
6407 -rw-r--r-- root root 916 ./usr/lib/python3.8/email/mime/base.py
6408 -rw-r--r-- root root 1829 ./usr/lib/python3.8/email/mime/image.py
6409 -rw-r--r-- root root 0 ./usr/lib/python3.8/email/mime/__init__.py
6410 -rw-r--r-- root root 1317 ./usr/lib/python3.8/email/mime/message.py
6411 -rw-r--r-- root root 1621 ./usr/lib/python3.8/email/mime/multipart.py
6412 -rw-r--r-- root root 691 ./usr/lib/python3.8/email/mime/nonmultipart.py
[all …]
/openbmc/qemu/ui/
H A Ddbus-clipboard.c61 const char *mime[QEMU_CLIPBOARD_TYPE__COUNT + 1] = { 0, }; in dbus_clipboard_update_info() local
89 mime[i++] = MIME_TEXT_PLAIN_UTF8; in dbus_clipboard_update_info()
98 mime, in dbus_clipboard_update_info()
137 g_autofree char *mime = NULL; in dbus_clipboard_qemu_request() local
156 G_DBUS_CALL_FLAGS_NONE, -1, &mime, &v_data, NULL, &err)) { in dbus_clipboard_qemu_request()
161 if (g_strcmp0(mime, MIME_TEXT_PLAIN_UTF8)) { in dbus_clipboard_qemu_request()
162 error_report("Unsupported returned MIME: %s", mime); in dbus_clipboard_qemu_request()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/remmina/
H A Dremmina_1.4.36.bb32 inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig
49 ${datadir}/mime \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libjxl/
H A Dlibjxl_0.10.3.bb7 inherit cmake pkgconfig mime
35 PACKAGECONFIG ?= "mime gdk-pixbuf-loader sizeless-vectors"
44 PACKAGECONFIG[mime] = "-DJPEGXL_ENABLE_PLUGIN_MIME=ON,-DJPEGXL_ENABLE_PLUGIN_MIME=OFF"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkwave/
H A Dgtkwave_3.3.121.bb24 inherit pkgconfig autotools gettext texinfo mime mime-xdg
37 --disable-mime-update \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/
H A Dfontforge_20230101.bb12 …ake pkgconfig python3native python3targetconfig features_check gettext gtk-icon-cache mime mime-xdg
45 ${datadir}/mime \
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/
H A D0004-call-native-helpers.patch37 OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/camel-mime-tables.c
38 - COMMAND ${CMAKE_CURRENT_BINARY_DIR}/camel-gen-tables >${CMAKE_CURRENT_BINARY_DIR}/camel-mime-tabl…
39 + COMMAND camel-gen-tables >${CMAKE_CURRENT_BINARY_DIR}/camel-mime-tables.c
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-multimedia/parole/
H A Dparole_4.18.0.bb6 inherit xfce-app gtk-doc mime mime-xdg
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-software/
H A Dgnome-software_47.2.bb7 inherit gnomebase gsettings itstool gnome-help gtk-icon-cache gtk-doc mime mime-xdg gettext upstrea…
/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/
H A Dpcmanfm_1.3.2.bb16 file://gnome-mime-text-plain.png \
24 inherit autotools pkgconfig features_check mime-xdg

123456