Add Gentoo ebuild mime type. This resolves issue #211.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/212/head
Michele Calgaro 10 months ago
parent 4e0aa6d57a
commit d0dcf302a8
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -105,6 +105,7 @@ tde_create_translated_desktop(
vnd.ms-powerpoint.template.macroEnabled.12.desktop
vnd.ms-powerpoint.slideshow.macroEnabled.12.desktop
x-lzma.desktop x-tlzma.desktop x-lzip.desktop x-tlz.desktop x-txz.desktop x-xz.desktop
vnd.gentoo.ebuild.desktop
DESTINATION ${MIME_INSTALL_DIR}/application
PO_DIR mimetypes
)

@ -86,7 +86,8 @@ mimetypeapplicationdata_DATA = x-dvi.desktop x-gzdvi.desktop x-bz2dvi.desktop \
vnd.ms-powerpoint.presentation.macroEnabled.12.desktop \
vnd.ms-powerpoint.template.macroEnabled.12.desktop \
vnd.ms-powerpoint.slideshow.macroEnabled.12.desktop \
x-lzma.desktop x-tlzma.desktop x-lzip.desktop x-tlz.desktop x-txz.desktop x-xz.desktop
x-lzma.desktop x-tlzma.desktop x-lzip.desktop x-tlz.desktop x-txz.desktop x-xz.desktop \
vnd.gentoo.ebuild.desktop
mimetypeapplicationdatadir = $(kde_mimedir)/application

@ -0,0 +1,11 @@
[Desktop Entry]
MimeType=application/vnd.gentoo.ebuild
Comment=Gentoo ebuild file
Type=MimeType
Patterns=*.ebuild
Icon=text-x-makefile
X-TDE-IsAlso=text/plain
[Property::X-TDE-text]
Type=bool
Value=true
Loading…
Cancel
Save