[gnome-software/gnome-3-22] trivial: Bump appstream-glib dep to 0.6.7



commit 651ac18a3c040b9dfd3d7fdb1a459c8efb28f8b6
Author: Kalev Lember <klember redhat com>
Date:   Wed Jan 18 11:24:08 2017 +0100

    trivial: Bump appstream-glib dep to 0.6.7
    
    We had an ifdef to support building with older appstream-glib releases
    to avoid depending on a git version, but it was slightly wrong and broke
    with appstream-glib 0.6.6. This commit removes the ifdef and just bumps
    the dep to 0.6.7 as we now have an appstream-glib 0.6.7 release.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777360
    https://bugzilla.gnome.org/show_bug.cgi?id=777372

 configure.ac |    2 +-
 src/gs-app.h |    4 ----
 2 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8ac8f41..ce8a175 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,7 +85,7 @@ dnl ---------------------------------------------------------------------------
 dnl - Check library dependencies
 dnl ---------------------------------------------------------------------------
 PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.20.0 gio-unix-2.0)
-PKG_CHECK_MODULES(APPSTREAM, appstream-glib >= 0.6.5)
+PKG_CHECK_MODULES(APPSTREAM, appstream-glib >= 0.6.7)
 PKG_CHECK_MODULES(GDK_PIXBUF, gdk-pixbuf-2.0 >= 2.31.5)
 PKG_CHECK_MODULES(JSON_GLIB, json-glib-1.0 >= 1.1.1)
 PKG_CHECK_MODULES(SQLITE, sqlite3)
diff --git a/src/gs-app.h b/src/gs-app.h
index 9a9f262..7324e18 100644
--- a/src/gs-app.h
+++ b/src/gs-app.h
@@ -97,10 +97,6 @@ typedef enum {
        GS_APP_QUALITY_LAST
 } GsAppQuality;
 
-#if !AS_CHECK_VERSION(0,6,6)
-#define AS_APP_QUIRK_REMOVABLE_HARDWARE                (1 << 10)
-#endif
-
 GsApp          *gs_app_new                     (const gchar    *id);
 GsApp          *gs_app_new_from_unique_id      (const gchar    *unique_id);
 gchar          *gs_app_to_string               (GsApp          *app);


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