Translate appdata file

This commit is contained in:
TingPing 2014-01-20 03:04:52 -05:00
parent 10a03f2216
commit 63edd4555b
4 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -38,6 +38,7 @@ po/POTFILES
po/remove-potcdate.sed po/remove-potcdate.sed
po/stamp-* po/stamp-*
data/pkgconfig/hexchat-plugin.pc data/pkgconfig/hexchat-plugin.pc
data/misc/hexchat.appdata.xml
src/common/dbus/example src/common/dbus/example
src/common/dbus/marshallers.h src/common/dbus/marshallers.h
src/common/dbus/org.hexchat.service.service src/common/dbus/org.hexchat.service.service

View File

@ -1,9 +1,10 @@
util_DATA = hexchat.desktop util_DATA = hexchat.desktop
utildir = $(datadir)/applications utildir = $(datadir)/applications
appdata_DATA = hexchat.appdata.xml appdata_in_files = hexchat.appdata.xml.in
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
appdatadir = $(datadir)/appdata appdatadir = $(datadir)/appdata
@INTLTOOL_XML_RULE@
if WITH_TM if WITH_TM
util_DATA += htm.desktop util_DATA += htm.desktop
@ -21,3 +22,6 @@ uninstall-hook:
$(UPDATE_MIME_DATABASE); $(UPDATE_MIME_DATABASE);
$(UPDATE_DESKTOP_DATABASE); $(UPDATE_DESKTOP_DATABASE);
endif endif
CLEANFILES = $(appdata_DATA)

View File

@ -3,8 +3,8 @@
<id type="desktop">hexchat.desktop</id> <id type="desktop">hexchat.desktop</id>
<licence>CC0</licence> <licence>CC0</licence>
<description> <description>
<p>HexChat is an easy to use yet extensible IRC Client. It allows you to securely join multiple networks and talk to users privately or in channels using a customizable interface. You can even transfer files.</p> <_p>HexChat is an easy to use yet extensible IRC Client. It allows you to securely join multiple networks and talk to users privately or in channels using a customizable interface. You can even transfer files.</_p>
<p>HexChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, logging, custom themes, and Python/Perl scripts.</p> <_p>HexChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, logging, custom themes, and Python/Perl scripts.</_p>
</description> </description>
<url type="homepage">http://hexchat.github.io</url> <url type="homepage">http://hexchat.github.io</url>
<screenshots> <screenshots>

View File

@ -1,3 +1,4 @@
data/misc/hexchat.appdata.xml.in
src/common/cfgfiles.c src/common/cfgfiles.c
src/common/dcc.c src/common/dcc.c
src/common/hexchat.c src/common/hexchat.c