Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
eta
gajim
Commits
78fd66fa
Commit
78fd66fa
authored
7 years ago
by
André
Browse files
Options
Downloads
Patches
Plain Diff
add AppData file
fixes #8174
parent
37a31370
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
autogen.sh
+1
-1
1 addition, 1 deletion
autogen.sh
configure.ac
+1
-0
1 addition, 0 deletions
configure.ac
data/Makefile.am
+10
-2
10 additions, 2 deletions
data/Makefile.am
data/org.gajim.Gajim.appdata.xml.in
+78
-0
78 additions, 0 deletions
data/org.gajim.Gajim.appdata.xml.in
with
91 additions
and
3 deletions
.gitignore
+
1
−
0
View file @
78fd66fa
...
...
@@ -9,6 +9,7 @@ syntax: glob
*~
autom4te.cache
data/defs.py
data/org.gajim.Gajim.appdata.xml
data/org.gajim.Gajim.desktop
libtool
po/.intltool-merge-cache
...
...
This diff is collapsed.
Click to expand it.
autogen.sh
+
1
−
1
View file @
78fd66fa
...
...
@@ -5,7 +5,7 @@
echo
"[encoding: UTF-8]"
>
po/POTFILES.in
\
&&
for
p
in
`
ls
data/gui/
*
.ui
`
;
do
echo
"[type: gettext/glade]
$p
"
>>
\
po/POTFILES.in
;
done
\
&&
ls
-1
data/org.gajim.Gajim.desktop.in.in data/gajim-remote.desktop.in.in
\
&&
ls
-1
data/org.gajim.Gajim.appdata.xml.in
data/org.gajim.Gajim.desktop.in.in data/gajim-remote.desktop.in.in
\
src/
*
.py src/common/
*
.py src/command_system/
*
.py src/command_system/implementation/
*
.py src/common/zeroconf/
*
.py src/plugins/
*
.py |
grep
-v
ipython_view.py
>>
\
po/POTFILES.in
\
&&
echo
-e
"data/org.gajim.Gajim.desktop.in
\n
data/gajim-remote.desktop.in
\n
src/ipython_view.py"
>
po/POTFILES.skip
||
exit
1
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
0
View file @
78fd66fa
...
...
@@ -72,6 +72,7 @@ AC_CONFIG_FILES([
data/moods/Makefile
data/activities/Makefile
icons/Makefile
data/org.gajim.Gajim.appdata.xml
data/org.gajim.Gajim.desktop.in
data/gajim-remote.desktop.in
data/defs.py
...
...
This diff is collapsed.
Click to expand it.
data/Makefile.am
+
10
−
2
View file @
78fd66fa
SUBDIRS
=
gui emoticons pixmaps iconsets moods activities
@INTLTOOL_DESKTOP_RULE@
appstreamdir
=
$(
datadir
)
/metainfo/
appstream_in_files
=
org.gajim.Gajim.appdata.xml.in
appstream_DATA
=
$(
appstream_in_files:.xml.in
=
.xml
)
@INTLTOOL_XML_RULE@
desktopdir
=
$(
datadir
)
/applications
desktop_in_files
=
org.gajim.Gajim.desktop.in.in gajim-remote.desktop.in.in
desktop_DATA
=
$(
desktop_in_files:.desktop.in.in
=
.desktop
)
...
...
@@ -19,7 +24,8 @@ other_DATA = other/servers.xml other/dh4096.pem
man_MANS
=
gajim.1 gajim-remote.1 gajim-history-manager.1
EXTRA_DIST
=
$(
desktop_in_files
)
\
EXTRA_DIST
=
$(
appstream_in_files
)
\
$(
desktop_in_files
)
\
$(
sounds_DATA
)
\
$(
other_DATA
)
\
$(
man_MANS
)
\
...
...
@@ -29,6 +35,8 @@ EXTRA_DIST = $(desktop_in_files) \
DISTCLEANFILES
=
$(
desktop_DATA
)
\
$(
installdefs_DATA
)
CLEANFILES
=
org.gajim.Gajim.desktop gajim-remote.desktop
CLEANFILES
=
$(
appstream_DATA
)
\
org.gajim.Gajim.desktop
\
gajim-remote.desktop
MAINTAINERCLEANFILES
=
Makefile.in
This diff is collapsed.
Click to expand it.
data/org.gajim.Gajim.appdata.xml.in
0 → 100644
+
78
−
0
View file @
78fd66fa
<?xml version="1.0" encoding="UTF-8"?>
<component
type=
"desktop-application"
>
<id>
org.gajim.Gajim.desktop
</id>
<metadata_license>
CC-BY-SA-3.0
</metadata_license>
<project_license>
GPL-3.0
</project_license>
<name>
Gajim
</name>
<summary>
A GTK+ Jabber client
</summary>
<description>
<p>
Gajim is a chat client to be used with Jabber.org, Google Talk, Hangouts,
Live Journal Talk, Nimbuzz, Ovi, Talkonaut, and thousands of other services
run by companies and ISPs, and volunteers around the world.
</p>
<p>
If you have a few accounts on different servers, if you want to be in
contact with your friends and family all the time, then Gajim is for you.
</p>
<p>
Features:
</p>
<ul>
<li>
Tabbed chat window and single window modes
</li>
<li>
Group chat support (with Multi-User Chat protocol), invitation, chat to group chat transformation, minimize group chat to roster
</li>
<li>
Emoticons, avatars, PEP (user activity, mood and tune)
</li>
<li>
Audio / video conferences
</li>
<li>
File transfer, room bookmarks
</li>
<li>
Metacontacts support
</li>
<li>
Trayicon, speller, extended chat history functionalities
</li>
<li>
TLS, GPG and End-To-End encryption support (with SSL legacy support)
</li>
<li>
Transport registration support
</li>
<li>
Service discovery including nodes, user search
</li>
<li>
Wikipedia, dictionary and search engine lookup
</li>
<li>
Multiple accounts support
</li>
<li>
XML console
</li>
<li>
Link local (bonjour / zeroconf), BOSH
</li>
<li>
Other features via plugins
</li>
</ul>
</description>
<categories>
<category>
GNOME
</category>
<category>
GTK
</category>
<category>
InstantMessaging
</category>
<category>
Network
</category>
</categories>
<screenshots>
<screenshot
type=
"default"
>
<image>
https://gajim.org/imgs/gajim_roster.png
</image>
<caption>
Roster, list of contacts
</caption>
</screenshot>
<screenshot>
<image>
https://gajim.org/imgs/gajim_tabbed_chat.png
</image>
<caption>
Tabbed chat window
</caption>
</screenshot>
<screenshot>
<image>
https://gajim.org/imgs/groupchat_window.png
</image>
<caption>
Group chat support
</caption>
</screenshot>
<screenshot>
<image>
https://gajim.org/imgs/history_window.png
</image>
<caption>
Chat history
</caption>
</screenshot>
<screenshot>
<image>
https://gajim.org/imgs/gajim_jingle.png
</image>
<caption>
Jingle video conference
</caption>
</screenshot>
<screenshot>
<image>
https://gajim.org/imgs/gajim_plugins.png
</image>
<caption>
Plugin manager
</caption>
</screenshot>
</screenshots>
<developer_name>
Gajim Team
</developer_name>
<update_contact>
gajim-devel_AT_gajim.org
</update_contact>
<url
type=
"homepage"
>
https://gajim.org/
</url>
<url
type=
"bugtracker"
>
https://dev.gajim.org/gajim/gajim
</url>
<url
type=
"faq"
>
https://dev.gajim.org/gajim/gajim/wikis/help/gajimfaq
</url>
<url
type=
"help"
>
https://dev.gajim.org/gajim/gajim/wikis/help/home
</url>
<url
type=
"translate"
>
https://dev.gajim.org/gajim/gajim/wikis/development/DevTranslate
</url>
</component>
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