summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-10 11:56:23 +0100
committerinfirit <[email protected]>2014-11-10 11:56:23 +0100
commit7f1178f973d6a485fb32f55eca526d780bed72cc (patch)
tree6f85d4ea687ec2991ece333a2f4cb0fd86b5adc3
parent2301530c14c1a3e677f09d02e07480c1e023d9b2 (diff)
downloadmate-terminal-7f1178f973d6a485fb32f55eca526d780bed72cc.tar.bz2
mate-terminal-7f1178f973d6a485fb32f55eca526d780bed72cc.tar.xz
appdata: Add autotool bits for appdata
-rw-r--r--Makefile.am9
-rw-r--r--mate-terminal.appdata.xml.in (renamed from mate-terminal.appdata.xml)0
-rw-r--r--po/POTFILES.in1
3 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7f449d7..c2fdab1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,11 @@ DISTCHECK_CONFIGURE_FLAGS = \
--disable-silent-rules \
--with-gtk=2.0
+@INTLTOOL_XML_RULE@
+appdatadir = $(datadir)/appdata
+appdata_in_files = mate-terminal.appdata.xml.in
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+
desktopdir = $(datadir)/applications
desktop_in_files = @[email protected]
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
@@ -26,10 +31,12 @@ EXTRA_DIST = \
xmldocs.make \
omf.make \
mate-terminal.wrapper \
- $(man_MANS) \
+ $(appdata_in_files) \
+ $(man_MANS) \
$(NULL)
CLEANFILES = \
+ mate-terminal.appdata.xml \
$(desktop_DATA) \
$(NULL)
diff --git a/mate-terminal.appdata.xml b/mate-terminal.appdata.xml.in
index dd4a335..dd4a335 100644
--- a/mate-terminal.appdata.xml
+++ b/mate-terminal.appdata.xml.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 64a4d2a..e295d79 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,7 @@
[encoding: UTF-8]
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
+mate-terminal.appdata.xml.in
mate-terminal.desktop.in.in
src/eggsmclient.c
src/org.mate.terminal.gschema.xml.in