forked from pool/gnome-software
Accepting request 438230 from GNOME:Factory
Resub with xdg-app br dropped. OBS-URL: https://build.opensuse.org/request/show/438230 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=36
This commit is contained in:
commit
76bf00d10a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22e30c84851b0768bd46dbb90de6d3308acdc2973d3ca4ee52a19cdb5a0182ba
|
||||
size 3842168
|
3
gnome-software-3.22.1.tar.xz
Normal file
3
gnome-software-3.22.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:427e6aa43eddd49d2937bb025691b52c41b686b7b00f1961d202527ced371012
|
||||
size 3857348
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
- Drop pkgconfig(xdg-app) BuildRequires: No longer needed as
|
||||
flatpak is now in place.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 08:30:30 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.22.1:
|
||||
+ Fix several issues with flatpak bundles.
|
||||
+ Fix installing local packages.
|
||||
+ Fix a crash when failing to get an installed flatpak ref.
|
||||
+ Speed up loading the details and overview pages.
|
||||
+ Switch to using the ODRS server hosted by GNOME.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 15:26:17 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-software
|
||||
Version: 3.22.0
|
||||
Version: 3.22.1
|
||||
Release: 0
|
||||
%define gs_plugin_api 11
|
||||
Summary: GNOME Software Store
|
||||
@ -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
|
||||
@ -47,7 +48,6 @@ BuildRequires: pkgconfig(packagekit-glib2) >= 1.1.0
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(rpm)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(xdg-app) >= 0.4.14
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: iso-codes
|
||||
Requires: libzypp-plugin-appdata
|
||||
@ -76,6 +76,7 @@ to develop applications that require these.
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-firmware \
|
||||
--enable-flatpak \
|
||||
--enable-ostree \
|
||||
--enable-rpm \
|
||||
--enable-steam \
|
||||
|
Loading…
x
Reference in New Issue
Block a user