Mailinglist Archive: opensuse-commit (861 mails)
| < Previous | Next > |
commit gok for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 14 Jan 2011 17:14:31 +0100
- Message-id: <20110114161431.B75EF202AD@hilbert.suse.de>
Hello community,
here is the log from the commit of package gok for openSUSE:Factory
checked in at Fri Jan 14 17:14:31 CET 2011.
--------
--- GNOME/gok/gok.changes 2010-12-14 15:05:02.000000000 +0100
+++ gok/gok.changes 2011-01-12 11:51:44.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan 12 11:51:23 CET 2011 - vuntz@xxxxxxxxxxxx
+
+- Add gok-firefox.patch to use firefox instead of mozilla for the
+ browser.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
gok-firefox.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gok.spec ++++++
--- /var/tmp/diff_new_pack.A32JaS/_old 2011-01-14 17:14:20.000000000 +0100
+++ /var/tmp/diff_new_pack.A32JaS/_new 2011-01-14 17:14:20.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package gok (Version 2.30.1)
+# spec file for package gok
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
Name: gok
Version: 2.30.1
-Release: 2
+Release: 3
License: LGPLv2.1+
Summary: GNOME On-Screen Keyboard
Url: http://www.gok.ca/
@@ -27,6 +27,8 @@
Source: %{name}-%{version}.tar.bz2
# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
Patch0: %{name}-desktop.patch
+# PATCH-FIX-UPSTREAM gok-firefox.patch bgo#639294 vuntz@xxxxxxxxxxxx -- Use
firefox instead of mozilla for the browser
+Patch1: gok-firefox.patch
BuildRequires: at-spi-devel
BuildRequires: atk-devel
BuildRequires: dbus-1-glib-devel
@@ -75,6 +77,7 @@
%prep
%setup -q
%patch0
+%patch1 -p1
%build
%configure\
++++++ gok-firefox.patch ++++++
commit 73352268a585bfd7a6064772cb83061a323ecd0e
Author: Vincent Untz <vuntz@xxxxxxxxx>
Date: Wed Jan 12 11:46:10 2011 +0100
Use firefox instead of mozilla for the web browser key
It should really just look at the default web browser chosen by the user
in the control center, but well...
https://bugzilla.gnome.org/show_bug.cgi?id=639294
diff --git a/launcher.kbd.in b/launcher.kbd.in
index 78e7a74..5df0111 100644
--- a/launcher.kbd.in
+++ b/launcher.kbd.in
@@ -11,7 +11,7 @@
</GOK:key>
<GOK:key left="3" right="6" top="0" bottom="1" type="normal">
<_GOK:label>Web Browser</_GOK:label>
- <GOK:output type="exec">mozilla</GOK:output>
+ <GOK:output type="exec">firefox</GOK:output>
</GOK:key>
<GOK:key left="0" right="3" top="1" bottom="2" type="normal">
<_GOK:label>Text Editor</_GOK:label>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |