Accepting request 201055 from GNOME:Factory
- Add PackageKit-branding-upstream Requires: gnome-software requires ScanDesktopFiles=true in PK.conf, which openSUSE explicitly disables for performance reason. Users that want to test gnome-software (technical preview) will have to take this performance hit (bnc#842565). (forwarded request 201053 from dimstar) OBS-URL: https://build.opensuse.org/request/show/201055 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=4
This commit is contained in:
commit
db4c582c96
3
gnome-software-3.10.0.tar.xz
Normal file
3
gnome-software-3.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d966ce46c0f9eaf67e7d7a1fb233474d2d5f9710081859dad47e095bc1d33f3
|
||||||
|
size 2295176
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c96c191a809dea25ee3aeba6e34e2ae0282344ee62606b57cd85b2317dcd8e44
|
|
||||||
size 2275696
|
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 27 09:24:39 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Add PackageKit-branding-upstream Requires: gnome-software
|
||||||
|
requires ScanDesktopFiles=true in PK.conf, which openSUSE
|
||||||
|
explicitly disables for performance reason. Users that want to
|
||||||
|
test gnome-software (technical preview) will have to take this
|
||||||
|
performance hit (bnc#842565).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 24 15:13:13 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.10.0:
|
||||||
|
+ New Features:
|
||||||
|
- Add a plugin to query the PackageKit prepared-update file
|
||||||
|
directly.
|
||||||
|
- Add hardcoded 'featured' subcategories.
|
||||||
|
- Add installed overlay to app tiles.
|
||||||
|
- Do not load incompatible projects when parsing AppStream
|
||||||
|
data.
|
||||||
|
+ Bugfix:
|
||||||
|
- Actually enforce squareness of popular tiles.
|
||||||
|
- Add accessible relations in the overview page.
|
||||||
|
- Add global shortcuts for the back button.
|
||||||
|
- Add missing summary element to the AppStream data.
|
||||||
|
- Avoid undue jumping in the overview page.
|
||||||
|
- Deal gracefully with missing AppData.
|
||||||
|
- Do not clear the offline-update trigger if rebooting
|
||||||
|
succeeded.
|
||||||
|
- Do not manually hide categories that have no results.
|
||||||
|
- Do not show empty categories in the overview screen.
|
||||||
|
- Don't explode when using metadata with 'type=font'.
|
||||||
|
- Don't start the application if the command line arguments
|
||||||
|
were wrong.
|
||||||
|
- Fallback to .svg icon if .png is not found.
|
||||||
|
- Fix up about dialog.
|
||||||
|
- Give tiles a meaningful empty state.
|
||||||
|
- Improve appearance of the update details list.
|
||||||
|
- Improve keynav in category view.
|
||||||
|
- Look sharp in HighContrast too.
|
||||||
|
- Make feature strings wrap.
|
||||||
|
- Make the size of featured categories accurate.
|
||||||
|
- Never show 'Unknown' in the package history listbox.
|
||||||
|
- Never show the 'Settings' category.
|
||||||
|
- Padding tweaks in the overview.
|
||||||
|
- Rename General to Other and sort it to the end.
|
||||||
|
- Show the window right away.
|
||||||
|
- Support AppStream metadata formats where the icon extension
|
||||||
|
is not specified.
|
||||||
|
- Translate the AppData file.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 15 12:39:46 UTC 2013 - zaitor@opensuse.org
|
Sun Sep 15 12:39:46 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-software
|
Name: gnome-software
|
||||||
Version: 3.9.3
|
Version: 3.10.0
|
||||||
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://ftp.gnome.org/pub/GNOME/sources/gnome-software/3.9/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-software/3.10/%{name}-%{version}.tar.xz
|
||||||
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
|
||||||
@ -33,6 +33,8 @@ BuildRequires: pkgconfig(libnotify)
|
|||||||
BuildRequires: pkgconfig(libxslt)
|
BuildRequires: pkgconfig(libxslt)
|
||||||
BuildRequires: pkgconfig(packagekit-glib2) >= 0.8.10
|
BuildRequires: pkgconfig(packagekit-glib2) >= 0.8.10
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
|
# gnome-software requires ScanDesktopFiles=true in PK.conf, which openSUSE explicitly disables for performance reason. Users that want to test gnome-software (technical preview) will have to take this performance hit.
|
||||||
|
Requires: PackageKit-branding-upstream
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -67,6 +69,8 @@ desktop-file-edit %{buildroot}%{_datadir}/applications/gnome-software.desktop --
|
|||||||
%doc README COPYING
|
%doc README COPYING
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
|
%dir %{_datadir}/appdata
|
||||||
|
%{_datadir}/appdata/gnome-software.appdata.xml
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/%{name}*
|
%{_datadir}/icons/hicolor/*/apps/%{name}*
|
||||||
%dir %{_libdir}/gs-plugins
|
%dir %{_libdir}/gs-plugins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user