From b2d73d33da16f497d27e95b9cf498b9adc9f9c80 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 6 Jun 2014 21:16:45 +0200 Subject: Add appdata file --- data/Makefile.am | 7 +++++++ data/prepaid-manager-applet.appdata.xml.in | 22 ++++++++++++++++++++++ po/POTFILES.in | 1 + 3 files changed, 30 insertions(+) create mode 100644 data/prepaid-manager-applet.appdata.xml.in diff --git a/data/Makefile.am b/data/Makefile.am index 2b5580a..ad4e00f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -15,14 +15,21 @@ gsettings_SCHEMAS = org.gnome.PrepaidManager.gschema.xml gschemas.compiled: $(gsettings_SCHEMAS:.xml=.valid) $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. . +@INTLTOOL_XML_RULE@ +appdatadir = $(datadir)/appdata +appdata_in_files = prepaid-manager-applet.appdata.xml.in +appdata_DATA = $(appdata_in_files:.xml.in=.xml) + all-local: gschemas.compiled EXTRA_DIST = \ org.gnome.PrepaidManager.gschema.xml.in.in \ + $(appdata_in_files) \ $(NULL) CLEANFILES = \ $(gsettings_SCHEMAS) \ gschemas.compiled \ + $(appdata_DATA) \ $(NULL) diff --git a/data/prepaid-manager-applet.appdata.xml.in b/data/prepaid-manager-applet.appdata.xml.in new file mode 100644 index 0000000..3f1f9cb --- /dev/null +++ b/data/prepaid-manager-applet.appdata.xml.in @@ -0,0 +1,22 @@ + + + + prepaid-manager-applet.desktop + CC-BY-SA-3.0 + + <_p> + GNOME Prepaid-manager-applet is an applet for the GNOME Desktop that + allows you to check and top up the balance of GSM mobile prepaid SIM cards. + + <_p> + It uses ModemManager to talk to the modem and mobile-broadband-provider-info + to determine the necessary USSD codes for your provider. + + + + https://honk.sigxcpu.org/piki/projects/ppm/check.png + https://honk.sigxcpu.org/piki/projects/ppm/topup.png + + https://honk.sigxcpu.org/piki/projects/ppm/ + agx_at_sigxcpu.org + diff --git a/po/POTFILES.in b/po/POTFILES.in index 355848b..13933ad 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,4 +1,5 @@ data/org.gnome.PrepaidManager.gschema.xml.in.in +data/prepaid-manager-applet.appdata.xml.in [type: gettext/glade]src/ppm.ui [type: gettext/glade]src/ppm-provider-assistant.ui src/prepaid-manager-applet.desktop.in -- cgit v1.2.3