Skip to content

Commit

Permalink
Merge pull request #780 from kmilos/rm_mime
Browse files Browse the repository at this point in the history
Remove MIME files
  • Loading branch information
farindk committed Feb 16, 2023
2 parents 7ea8d54 + fd6fb7f commit 76262bf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 25 deletions.
1 change: 0 additions & 1 deletion gnome/CMakeLists.txt
@@ -1,2 +1 @@
install(FILES heif.thumbnailer DESTINATION ${CMAKE_INSTALL_DATADIR}/thumbnailers)
install(FILES avif.xml heif.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages)
7 changes: 1 addition & 6 deletions gnome/Makefile.am
@@ -1,11 +1,6 @@
thumbnailer_dir = $(datadir)/thumbnailers
thumbnailer__DATA = heif.thumbnailer

mime_dir = $(datadir)/mime/packages
mime__DATA = heif.xml avif.xml

EXTRA_DIST = \
CMakeLists.txt \
heif.thumbnailer \
heif.xml \
avif.xml
heif.thumbnailer
8 changes: 0 additions & 8 deletions gnome/avif.xml

This file was deleted.

10 changes: 0 additions & 10 deletions gnome/heif.xml

This file was deleted.

0 comments on commit 76262bf

Please sign in to comment.