From c52d5fa4c48c8449c14b67a481c38812ce6bf06d Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 10 Nov 2014 12:01:52 +0100 Subject: appdata: Add autotool bits for appdata --- data/Makefile.am | 14 ++++++++++---- data/pluma.appdata.xml | 43 ------------------------------------------- data/pluma.appdata.xml.in | 43 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 47 deletions(-) delete mode 100644 data/pluma.appdata.xml create mode 100644 data/pluma.appdata.xml.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index a2b6e9f3..002a9031 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -3,7 +3,11 @@ desktop_in_files = pluma.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ -@INTLTOOL_XML_NOMERGE_RULE@ +@INTLTOOL_XML_RULE@ +appdatadir = $(datadir)/appdata +appdata_in_files = pluma.appdata.xml.in +appdata_DATA = $(appdata_in_files:.xml.in=.xml) + gsettings_SCHEMAS = org.mate.pluma.gschema.xml @GSETTINGS_RULES@ @@ -26,6 +30,7 @@ bugreportdir = $(libexecdir)/pluma bugreport_SCRIPTS = pluma-bugreport.sh EXTRA_DIST = \ + $(appdata_in_files) \ $(desktop_in_files) \ $(gsettings_SCHEMAS).in.in \ $(convert_DATA) \ @@ -35,9 +40,10 @@ EXTRA_DIST = \ CLEANFILES = \ $(desktop_DATA) \ - $(gsettings_SCHEMAS_in) \ - $(gsettings_SCHEMAS) \ - $(pkgconfig_DATA) + $(gsettings_SCHEMAS_in) \ + $(gsettings_SCHEMAS) \ + $(pkgconfig_DATA) \ + pluma.appdata.xml diff --git a/data/pluma.appdata.xml b/data/pluma.appdata.xml deleted file mode 100644 index b24b35d9..00000000 --- a/data/pluma.appdata.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - pluma.desktop - CC0-1.0 - GPL-2.0+ - Pluma - A Text Editor for the MATE desktop environment - -

- Pluma is a small, but powerful text editor designed specifically for - the MATE desktop. It has most standard text editor functions and fully - supports international text in Unicode. Advanced features include syntax - highlighting and automatic indentation of source code, printing and editing - of multiple documents in one window. -

-

- Pluma is extensible through a plugin system, which currently includes - support for spell checking, comparing files, viewing CVS ChangeLogs, and - adjusting indentation levels. -

-
- - - - https://alexpl.fedorapeople.org/AppData/pluma/screens/pluma_01.png - - - - - https://alexpl.fedorapeople.org/AppData/pluma/screens/pluma_02.png - - - - - https://alexpl.fedorapeople.org/AppData/pluma/screens/pluma_03.png - - - - http://www.mate-desktop.org - mate-dev@ml.mate-desktop.org - MATE -
diff --git a/data/pluma.appdata.xml.in b/data/pluma.appdata.xml.in new file mode 100644 index 00000000..b24b35d9 --- /dev/null +++ b/data/pluma.appdata.xml.in @@ -0,0 +1,43 @@ + + + + pluma.desktop + CC0-1.0 + GPL-2.0+ + Pluma + A Text Editor for the MATE desktop environment + +

+ Pluma is a small, but powerful text editor designed specifically for + the MATE desktop. It has most standard text editor functions and fully + supports international text in Unicode. Advanced features include syntax + highlighting and automatic indentation of source code, printing and editing + of multiple documents in one window. +

+

+ Pluma is extensible through a plugin system, which currently includes + support for spell checking, comparing files, viewing CVS ChangeLogs, and + adjusting indentation levels. +

+
+ + + + https://alexpl.fedorapeople.org/AppData/pluma/screens/pluma_01.png + + + + + https://alexpl.fedorapeople.org/AppData/pluma/screens/pluma_02.png + + + + + https://alexpl.fedorapeople.org/AppData/pluma/screens/pluma_03.png + + + + http://www.mate-desktop.org + mate-dev@ml.mate-desktop.org + MATE +
-- cgit v1.2.1