summarylogtreecommitdiffstats
path: root/mime-archpkg.xml
diff options
context:
space:
mode:
authorgrimi2016-12-18 19:18:45 +0100
committergrimi2016-12-18 19:18:45 +0100
commit7908f20e9d64863a39b681598bc8e97b0965a7c8 (patch)
treeced2bdfb8b1771205181696471989e19a8b2bfd0 /mime-archpkg.xml
parent19fb37c6da04324cd541a828c8d2dd98ae23701c (diff)
downloadaur-7908f20e9d64863a39b681598bc8e97b0965a7c8.tar.gz
Upstream: 0.3.6.0
Diffstat (limited to 'mime-archpkg.xml')
-rw-r--r--mime-archpkg.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/mime-archpkg.xml b/mime-archpkg.xml
new file mode 100644
index 000000000000..02e478bfd35b
--- /dev/null
+++ b/mime-archpkg.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="application/x-archpkg">
+ <comment>ArchLinux package</comment>
+ <comment xml:lang="cs">ArchLinux balíček</comment>
+ <comment xml:lang="de">ArchLinux Paket</comment>
+ <comment xml:lang="es">ArchLinux paquete</comment>
+ <comment xml:lang="fr">ArchLinux package</comment>
+ <comment xml:lang="it">ArchLinux pacchetto</comment>
+ <comment xml:lang="nl">ArchLinux pakket</comment>
+ <comment xml:lang="pl">Pakiet ArchLinuxa</comment>
+ <comment xml:lang="pt">Pacote ArchLinux</comment>
+ <comment xml:lang="ru">Пакет ArchLinux</comment>
+ <comment xml:lang="sl">Archlinux balíček</comment>
+ <!--
+ <sub-class-of type="application/x-xz-compressed-tar"/>
+ <sub-class-of type="application/x-compressed-tar"/>
+ -->
+ <glob pattern="*.pkg.tar.xz"/>
+ <glob pattern="*.pkg.tar.gz"/>
+ <glob pattern="*.pkg.tar"/>
+ </mime-type>
+</mime-info>