From 11e93788cf275580c27c13eec376f2f9dba56bad Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Sat, 5 Oct 2013 00:39:08 -0400 Subject: [PATCH] Added appdata file --- configure.ac | 1 + data/Makefile.am | 1 + data/appdata/Makefile.am | 14 ++++++++++++++ data/appdata/glabels-3.appdata.xml.in | 27 +++++++++++++++++++++++++++ po/POTFILES.in | 2 ++ 5 files changed, 45 insertions(+) create mode 100644 data/appdata/Makefile.am create mode 100644 data/appdata/glabels-3.appdata.xml.in diff --git a/configure.ac b/configure.ac index 4af43da8..6c6bb8d7 100644 --- a/configure.ac +++ b/configure.ac @@ -327,6 +327,7 @@ src/Makefile src/cursors/Makefile src/pixmaps/Makefile data/Makefile +data/appdata/Makefile data/desktop/Makefile data/icons/Makefile data/icons/16x16/Makefile diff --git a/data/Makefile.am b/data/Makefile.am index bc73c756..e4f5f16a 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to produce Makefile.in SUBDIRS = \ + appdata \ desktop \ icons \ man \ diff --git a/data/appdata/Makefile.am b/data/appdata/Makefile.am new file mode 100644 index 00000000..b698c98f --- /dev/null +++ b/data/appdata/Makefile.am @@ -0,0 +1,14 @@ +## Process this file with automake to produce Makefile.in + +@INTLTOOL_XML_RULE@ + +APPDATA_IN_FILES = glabels-3.appdata.xml.in +APPDATA_FILES =$(APPDATA_IN_FILES:.appdata.xml.in=.appdata.xml) + +appdatadir = $(datadir)/appdata +appdata_DATA = $(APPDATA_FILES) + +EXTRA_DIST = $(APPDATA_IN_FILES) + +CLEANFILES = $(APPDATA_FILES) + diff --git a/data/appdata/glabels-3.appdata.xml.in b/data/appdata/glabels-3.appdata.xml.in new file mode 100644 index 00000000..61ec1d55 --- /dev/null +++ b/data/appdata/glabels-3.appdata.xml.in @@ -0,0 +1,27 @@ + + + + glabels-3.0.desktop + CC0 + + <_p> + gLabels is a program for creating labels and business cards. It is + designed to work with various laser/ink-jet peel-off label and + business card sheets that you'll find at most office supply stores. + + <_p> + gLabels can be used to design address labels, name tags, price tags, + cd/dvd labels, or just about anything else that is organized in a + regular pattern on a sheet of paper. Labels (or cards) can contain + text, images, lines, shapes, and barcodes. gLabels also includes a + document-merge feature which lets you print a unique label for each + record from an external data source, such as a CSV file or an + Evolution address book. + + + + http://glabels.org/screenshots/320-screenshot-main.png + + http://glabels.org/ + evins_at_snaught.com + diff --git a/po/POTFILES.in b/po/POTFILES.in index 13dfca45..4ad04169 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -216,6 +216,8 @@ libglabels/libglabels-private.h [type: gettext/glade]data/ui/template-designer.ui [type: gettext/glade]data/ui/print-op-dialog-custom-widget.ui +data/appdata/glabels-3.appdata.xml.in + data/schemas/org.gnome.glabels-3.gschema.xml.in.in [type: gettext/ini]data/desktop/glabels-3.0.desktop.in -- 2.39.5