Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
briar
Briar GTK
Commits
4cc6e0bd
Commit
4cc6e0bd
authored
Jun 12, 2020
by
Nico
Browse files
Try to get GNOME Software entry of Briar working
parent
280dc29c
Pipeline
#4475
passed with stage
in 4 minutes and 27 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
briar-gtk/data/app.briar.gtk.desktop.in
View file @
4cc6e0bd
[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=G
NOME;GTK
;
StartupNotify
=true
Categories=G
TK;Network;Chat;InstantMessaging
;
X-GNOME-UsesNotifications
=true
briar-gtk/data/app.briar.gtk.
appdata
.xml.in
→
briar-gtk/data/app.briar.gtk.
metainfo
.xml.in
View file @
4cc6e0bd
<?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>
...
...
briar-gtk/data/meson.build
View file @
4cc6e0bd
...
...
@@ -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')
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment