[tracker] tracker-needle, tracker-preferences: Add AppData
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] tracker-needle, tracker-preferences: Add AppData
- Date: Tue, 10 Jun 2014 11:07:38 +0000 (UTC)
commit 0244e442272b5045b7337bffb164aa32830005f2
Author: Martyn Russell <martyn lanedo com>
Date: Tue Jun 10 12:06:22 2014 +0100
tracker-needle, tracker-preferences: Add AppData
https://bugzilla.gnome.org/show_bug.cgi?id=730627
src/tracker-needle/Makefile.am | 4 ++
src/tracker-needle/tracker-needle.appdata.xml | 24 +++++++++++++++
src/tracker-preferences/Makefile.am | 4 ++
.../tracker-preferences.appdata.xml | 31 ++++++++++++++++++++
4 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/src/tracker-needle/Makefile.am b/src/tracker-needle/Makefile.am
index d492978..cab7b99 100644
--- a/src/tracker-needle/Makefile.am
+++ b/src/tracker-needle/Makefile.am
@@ -41,6 +41,9 @@ ui_DATA = tracker-needle.ui
desktopdir = $(datadir)/applications
desktop_DATA = tracker-needle.desktop
+appdatadir = $(datadir)/appdata
+appdata_DATA = tracker-needle.appdata.xml
+
BUILT_SOURCES = \
tracker_needle_vala.stamp
@@ -50,5 +53,6 @@ CLEANFILES = \
EXTRA_DIST = \
$(ui_DATA) \
$(desktop_DATA) \
+ $(appdata_DATA) \
config.vapi
diff --git a/src/tracker-needle/tracker-needle.appdata.xml b/src/tracker-needle/tracker-needle.appdata.xml
new file mode 100644
index 0000000..07a7cd1
--- /dev/null
+++ b/src/tracker-needle/tracker-needle.appdata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Martyn Russell <martyn lanedo com> -->
+<application>
+ <id type="desktop">tracker-needle.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>Desktop Search</name>
+ <summary>Observe power management</summary>
+ <description>
+ <p>Find what you're looking for on this computer by name or
+ content.</p>
+ <p>The Desktop Search application is a show case and great
+ application for searching for your content. You can perform powerful
+ queries using globbing, AND/OR key words to conjugate hits and
+ snippets are shown in the resulting hits.</p>
+ <p>This is the equivalent to Spotlight on Mac, for GNOME.</p>
+ </description>
+ <screenshots>
+ <screenshot type="default" width="707"
height="612">https://wiki.gnome.org/Projects/Tracker?action=AttachFile&do=get&target=tracker-needle.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Projects/Tracker</url>
+ <updatecontact>tracker-list gnome org</updatecontact>
+ <project_group>GNOME</project_group>
+</application>
diff --git a/src/tracker-preferences/Makefile.am b/src/tracker-preferences/Makefile.am
index 7e1543c..03963b0 100644
--- a/src/tracker-preferences/Makefile.am
+++ b/src/tracker-preferences/Makefile.am
@@ -5,6 +5,9 @@ bin_PROGRAMS = tracker-preferences
desktopdir = $(datadir)/applications
desktop_DATA = tracker-preferences.desktop
+appdatadir = $(datadir)/appdata
+appdata_DATA = tracker-preferences.appdata.xml
+
pkgdata_DATA = tracker-preferences.ui
AM_VALAFLAGS = \
@@ -34,6 +37,7 @@ tracker_preferences_SOURCES = \
EXTRA_DIST = \
$(pkgdata_DATA) \
+ $(appdata_DATA) \
config.vapi \
tracker-config.vapi
diff --git a/src/tracker-preferences/tracker-preferences.appdata.xml
b/src/tracker-preferences/tracker-preferences.appdata.xml
new file mode 100644
index 0000000..7ea3d6f
--- /dev/null
+++ b/src/tracker-preferences/tracker-preferences.appdata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Martyn Russell <martyn lanedo com> -->
+<application>
+ <id type="desktop">tracker-preferences.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>Search and Indexing</name>
+ <summary>Configure file indexing with Tracker</summary>
+ <description>
+ <p>The Desktop Search application (usually separately installed)
+ finds content which is indexed only. Using this application, you can
+ quickly configure what data on your system you want indexed or not
+ indexed. Not only that, you get to control how it is indexed to
+ ensure indexing does not impede daily use of your computer.</p>
+ <p>Some of the preferences you can configure using this application
+ include:</p>
+ <ul>
+ <li>What locations you index</li>
+ <li>When you index (e.g. not on laptop battery)</li>
+ <li>How you index (e.g. aggressively or in the background)</li>
+ <li>Black listing files/directories based on globbing pattern matching</li>
+ <li>Reset the database and reindex your content</li>
+ </ul>
+ </description>
+ <screenshots>
+ <screenshot type="default" width="642"
height="652">https://wiki.gnome.org/Projects/Tracker?action=AttachFile&do=get&target=tracker-preferences.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Projects/Tracker</url>
+ <updatecontact>tracker-list gnome org</updatecontact>
+ <project_group>GNOME</project_group>
+</application>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]