[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 01/01: Include an .appdata.xml file
noreply at xfce.org
noreply at xfce.org
Sat May 31 17:43:22 CEST 2014
This is an automated email from the git hooks/post-receive script.
mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.
commit d4512232086bf1b21daecb8b7920b81489b7fe96
Author: Mike Massonnet <m8t at gandi.net>
Date: Sat May 31 17:43:17 2014 +0200
Include an .appdata.xml file
---
configure.ac.in | 1 +
data/Makefile.am | 2 +-
data/appdata/Makefile.am | 5 +++
data/appdata/xfce4-clipman.appdata.xml.in | 55 +++++++++++++++++++++++++++++
po/POTFILES.in | 1 +
5 files changed, 63 insertions(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index ee38f70..3174a85 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -107,6 +107,7 @@ dnl ************************
AC_OUTPUT([
Makefile
data/Makefile
+data/appdata/Makefile
data/icons/Makefile
data/icons/16x16/Makefile
data/icons/22x22/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index 5621c06..6522591 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,2 +1,2 @@
-SUBDIRS = icons
+SUBDIRS = appdata icons
diff --git a/data/appdata/Makefile.am b/data/appdata/Makefile.am
new file mode 100644
index 0000000..6bfbe42
--- /dev/null
+++ b/data/appdata/Makefile.am
@@ -0,0 +1,5 @@
+ at INTLTOOL_XML_RULE@
+appdatadir = $(datadir)/appdata
+appdata_in_files = xfce4-clipman.appdata.xml.in
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+DISTCLEANFILES = $(appdata_DATA)
diff --git a/data/appdata/xfce4-clipman.appdata.xml.in b/data/appdata/xfce4-clipman.appdata.xml.in
new file mode 100644
index 0000000..2f2c699
--- /dev/null
+++ b/data/appdata/xfce4-clipman.appdata.xml.in
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>xfce4-clipman.desktop</id>
+ <metadata_license>CC-BY-3.0</metadata_license>
+ <project_license>GPL-2.0</project_license>
+ <name>Clipman</name>
+ <summary>Clipboard manager</summary>
+
+ <description>
+ <_p>
+ Clipboard Manager provided as a panel plugin for Xfce and as a standalone
+ application running in the notification area. I keeps a history of text
+ and images of content copied to the clipboard. It also has a feature to
+ execute actions on specific text selection by matching them against
+ regexes.
+ </_p>
+ </description>
+
+ <screenshots>
+ <screenshot type="default">
+ <image>http://http://i2.wp.com/smdavis.us/wp-content/uploads/2014/04/Numix_parole.png</image>
+ </screenshot>
+ <screenshot>
+ <caption>Parole in Xubuntu with the MPRIS2 plugin</caption>
+ <image>http://i2.wp.com/smdavis.us/wp-content/uploads/2014/04/Parole_Plugins.png</image>
+ </screenshot>
+ </screenshots>
+
+ <url type="homepage">http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin</url>
+ <url type="bugtracker">https://bugzilla.xfce.org/</url>
+ <url type="help">http://docs.xfce.org/panel-plugins/clipman/start</url>
+
+ <updatecontact>xfce4-dev at xfce.org</updatecontact>
+
+ <project_group>XFCE</project_group>
+
+ <provides>
+ <binary>xfce4-clipman</binary>
+ <binary>xfce4-clipman-settings</binary>
+ <binary>xfce4-popup-clipman</binary>
+ </provides>
+
+<!--
+ <releases>
+ <release version="0.9.0" timestamp="1231974000">
+ <description>
+ <ul>
+ <_li>A rewrite to make it more user-friendly and introduce image support. Work done by David Collins</_li>
+ <_li>Drop the repetitive timeout against a callback/signal to check for clipboard changes.</_li>
+ </ul>
+ </description>
+ </release>
+ </releases>
+-->
+</component>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 9f0212f..c932cc2 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,3 +1,4 @@
+data/appdata/xfce4-clipman.appdata.xml.in
panel-plugin/xfce4-clipman.desktop.in
panel-plugin/xfce4-clipman-actions.xml.in
panel-plugin/xfce4-clipman-plugin.desktop.in
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list