Skip to content
Snippets Groups Projects
Commit 4cc6e0bd authored by Nico's avatar Nico
Browse files

Try to get GNOME Software entry of Briar working

parent 280dc29c
No related branches found
No related tags found
1 merge request!39Debian package, support of non-flatpak installations, metainfo fixing
Pipeline #4475 passed
[Desktop Entry]
Version=1.0
Name=Briar
Comment=Secure messaging, anywhere
Keywords=Briar;
Keywords=chat;talk;im;message;briar;tor;
Exec=briar-gtk %U
Icon=app.briar.gtk
Exec=briar-gtk
StartupNotify=false
Terminal=false
Type=Application
Categories=GNOME;GTK;
StartupNotify=true
Categories=GTK;Network;Chat;InstantMessaging;
X-GNOME-UsesNotifications=true
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Nico Alt <nicoalt@posteo.org> -->
<component type="desktop-application">
<id>app.briar.gtk</id>
<metadata_license>CC-BY-4.0</metadata_license>
......@@ -57,6 +58,10 @@
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<provides>
<binary>briar-gtk</binary>
</provides>
<releases>
<release version="0.1.0-alpha1" date="2020-04-12">
<description>
......
......@@ -19,8 +19,8 @@ if desktop_utils.found()
endif
appstream_file = i18n.merge_file(
input: 'app.briar.gtk.appdata.xml.in',
output: 'app.briar.gtk.appdata.xml',
input: 'app.briar.gtk.metainfo.xml.in',
output: 'app.briar.gtk.metainfo.xml',
po_dir: '../po',
install: true,
install_dir: join_paths(get_option('datadir'), 'metainfo')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment