summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-06-17 15:12:35 +0100
committerRichard Hughes <richard@hughsie.com>2014-06-17 17:45:48 +0100
commit51941f424178eb5628cf7e2d5e9dc641cc2b9bf4 (patch)
tree7ff95695a4d0d18a50142f2d835e465d362cdb01
parent69e84dda9ec8f7b1661b0a971e412c819666297b (diff)
downloadappstream-glib-51941f424178eb5628cf7e2d5e9dc641cc2b9bf4.tar.gz
blacklist: rott-registered requires a purchase to play
-rw-r--r--libappstream-builder/plugins/asb-plugin-blacklist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-builder/plugins/asb-plugin-blacklist.c b/libappstream-builder/plugins/asb-plugin-blacklist.c
index 621d3fa..83c35a6 100644
--- a/libappstream-builder/plugins/asb-plugin-blacklist.c
+++ b/libappstream-builder/plugins/asb-plugin-blacklist.c
@@ -121,6 +121,7 @@ asb_plugin_initialize (AsbPlugin *plugin)
{ "xfce-ui-settings", "Not an application" },
{ "xinput_calibrator", "Not an application" },
{ "xpilot-ng-x11", "Not an application" },
+ { "rott-registered", "Requires purchase of original game: http://icculus.org/rott/" },
{ NULL, NULL } };
plugin->priv = ASB_PLUGIN_GET_PRIVATE (AsbPluginPrivate);