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.
|
+ Use /org/gnome as starting path for schemas.
|
||||||
+ Respect our documented special key values for the download dir
|
+ Respect our documented special key values for the download dir
|
||||||
(bgo#644641)
|
(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.
|
- Remove post/postun macros for a11y icons, they have been removed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -120,15 +120,13 @@ if ! test -d %{buildroot}${extensionsdir}; then
|
|||||||
install -d -m 0755 %{buildroot}${extensionsdir}
|
install -d -m 0755 %{buildroot}${extensionsdir}
|
||||||
fi
|
fi
|
||||||
%suse_update_desktop_file -N "Epiphany" %name
|
%suse_update_desktop_file -N "Epiphany" %name
|
||||||
|
# Copy the icons in hicolor, else brp-check is sad
|
||||||
%find_lang %{name} %{?no_lang_C}
|
|
||||||
for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do
|
for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do
|
||||||
if test -f %{_datadir}/icons/gnome/$size/apps/web-browser.png; then
|
if test -f %{_datadir}/icons/gnome/$size/apps/web-browser.png; then
|
||||||
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/$size/apps
|
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
|
cp -a %{_datadir}/icons/gnome/$size/apps/web-browser.png %{buildroot}%{_datadir}/icons/hicolor/$size/apps/web-browser.png
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
%suse_update_desktop_file bme
|
%suse_update_desktop_file bme
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
Loading…
Reference in New Issue
Block a user