From 7f1178f973d6a485fb32f55eca526d780bed72cc Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 10 Nov 2014 11:56:23 +0100 Subject: appdata: Add autotool bits for appdata --- Makefile.am | 9 ++++++++- mate-terminal.appdata.xml | 43 ------------------------------------------- mate-terminal.appdata.xml.in | 43 +++++++++++++++++++++++++++++++++++++++++++ po/POTFILES.in | 1 + 4 files changed, 52 insertions(+), 44 deletions(-) delete mode 100644 mate-terminal.appdata.xml create mode 100644 mate-terminal.appdata.xml.in 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 = @PACKAGE@.desktop.in.in 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 deleted file mode 100644 index dd4a335..0000000 --- a/mate-terminal.appdata.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - mate-terminal.desktop - CC0-1.0 - GPL-3.0+ - MATE Terminal - A terminal emulator for the MATE desktop environment - -

- MATE Terminal is a terminal emulation application that you can use - to access a UNIX shell in the MATE environment. MATE Terminal emulates - the xterm program developed by the X Consortium. It supports translucent - backgrounds, opening multiple terminals in a single window (tabs) and - clickable URLs. -

-

- MATE Terminal is a fork of GNOME Terminal and part of the MATE Desktop Environment. - If you would like to know more about MATE and MATE Terminal, please visit the - project's home page. -

-
- - - - https://alexpl.fedorapeople.org/AppData/mate-terminal/screens/mate-terminal_01.png - - - - - https://alexpl.fedorapeople.org/AppData/mate-terminal/screens/mate-terminal_02.png - - - - - https://alexpl.fedorapeople.org/AppData/mate-terminal/screens/mate-terminal_03.png - - - - http://www.mate-desktop.org - mate-dev@ml.mate-desktop.org - MATE -
diff --git a/mate-terminal.appdata.xml.in b/mate-terminal.appdata.xml.in new file mode 100644 index 0000000..dd4a335 --- /dev/null +++ b/mate-terminal.appdata.xml.in @@ -0,0 +1,43 @@ + + + + mate-terminal.desktop + CC0-1.0 + GPL-3.0+ + MATE Terminal + A terminal emulator for the MATE desktop environment + +

+ MATE Terminal is a terminal emulation application that you can use + to access a UNIX shell in the MATE environment. MATE Terminal emulates + the xterm program developed by the X Consortium. It supports translucent + backgrounds, opening multiple terminals in a single window (tabs) and + clickable URLs. +

+

+ MATE Terminal is a fork of GNOME Terminal and part of the MATE Desktop Environment. + If you would like to know more about MATE and MATE Terminal, please visit the + project's home page. +

+
+ + + + https://alexpl.fedorapeople.org/AppData/mate-terminal/screens/mate-terminal_01.png + + + + + https://alexpl.fedorapeople.org/AppData/mate-terminal/screens/mate-terminal_02.png + + + + + https://alexpl.fedorapeople.org/AppData/mate-terminal/screens/mate-terminal_03.png + + + + http://www.mate-desktop.org + mate-dev@ml.mate-desktop.org + MATE +
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 -- cgit v1.2.1