forked from pool/gnome-software
Accepting request 203332 from GNOME:Factory
Update to 3.10.1 - GNOME Stable branch. Plus some more bugfixes - Worthy for 13.1, as 3.10.0 crashes on start OBS-URL: https://build.opensuse.org/request/show/203332 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=5
This commit is contained in:
commit
aa31183f15
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d966ce46c0f9eaf67e7d7a1fb233474d2d5f9710081859dad47e095bc1d33f3
|
|
||||||
size 2295176
|
|
3
gnome-software-3.10.1.tar.xz
Normal file
3
gnome-software-3.10.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99071af952f85b0e7f1db68689b4dde8bebeb087a50f5a7757b296bab6d10aea
|
||||||
|
size 1492016
|
13
gnome-software-PK-updates.patch
Normal file
13
gnome-software-PK-updates.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/src/gs-application.c b/src/gs-application.c
|
||||||
|
index 4e730fa..af73cde 100644
|
||||||
|
--- a/src/gs-application.c
|
||||||
|
+++ b/src/gs-application.c
|
||||||
|
@@ -170,7 +170,7 @@ gs_application_startup (GApplication *application)
|
||||||
|
gs_plugin_loader_set_enabled (app->plugin_loader, "hardcoded-menu-spec", TRUE);
|
||||||
|
gs_plugin_loader_set_enabled (app->plugin_loader, "local-ratings", TRUE);
|
||||||
|
gs_plugin_loader_set_enabled (app->plugin_loader, "packagekit", TRUE);
|
||||||
|
- gs_plugin_loader_set_enabled (app->plugin_loader, "systemd-updates", TRUE);
|
||||||
|
+ gs_plugin_loader_set_enabled (app->plugin_loader, "packagekit-updates", TRUE);
|
||||||
|
gs_plugin_loader_set_enabled (app->plugin_loader, "packagekit-refine", TRUE);
|
||||||
|
gs_plugin_loader_set_enabled (app->plugin_loader, "packagekit-history", TRUE);
|
||||||
|
gs_plugin_loader_set_enabled (app->plugin_loader, "packagekit-offline", TRUE);
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 14 17:13:18 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Add gnome-software-PK-updates.patch: Use PackageKit for Software
|
||||||
|
updates. GNOME Software defaults to use systemd offline updates,
|
||||||
|
which we do not currently have enabled on openSUSE (bnc#842991).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 14 13:19:41 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.10.1:
|
||||||
|
+ This release only contains bugfixes from the 3.10.0 release and
|
||||||
|
does not add new strings or new invasive features.
|
||||||
|
+ New Features:
|
||||||
|
- Add a loading icon to empty tiles.
|
||||||
|
- Mark IBus frameworks installed by default as system apps.
|
||||||
|
- Remove the hardcoded ratings plugin.
|
||||||
|
- Remove the hardcoded screenshot plugin.
|
||||||
|
- Support the 'X-AppInstall-Package' extension in desktop
|
||||||
|
files.
|
||||||
|
- Support per-repo icon directories.
|
||||||
|
- Use the new 16:9 screenshots.
|
||||||
|
+ Bugfixes:
|
||||||
|
- Add back hover state to feature tile.
|
||||||
|
- Always dedupe after refining results.
|
||||||
|
- Always show 'Remove' for installed updatable applications.
|
||||||
|
- Avoid reloading the overview more than once.
|
||||||
|
- Do not abort if the AppStream XML is invalid.
|
||||||
|
- Do not install plugins just used in 'make check'.
|
||||||
|
- Do not remove the application widget twice when it changes
|
||||||
|
state.
|
||||||
|
- Do not show local applications without icons, names or
|
||||||
|
comments.
|
||||||
|
- Do not use the application state to modify how widgets are
|
||||||
|
drawn.
|
||||||
|
- Don't emit notify::state from a thread.
|
||||||
|
- Fix a critical error in gs_string_replace().
|
||||||
|
- Fix a few small memory leaks.
|
||||||
|
- Fix a refcounting error that could cause a crash.
|
||||||
|
- Mark strings in the AppData file as translatable.
|
||||||
|
- Prevent memory corruption when doing dedupe() more than once.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 27 09:24:39 UTC 2013 - dimstar@opensuse.org
|
Fri Sep 27 09:24:39 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,13 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-software
|
Name: gnome-software
|
||||||
Version: 3.10.0
|
Version: 3.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Software Store
|
Summary: GNOME Software Store
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Url: https://wiki.gnome.org/Design/Apps/Software
|
Url: https://wiki.gnome.org/Design/Apps/Software
|
||||||
Source: http://download.gnome.org/sources/gnome-software/3.10/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-software/3.10/%{name}-%{version}.tar.xz
|
||||||
|
# PATCH-FEATURE-OPENSUSE gnome-software-PK-updates.patch dimstar@opensuse.org -- Switch to PackageKit Update provider instead of systemd offline updates.
|
||||||
|
Patch0: gnome-software-PK-updates.patch
|
||||||
BuildRequires: intltool >= 0.35.0
|
BuildRequires: intltool >= 0.35.0
|
||||||
BuildRequires: suse-xsl-stylesheets
|
BuildRequires: suse-xsl-stylesheets
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
@ -43,6 +45,7 @@ AppStore like management of Applications for your GNOME Desktop.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user