summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2017-06-09 15:42:29 -0400
committerJeremy Bicha <jbicha@ubuntu.com>2017-06-10 09:22:31 -0400
commita26fe3e6b04e7b59a337c0b2271ede50579307d4 (patch)
treec8bdf22178d516937d03327b750338243a1bcc49 /data
parent1e2e459a332ca5753cbc670a0bf8c10c6c71773a (diff)
downloadgnome-font-viewer-a26fe3e6b04e7b59a337c0b2271ede50579307d4.tar.gz
build: Don't use gnome-common or intltool
https://wiki.gnome.org/Projects/GnomeCommon/Migration https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration https://bugzilla.gnome.org/show_bug.cgi?id=783611
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am3
-rw-r--r--data/org.gnome.font-viewer.appdata.xml.in12
2 files changed, 8 insertions, 7 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 132dbff..8fc61f3 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,7 +1,8 @@
appdatadir = $(datadir)/appdata
appdata_in_files = org.gnome.font-viewer.appdata.xml.in
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
-@INTLTOOL_XML_RULE@
+%.xml: %.xml.in Makefile
+ $(AM_V_GEN) $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@
EXTRA_DIST = \
$(appdata_in_files)
diff --git a/data/org.gnome.font-viewer.appdata.xml.in b/data/org.gnome.font-viewer.appdata.xml.in
index 291b541..5cfd44c 100644
--- a/data/org.gnome.font-viewer.appdata.xml.in
+++ b/data/org.gnome.font-viewer.appdata.xml.in
@@ -3,20 +3,20 @@
<id>org.gnome.font-viewer.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
- <_name>GNOME Font Viewer</_name>
- <_summary>View fonts on your system</_summary>
+ <name>GNOME Font Viewer</name>
+ <summary>View fonts on your system</summary>
<description>
- <_p>
+ <p>
GNOME Font Viewer shows you the fonts installed on your computer for your use as
thumbnails.
Selecting any thumbnails shows the full view of how the font would look under
various sizes.
- </_p>
- <_p>
+ </p>
+ <p>
GNOME Font Viewer also supports installing new font files downloaded in the .ttf
and other formats.
Fonts may be installed only for your use or made available to all users on the computer.
- </_p>
+ </p>
</description>
<url type="homepage">http://www.gnome.org/gnome-3/</url>
<url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-font-viewer</url>