diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-31 22:56:34 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-01 14:08:49 -0800 |
| commit | 25eab2bf01764f6dc033f5a0273f92460dcef1dc (patch) | |
| tree | 4ce53ec86e0d9b0c478483978aca4e782f8b4ba2 /meta-oe/recipes-support/mime-support | |
| parent | 2fafea2aa746da946b6110c4f9e8cdd7311a45fa (diff) | |
| download | meta-openembedded-25eab2bf01764f6dc033f5a0273f92460dcef1dc.tar.gz | |
mime-support: drop recipe
Debian has split this package into two sepatare packages:
media-types and mailcap. This package hasn't been updated
since 2020 (but the other two packages are regularly updated).
Beside this the SRC_URI has been inaccessible since a while also.
Drop this recipe (and substitute it with the up to date packages
in followup patches).
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/mime-support')
| -rw-r--r-- | meta-oe/recipes-support/mime-support/mime-support_3.62.bb | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/meta-oe/recipes-support/mime-support/mime-support_3.62.bb b/meta-oe/recipes-support/mime-support/mime-support_3.62.bb deleted file mode 100644 index 1c0aec13e3..0000000000 --- a/meta-oe/recipes-support/mime-support/mime-support_3.62.bb +++ /dev/null | |||
| @@ -1,65 +0,0 @@ | |||
| 1 | SECTION = "base" | ||
| 2 | SUMMARY = "MIME files 'mime.types' & 'mailcap', and support programs" | ||
| 3 | LICENSE = "PD & Bellcore" | ||
| 4 | LICENSE:${PN} = "PD" | ||
| 5 | # mailcap.man's license is Bellcore | ||
| 6 | LICENSE:${PN}-doc = "PD & Bellcore" | ||
| 7 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=53c851e31d27c3ea8a6217073a5ff01c" | ||
| 8 | |||
| 9 | DEPENDS = "file" | ||
| 10 | RDEPENDS:${PN} = "perl" | ||
| 11 | RRECOMMENDS:${PN} = "file" | ||
| 12 | |||
| 13 | SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}.tar.gz" | ||
| 14 | SRC_URI[sha256sum] = "54e0a03e0cd63c7c9fe68a18ead0a2143fd3c327604215f989d85484d0409f4a" | ||
| 15 | S = "${UNPACKDIR}/${BPN}" | ||
| 16 | |||
| 17 | inherit update-alternatives | ||
| 18 | |||
| 19 | FILES:${PN} += " ${libdir}/mime" | ||
| 20 | |||
| 21 | docdir:append = "/${BPN}" | ||
| 22 | |||
| 23 | do_install () { | ||
| 24 | install -d ${D}${sysconfdir} | ||
| 25 | install -d ${D}${libdir}/mime/packages | ||
| 26 | install -d ${D}${docdir} | ||
| 27 | install -d ${D}${sbindir} | ||
| 28 | install -d ${D}${bindir} | ||
| 29 | install -d ${D}${mandir}/man1 | ||
| 30 | install -d ${D}${mandir}/man5 | ||
| 31 | install -d ${D}${mandir}/man8 | ||
| 32 | install -m 644 mime.types ${D}${sysconfdir}/ | ||
| 33 | install -m 644 mailcap ${D}${libdir}/mime/ | ||
| 34 | install -m 644 mailcap.order ${D}${sysconfdir}/ | ||
| 35 | install -m 644 mailcap.man ${D}${mandir}/man5/mailcap.5 | ||
| 36 | install -m 644 mailcap.order.man ${D}${mandir}/man5/mailcap.order.5 | ||
| 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 | ||
| 41 | install -m 755 run-mailcap ${D}${bindir}/ | ||
| 42 | install -m 644 run-mailcap.man ${D}${mandir}/man1/run-mailcap.1 | ||
| 43 | # install -m 644 rfcs/* ${D}${docdir}/ | ||
| 44 | install -m 644 debian/changelog ${D}${docdir}/changelog.Debian | ||
| 45 | install -m 644 debian/copyright ${D}${docdir}/copyright | ||
| 46 | install -m 755 debian-view ${D}${libdir}/mime/ | ||
| 47 | install -m 755 playaudio ${D}${libdir}/mime/ | ||
| 48 | install -m 755 playdsp ${D}${libdir}/mime/ | ||
| 49 | install -m 644 mailcap.entries ${D}${libdir}/mime/packages/mime-support | ||
| 50 | cd ${D}${mandir}; gzip -9fv */* | ||
| 51 | cd ${D}${docdir}; gzip -9v * | ||
| 52 | cd ${D}${docdir}; gunzip copyright.gz | ||
| 53 | cd ${D}${bindir}; ln -s run-mailcap see | ||
| 54 | cd ${D}${bindir}; ln -s run-mailcap edit | ||
| 55 | cd ${D}${bindir}; ln -s run-mailcap compose | ||
| 56 | cd ${D}${bindir}; ln -s run-mailcap print | ||
| 57 | cd ${D}${mandir}/man1; ln -s run-mailcap.1.gz see.1.gz | ||
| 58 | cd ${D}${mandir}/man1; ln -s run-mailcap.1.gz edit.1.gz | ||
| 59 | cd ${D}${mandir}/man1; ln -s run-mailcap.1.gz compose.1.gz | ||
| 60 | cd ${D}${mandir}/man1; ln -s run-mailcap.1.gz print.1.gz | ||
| 61 | } | ||
| 62 | |||
| 63 | ALTERNATIVE_PRIORITY = "90" | ||
| 64 | ALTERNATIVE:${PN} = "mime.types" | ||
| 65 | ALTERNATIVE_LINK_NAME[mime.types] = "${sysconfdir}/mime.types" | ||
