Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar GTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar GTK
Commits
4cc6e0bd
Commit
4cc6e0bd
authored
4 years ago
by
Nico
Browse files
Options
Downloads
Patches
Plain Diff
Try to get GNOME Software entry of Briar working
parent
280dc29c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!39
Debian package, support of non-flatpak installations, metainfo fixing
Pipeline
#4475
passed
4 years ago
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
briar-gtk/data/app.briar.gtk.desktop.in
+6
-5
6 additions, 5 deletions
briar-gtk/data/app.briar.gtk.desktop.in
briar-gtk/data/app.briar.gtk.metainfo.xml.in
+5
-0
5 additions, 0 deletions
briar-gtk/data/app.briar.gtk.metainfo.xml.in
briar-gtk/data/meson.build
+2
-2
2 additions, 2 deletions
briar-gtk/data/meson.build
with
13 additions
and
7 deletions
briar-gtk/data/app.briar.gtk.desktop.in
+
6
−
5
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
This diff is collapsed.
Click to expand it.
briar-gtk/data/app.briar.gtk.
appdata
.xml.in
→
briar-gtk/data/app.briar.gtk.
metainfo
.xml.in
+
5
−
0
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>
...
...
This diff is collapsed.
Click to expand it.
briar-gtk/data/meson.build
+
2
−
2
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'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment