Accepting request 44836 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/epiphany via accept of submit request 44836 revision 2. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/44836 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=73
This commit is contained in:
parent
5132375c94
commit
28c4b2da6f
9
epiphany-hide-bookmark-editor.patch
Normal file
9
epiphany-hide-bookmark-editor.patch
Normal file
@ -0,0 +1,9 @@
|
||||
Index: epiphany-2.30.2/data/bme.desktop.in.in
|
||||
===================================================================
|
||||
--- epiphany-2.30.2.orig/data/bme.desktop.in.in
|
||||
+++ epiphany-2.30.2/data/bme.desktop.in.in
|
||||
@@ -12,3 +12,4 @@ X-GNOME-Bugzilla-Product=epiphany
|
||||
X-GNOME-Bugzilla-Component=BugBuddyBugs
|
||||
X-GNOME-Bugzilla-Version=@VERSION@
|
||||
Categories=Network;GNOME;GTK;
|
||||
+NoDisplay=true
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 7 12:18:27 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Change libwebkit-devel BuildRequires (and Requires of devel
|
||||
package) to libwebkitgtk-devel, since this package got renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 14 11:43:54 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Add epiphany-hide-bookmark-editor.patch to hide bme.desktop in
|
||||
the menus.
|
||||
- Do not add a System category to bme.desktop.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 3 19:00:25 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -19,12 +19,14 @@
|
||||
|
||||
Name: epiphany
|
||||
Version: 2.30.2
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: GPLv2+
|
||||
Summary: GNOME Web Browser Based on the WebKit Rendering Engine
|
||||
Url: http://www.gnome.org/projects/epiphany/
|
||||
Group: Productivity/Networking/Web/Browsers
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
# PATCH-FIX-OPENSUSE epiphany-hide-bookmark-editor.patch vuntz@opensuse.org -- Hide bookmark editors in menu
|
||||
Patch0: epiphany-hide-bookmark-editor.patch
|
||||
# PATCH-FEATURE-OPENSUSE epiphany-safe-one-click-install.patch bnc330070 vuntz@novell.com -- Make one-click install work with one-click
|
||||
Patch6: epiphany-safe-one-click-install.patch
|
||||
BuildRequires: NetworkManager-devel
|
||||
@ -46,7 +48,7 @@ BuildRequires: libgnome-keyring-devel
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: libseed-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libwebkit-devel
|
||||
BuildRequires: libwebkitgtk-devel
|
||||
BuildRequires: libxslt-devel
|
||||
%if 0%{suse_version} > 1110
|
||||
BuildRequires: lsb-release
|
||||
@ -74,7 +76,7 @@ Summary: GNOME Web Browser based on the WebKit Rendering Engine
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gtk2-devel
|
||||
Requires: libwebkit-devel
|
||||
Requires: libwebkitgtk-devel
|
||||
Requires: libxml2-devel
|
||||
|
||||
%description devel
|
||||
@ -111,6 +113,7 @@ This package provides upstream Look and Feel for Epiphany.
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
%patch0 -p1
|
||||
%patch6 -p1
|
||||
|
||||
%build
|
||||
@ -143,7 +146,7 @@ if ! test -d %{buildroot}${extensionsdir}; then
|
||||
install -d -m 0755 %{buildroot}${extensionsdir}
|
||||
fi
|
||||
%suse_update_desktop_file -N "Epiphany" %name
|
||||
%suse_update_desktop_file bme System
|
||||
%suse_update_desktop_file bme
|
||||
%find_lang %{name}
|
||||
%find_gconf_schemas
|
||||
%fdupes %{buildroot}
|
||||
|
Loading…
Reference in New Issue
Block a user