Accepting request 68096 from home:vuntz:branches:GNOME:Factory
ok OBS-URL: https://build.opensuse.org/request/show/68096 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=94
This commit is contained in:
parent
6c17c2a0a8
commit
11d18cde50
@ -7,7 +7,8 @@ Tue Apr 5 16:59:27 UTC 2011 - fcrozat@novell.com
|
||||
+ Use /org/gnome as starting path for schemas.
|
||||
+ Respect our documented special key values for the download dir
|
||||
(bgo#644641)
|
||||
- Symlink icons to hicolor to make package check happy.
|
||||
- Copy icons from gnome theme to hicolor to make package check
|
||||
happy.
|
||||
- Remove post/postun macros for a11y icons, they have been removed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -27,8 +28,8 @@ Tue Mar 22 16:47:36 UTC 2011 - fcrozat@novell.com
|
||||
like Every Other Modern Browser Does(tm).
|
||||
- Changes from version 2.91.91:
|
||||
+ The downloads UI has been totally revamped. It is very similar
|
||||
to how Chrome works, and should fit much better in the overall
|
||||
GNOME 3.0 design (bgo#618443).
|
||||
to how Chrome works, and should fit much better in the overall
|
||||
GNOME 3.0 design (bgo#618443).
|
||||
+ Add a border and some padding around the floating statusbar.
|
||||
+ Do a DNS prefetch on the completion items when the cursor is
|
||||
set over them more than a 1/4th of a second. Should speed-up
|
||||
|
@ -120,15 +120,13 @@ if ! test -d %{buildroot}${extensionsdir}; then
|
||||
install -d -m 0755 %{buildroot}${extensionsdir}
|
||||
fi
|
||||
%suse_update_desktop_file -N "Epiphany" %name
|
||||
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
# Copy the icons in hicolor, else brp-check is sad
|
||||
for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do
|
||||
if test -f %{_datadir}/icons/gnome/$size/apps/web-browser.png; then
|
||||
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/$size/apps
|
||||
cp -a %{_datadir}/icons/gnome/$size/apps/web-browser.png %{buildroot}%{_datadir}/icons/hicolor/$size/apps/web-browser.png
|
||||
fi
|
||||
done
|
||||
|
||||
%suse_update_desktop_file bme
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}
|
||||
|
Loading…
Reference in New Issue
Block a user