Mailinglist Archive: opensuse-commit (1124 mails)
| < Previous | Next > |
commit control-center2
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 03 Apr 2007 21:09:18 +0200
- Message-id: <20070403190918.B2C63678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package control-center2
checked in at Tue Apr 3 21:09:18 CEST 2007.
--------
--- GNOME/control-center2/control-center2.changes 2007-03-31 01:29:02.000000000 +0200
+++ /mounts/work_src_done/STABLE/control-center2/control-center2.changes 2007-04-02 19:23:59.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Apr 2 19:16:04 CEST 2007 - sbrabec@xxxxxxx
+
+- Ported control-center-default-applications-ftp+news.patch
+ (#113104#c11).
+- Added seamonkey to default applications list.
+
+-------------------------------------------------------------------
New:
----
control-center-seamonkey.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ control-center2.spec ++++++
--- /var/tmp/diff_new_pack.PL3981/_old 2007-04-03 21:06:07.000000000 +0200
+++ /var/tmp/diff_new_pack.PL3981/_new 2007-04-03 21:06:07.000000000 +0200
@@ -18,7 +18,7 @@
Obsoletes: fontilus themus acme
Provides: fontilus themus acme
Version: 2.18.0
-Release: 1
+Release: 3
Summary: The GNOME Control Center for the GNOME 2.x Desktop
Source: %{_name}-%{version}.tar.bz2
Source1: control-center-art.tar.bz2
@@ -34,11 +34,18 @@
Patch12: size.patch
Patch13: gnomecc-docpath.patch
Patch14: control-center2-system-proxy-configuration.diff
+# FIXME:
+# FTP Client settings need "Open in new Window/Tab", too.
+# Or better: One value should be "Use default Web Browser" and others
+# will not need it.
Patch15: control-center-default-applications-ftp+news.patch
+# control-center-default-applications-ftp+news.patch refers to folder-remote icon:
+Requires: gnome-icon-theme
Patch20: control-center2-compiz-keybindings.patch
Patch22: control-center-2.12.2-beagle-search-hotkey.patch
Patch23: control-center2-217790-sanitize-dpi.diff
Patch24: jhmfc.patch
+Patch25: control-center-seamonkey.patch
Patch100: control-center2-po-update.patch
URL: http://www.gnome.org
Requires: nautilus
@@ -98,11 +105,12 @@
%patch13
%patch14 -p0
cp %{S:3} capplets/passwd/change-password.png
-#%patch15
+%patch15
%patch20
%patch22 -p1
%patch23 -p1
%patch24 -p1
+%patch25
gnome-patch-translation-update
%build
@@ -229,6 +237,10 @@
%{_libdir}/pkgconfig/*.pc
%changelog
+* Mon Apr 02 2007 - sbrabec@xxxxxxx
+- Ported control-center-default-applications-ftp+news.patch
+ (#113104#c11).
+- Added seamonkey to default applications list.
* Sat Mar 31 2007 - maw@xxxxxxx
- Update to version 2.18.0
- b.g.o 344741 and 413468 (partially).
++++++ control-center-default-applications-ftp+news.patch ++++++
++++ 2011 lines (skipped)
++++ between GNOME/control-center2/control-center-default-applications-ftp+news.patch
++++ and /mounts/work_src_done/STABLE/control-center2/control-center-default-applications-ftp+news.patch
++++++ control-center-seamonkey.patch ++++++
--- capplets/default-applications/gnome-default-applications.xml.in
+++ capplets/default-applications/gnome-default-applications.xml.in
@@ -102,6 +102,16 @@
<win-command>mozilla -remote "openurl(%s,new-window)"</win-command>
</web-browser>
<web-browser>
+ <_name>SeaMonkey</_name>
+ <executable>seamonkey</executable>
+ <command>seamonkey %s</command>
+ <icon-name>seamonkey</icon-name>
+ <run-in-terminal>false</run-in-terminal>
+ <netscape-remote>true</netscape-remote>
+ <tab-command>seamonkey -remote "openurl(%s,new-tab)"</tab-command>
+ <win-command>seamonkey -remote "openurl(%s,new-window)"</win-command>
+ </web-browser>
+ <web-browser>
<_name>Netscape Communicator</_name>
<executable>netscape</executable>
<command>netscape %s</command>
@@ -251,6 +261,16 @@
<win-command>mozilla -remote "openurl(%s,new-window)"</win-command>
</ftp-client>
<ftp-client>
+ <_name>SeaMonkey</_name>
+ <executable>seamonkey</executable>
+ <command>seamonkey %s</command>
+ <icon-name>seamonkey</icon-name>
+ <run-in-terminal>false</run-in-terminal>
+ <netscape-remote>true</netscape-remote>
+ <tab-command>seamonkey -remote "openurl(%s,new-tab)"</tab-command>
+ <win-command>seamonkey -remote "openurl(%s,new-window)"</win-command>
+ </ftp-client>
+ <ftp-client>
<_name>Netscape Communicator</_name>
<executable>netscape</executable>
<command>netscape %s</command>
@@ -395,6 +415,13 @@
<run-in-terminal>false</run-in-terminal>
</mail-reader>
<mail-reader>
+ <_name>SeaMonkey Mail</_name>
+ <executable>seamonkey</executable>
+ <command>seamonkey -mail %s</command>
+ <icon-name>seamonkey</icon-name>
+ <run-in-terminal>false</run-in-terminal>
+ </mail-reader>
+ <mail-reader>
<_name>Mutt</_name>
<executable>mutt</executable>
<command>mutt %s</command>
@@ -460,6 +487,13 @@
<tab-command>mozilla -news -remote "openurl(%s,new-tab)"</tab-command>
<win-command>mozilla -news -remote "openurl(%s,new-window)"</win-command>
</news-reader>
+ <news-reader>
+ <_name>SeaMonkey News</_name>
+ <executable>seamonkey</executable>
+ <command>seamonkey -news %s</command>
+ <icon-name>seamonkey</icon-name>
+ <run-in-terminal>false</run-in-terminal>
+ </news-reader>
<news-reader>
<_name>TIN News Reader</_name>
<executable>tin</executable>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |