From patchwork Wed Feb 24 11:07:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 8405091 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 15139C0553 for ; Wed, 24 Feb 2016 11:07:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 52DB72035B for ; Wed, 24 Feb 2016 11:07:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BFA98202E9 for ; Wed, 24 Feb 2016 11:07:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752500AbcBXLHZ (ORCPT ); Wed, 24 Feb 2016 06:07:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36353 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754747AbcBXLHT (ORCPT ); Wed, 24 Feb 2016 06:07:19 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 1C13F8E3F1; Wed, 24 Feb 2016 11:07:19 +0000 (UTC) Received: from shalem.localdomain.com (vpn1-7-31.ams2.redhat.com [10.36.7.31]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u1OB7AlK000622; Wed, 24 Feb 2016 06:07:17 -0500 From: Hans de Goede To: mchehab@osg.samsung.com Cc: Linux Media Mailing List , Hans de Goede Subject: [PATCH tvtime 3/4] docs/Makefile.am: Actually install the appdata / ship it in make dist Date: Wed, 24 Feb 2016 12:07:06 +0100 Message-Id: <1456312027-8484-3-git-send-email-hdegoede@redhat.com> In-Reply-To: <1456312027-8484-1-git-send-email-hdegoede@redhat.com> References: <1456312027-8484-1-git-send-email-hdegoede@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Hans de Goede --- docs/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Makefile.am b/docs/Makefile.am index 8e8e937..a3ad41d 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -34,6 +34,8 @@ EXTRA_DIST = $(docs_html) tvtime.16x16.png \ # http://www.freedesktop.org/standards/desktop-entry-spec/ desktopdatadir = $(datadir)/applications dist_desktopdata_DATA = tvtime.desktop +appdatadir = $(datadir)/appdata +dist_appdata_DATA = tvtime.appdata.xml # We use $(datadir)/icons/hicolor as our theme from the freedesktop spec # http://www.freedesktop.org/standards/menu-spec/