From 0520b9003189802b0cc3abf8d0289333ed87e337bc0d781e0b8bec0c064e5a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 28 Oct 2016 08:46:26 +0000 Subject: [PATCH] Accepting request 437473 from GNOME:Next Right, since we are pushing flatpak now, I guess we should have this change too OBS-URL: https://build.opensuse.org/request/show/437473 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=96 --- gnome-software.changes | 6 ++++++ gnome-software.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/gnome-software.changes b/gnome-software.changes index 26b9342..59bb01f 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 12 09:30:30 UTC 2016 - zaitor@opensuse.org + +- Add pkgconfig(flatpak) BuildRequires and pass --enable-flatpak to + configure now that we have flatpak in openSUSE. + ------------------------------------------------------------------- Wed Oct 12 08:30:30 UTC 2016 - zaitor@opensuse.org diff --git a/gnome-software.spec b/gnome-software.spec index 458672d..4392555 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -32,6 +32,7 @@ BuildRequires: intltool >= 0.35.0 BuildRequires: suse-xsl-stylesheets BuildRequires: update-desktop-files BuildRequires: pkgconfig(appstream-glib) >= 0.6.1 +BuildRequires: pkgconfig(flatpak) >= 0.4.14 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.31.5 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.46.0 BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.17.92 @@ -76,6 +77,7 @@ to develop applications that require these. %configure \ --disable-static \ --disable-firmware \ + --enable-flatpak \ --enable-ostree \ --enable-rpm \ --enable-steam \