diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-09-26 21:01:46 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-09-26 21:01:46 +0000 |
commit | 37ca4930a92a584bda17536c05393609b4ce7411 (patch) | |
tree | 013350e8b38f585c721d87a635b066b347850337 /media-gfx/flphoto/files | |
parent | Remove vulnerable versions for security bug #283370 (diff) | |
download | gentoo-2-37ca4930a92a584bda17536c05393609b4ce7411.tar.gz gentoo-2-37ca4930a92a584bda17536c05393609b4ce7411.tar.bz2 gentoo-2-37ca4930a92a584bda17536c05393609b4ce7411.zip |
Adding mime package file for .album, bug 181351 . Patch thanks to Peter Fox
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-gfx/flphoto/files')
-rw-r--r-- | media-gfx/flphoto/files/album.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/media-gfx/flphoto/files/album.xml b/media-gfx/flphoto/files/album.xml new file mode 100644 index 000000000000..514932d2d0a7 --- /dev/null +++ b/media-gfx/flphoto/files/album.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<mime-info +xmlns="http://www.freedesktop.org/standards/shared-mime-info"> + <mime-type type="text/x-flphoto"> + <sub-class-of type="text/plain"/> + <comment>flphoto album file</comment> + <glob pattern="*.album" /> + </mime-type> +</mime-info> |