Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit gnome-utils
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 25 Sep 2007 21:06:36 +0200
- Message-id: <20070925190636.92060678334@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gnome-utils
checked in at Tue Sep 25 21:06:36 CEST 2007.
--------
--- GNOME/gnome-utils/gnome-utils.changes 2007-09-19 03:22:58.000000000 +0200
+++ /mounts/work_src_done/STABLE/STABLE/gnome-utils/gnome-utils.changes 2007-09-24 20:23:15.085491000 +0200
@@ -1,0 +2,7 @@
+Mon Sep 24 19:55:40 CEST 2007 - maw@xxxxxxx
+
+- Rename %{_datadir}/pixmaps/system-search.png to
+ %{_datadir}/pixmaps/gnome-utils-system-search.png, and modify
+ .desktop files accordingly (#307290).
+
+-------------------------------------------------------------------
New:
----
system-search-in-desktop-files.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-utils.spec ++++++
--- /var/tmp/diff_new_pack.Vq2672/_old 2007-09-25 21:06:25.000000000 +0200
+++ /var/tmp/diff_new_pack.Vq2672/_new 2007-09-25 21:06:25.000000000 +0200
@@ -17,7 +17,7 @@
Provides: gnome-utils2
Obsoletes: gnome-utils2
Version: 2.20.0.1
-Release: 1
+Release: 5
Summary: Basic Utilities for the GNOME 2.x Desktop
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnome-utils/2.16/%{name}-%{version}.tar.bz2
Source1: gnome-screenshot.desktop
@@ -30,6 +30,7 @@
Patch27: baobab-desktop.patch
Patch28: abuild-warnings.patch
#Patch29: genericname-desktop.patch
+Patch30: system-search-in-desktop-files.patch
Url: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: gnome-icon-theme tango-icon-theme
@@ -296,6 +297,7 @@
%patch27
%patch28 -p1
#%patch29 -p1
+%patch30 -p1
gnome-patch-translation-update
%build
@@ -329,7 +331,8 @@
# FIXME!
install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps
ln -s %{_datadir}/icons/gnome/16x16/devices/gnome-dev-floppy.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/gnome-dev-floppy.png
-ln -s %{_datadir}/icons/gnome/16x16/actions/system-search.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/system-search.png
+# FIXME too!
+ln -s %{_datadir}/icons/gnome/16x16/actions/system-search.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/gnome-utils-system-search.png
%find_lang %{name}-2.0
%find_gconf_schemas
cat %{name}.schemas_list >%{name}.lst
@@ -385,8 +388,11 @@
%files doc
%defattr(-,root,root)
%{_datadir}/gtk-doc/html/gdict
-
%changelog
+* Mon Sep 24 2007 - maw@xxxxxxx
+- Rename %%{_datadir}/pixmaps/system-search.png to
+ %%{_datadir}/pixmaps/gnome-utils-system-search.png, and modify
+ .desktop files accordingly (#307290).
* Wed Sep 19 2007 - mauro@xxxxxxx
- Update to version 2.20.0.1
+ Fix bug #477960 - missing gnome-dictionary.png or wrong icon name?
++++++ system-search-in-desktop-files.patch ++++++
Index: gnome-utils-2.20.0.1/gsearchtool/gnome-search-tool.desktop
===================================================================
--- gnome-utils-2.20.0.1.orig/gsearchtool/gnome-search-tool.desktop
+++ gnome-utils-2.20.0.1/gsearchtool/gnome-search-tool.desktop
@@ -113,7 +113,7 @@ Comment[zh_CN]=按照名称或内容定
Comment[zh_HK]=以名稱或內容來尋找電腦中的文件或資料夾
Comment[zh_TW]=以名稱或內容來尋找電腦中的文件或資料夾
Exec=gnome-search-tool
-Icon=system-search
+Icon=gnome-utils-system-search
Terminal=false
Type=Application
StartupNotify=true
Index: gnome-utils-2.20.0.1/gsearchtool/gnome-search-tool.desktop.in
===================================================================
--- gnome-utils-2.20.0.1.orig/gsearchtool/gnome-search-tool.desktop.in
+++ gnome-utils-2.20.0.1/gsearchtool/gnome-search-tool.desktop.in
@@ -3,7 +3,7 @@ Encoding=UTF-8
_Name=Search for Files...
_Comment=Locate documents and folders on this computer by name or content
Exec=gnome-search-tool
-Icon=system-search
+Icon=gnome-utils-system-search
Terminal=false
Type=Application
StartupNotify=true
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |