summaryrefslogtreecommitdiff
path: root/src/ontologies
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2017-06-08 17:03:41 +0100
committerSam Thursfield <sam@afuera.me.uk>2017-06-08 17:44:19 +0100
commit809b56767fccd5680136485c6fbbc895e83dd886 (patch)
treee60c05396c0f343ec19ba17e55599b74dfa4e1b2 /src/ontologies
parent5b997a905f5d514e214080a9df4f158870444609 (diff)
downloadtracker-809b56767fccd5680136485c6fbbc895e83dd886.tar.gz
Remove Maemo/Meego leftovers
This removes various code paths that we believe to be unused. * The userguides miner has been removed altogether. * The application miner no longer parses MeeGo-style .desktop files * The TRACKER_DISABLE_MEEGOTOUCH_LOCALE environment flag is gone (it already did nothing) * Character set detection with libmeegotouch is removed, only enca or libicu are supported * Meego-specific flags are gone from .desktop files * Functional tests have lost their vestigal Scratchbox and Aegis support There are 5 ontologies referencing Maemo, 4 of which are largely unused. These have been kept around in case anyone is using them outside Tracker. https://bugzilla.gnome.org/show_bug.cgi?id=783555
Diffstat (limited to 'src/ontologies')
-rw-r--r--src/ontologies/Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/ontologies/Makefile.am b/src/ontologies/Makefile.am
index 31ce129ff..4dce61e1a 100644
--- a/src/ontologies/Makefile.am
+++ b/src/ontologies/Makefile.am
@@ -1,6 +1,3 @@
-maemo_ontology = \
- 91-maemo.ontology 91-maemo.description
-
configdir = $(datadir)/tracker/ontologies
config_DATA = \
@@ -23,12 +20,8 @@ config_DATA = \
89-mtp.ontology 89-mtp.description \
92-slo.ontology 92-slo.description \
90-tracker.ontology 90-tracker.description \
+ 91-maemo.ontology 91-maemo.description \
93-libosinfo.ontology 93-libosinfo.description
-if HAVE_MAEMO
-config_DATA += $(maemo_ontology)
-endif
-
EXTRA_DIST = \
- $(maemo_ontology) \
$(config_DATA)