mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
add mime.xml file
This commit is contained in:
parent
01c8b89edd
commit
577c81d2ef
@ -3,9 +3,11 @@ all:
|
||||
|
||||
install:
|
||||
install -m 755 -d $(destdir)$(prefix)/share/xca/ \
|
||||
$(destdir)$(prefix)/share/applications
|
||||
$(destdir)$(prefix)/share/applications \
|
||||
$(destdir)$(prefix)/share/mime/packages
|
||||
install -m 644 *.txt *.xca $(destdir)$(prefix)/share/xca
|
||||
install -m 644 xca.desktop $(destdir)$(prefix)/share/applications
|
||||
install -m 644 xca.xml $(destdir)$(prefix)/share/mime/packages
|
||||
|
||||
app:
|
||||
mkdir -p $(APPDIR)/Resources
|
||||
|
||||
7
misc/xca.xml
Normal file
7
misc/xca.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
||||
<mime-type type="application/x-xca-database">
|
||||
<comment>XCA database</comment>
|
||||
<glob pattern="*.xdb"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
Loading…
Reference in New Issue
Block a user