[gnome-software] Move the popular data to the distro metadata



commit 00499ee25d4b9be59c4639b7a9f87659a7423a2a
Author: Richard Hughes <richard hughsie com>
Date:   Thu May 26 18:50:16 2016 +0100

    Move the popular data to the distro metadata
    
    This is patched in Ubuntu and is quite Fedora specific.

 data/Makefile.am                       |    4 +-
 data/org.gnome.Software-categories.xml |  528 --------------------------------
 data/org.gnome.Software-popular.xml    |   96 ------
 3 files changed, 1 insertions(+), 627 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index e2cb967..e2b60d6 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -6,9 +6,7 @@ SUBDIRS =                                               \
 appstreamdir = $(datadir)/app-info/xmls
 appstream_DATA = org.gnome.Software.xml.gz
 appstream_files =                                      \
-       org.gnome.Software-categories.xml               \
-       org.gnome.Software-featured.xml                 \
-       org.gnome.Software-popular.xml
+       org.gnome.Software-featured.xml
 org.gnome.Software.xml.gz: $(appstream_files)
        $(AM_V_GEN) appstream-util merge-appstream $@   \
        $(srcdir)/org.gnome.Software-*.xml


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