Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
009fe8af
Commit
009fe8af
authored
Feb 16, 2015
by
François Grisez
Browse files
Add an appdata file for Linphone
parent
7a2ca891
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
0 deletions
+39
-0
share/Makefile.am
share/Makefile.am
+3
-0
share/linphone.appdata.xml
share/linphone.appdata.xml
+36
-0
No files found.
share/Makefile.am
View file @
009fe8af
...
...
@@ -32,6 +32,9 @@ pkgconfig_DATA=linphone.pc
linphonedir
=
$(datadir)
/linphone
linphone_DATA
=
rootca.pem
appdatadir
=
$(datadir)
/appdata
appdata_DATA
=
linphone.appdata.xml
#download root ca from mozilla using script from curl (mk-ca-bundle.pl).
#if that fails (no connection, no perl SSL...) , then a rootca bundle archived in the source tree is taken instead.
rootca.pem
:
...
...
share/linphone.appdata.xml
0 → 100644
View file @
009fe8af
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015 Belledonne Communications <contact@belledonne-communications.com> -->
<component
type=
"desktop"
>
<id>
linphone.desktop
</id>
<metadata_license>
CC0-1.0
</metadata_license>
<project_license>
GPL-2.0
</project_license>
<name>
Linphone
</name>
<summary>
SIP video soft-phone
</summary>
<description>
<ul>
<li>
Make audio and video calls in HD
</li>
<li>
Create audio conferences
</li>
<li>
Record and store calls
</li>
<li>
View real-time presence status
</li>
<li>
Manage your address book
</li>
<li>
Communicate securely
</li>
<li>
Free subscription
</li>
</ul>
</description>
<screenshots>
<screenshot
type=
"default"
>
<image>
http://www.linphone.org/uploads/images/desktop_main_window.png
</image>
<caption>
Main window
</caption>
</screenshot>
<screenshot>
<image>
http://www.linphone.org/uploads/images/desktop_call_view.png
</image>
<caption>
Call view
</caption>
</screenshot>
<screenshot>
<image>
http://www.linphone.org/uploads/images/desktop_chat_view.png
</image>
<caption>
Chat view
</caption>
</screenshot>
</screenshots>
<url
type=
"homepage"
>
http://www.linphone.org
</url>
<updatecontact>
contact@belledonne-communications.com
</updatecontact>
</component>
Write
Preview
Markdown
is supported
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