[gnome-software] Install the AppStream data and include it in the tarball



commit e74f3b2f22d1ad1592b4262a24906f3846e8a7ea
Author: Richard Hughes <richard hughsie com>
Date:   Sun Sep 1 13:00:21 2013 +0100

    Install the AppStream data and include it in the tarball

 data/Makefile.am |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index cd01ad7..e61d41c 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -14,6 +14,14 @@ dist_resources_DATA =                                        \
 appdatadir = $(datadir)/appdata
 appdata_files = gnome-software.appdata.xml
 
+appstream.xml.gz:
+       wget -N http://people.freedesktop.org/~hughsient/temp/appstream.xml.gz
+appstream-icons.tar.gz:
+       wget -N http://people.freedesktop.org/~hughsient/temp/appstream-icons.tar.gz
+
+appstreamdir = $(datadir)/gnome-software
+dist_appstream_DATA = appstream.xml.gz appstream-icons.tar.gz
+
 EXTRA_DIST =                                           \
        $(appdata_files)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]