[meego-packaging] 4869: Changes to Trunk:Handset/meego-handset-fixup
Shane Bryan
shane.bryan at linux.intel.com
Thu Jun 24 22:42:15 PDT 2010
Hi,
I have made the following changes to meego-handset-fixup in project Trunk:Handset. Please review and accept ASAP.
Thank You,
Shane Bryan
[This message was auto-generated]
---
Request #4869:
submit: devel:ux:handset/meego-handset-fixup(r9) -> Trunk:Handset/meego-handset-fixup
Message:
Fixes BMC#3468, BMC#3471, BMC#3470
State: new 2010-06-24T17:39:23 sbryan
Comment: None
changes files:
--------------
--- meego-handset-fixup.changes
+++ meego-handset-fixup.changes
@@ -1,0 +2,8 @@
+Fri Jun 25 05:22:46 UTC 2010 - shane.bryan at linux.intel.com
+
+- Fixes BMC#3468, BMC#3471, BMC#3470
+ BMC#3468 photo viewer does not show sample photos
+ BMC#3471 Widgetsgallery application launcher button does nothing
+ BMC#3470 Chat application launcher button does nothing
+
+-------------------------------------------------------------------
new:
----
0001-Fix-BMC-3470-Chat-application-launcher-button-does-n.patch
0001-Fixed-BMC-3468-photo-viewer-does-not-show-sample-pho.patch
0002-Fix-BMC-3471-Widgetsgallery-application-launcher-but.patch
spec files:
-----------
--- meego-handset-fixup.spec
+++ meego-handset-fixup.spec
@@ -15,6 +15,9 @@
Source0: %{name}-%{version}.tar.bz2
Source100: meego-handset-fixup.yaml
Patch0: fix-pictures-desktop-exec-name.patch
+Patch1: 0001-Fix-BMC-3470-Chat-application-launcher-button-does-n.patch
+Patch2: 0002-Fix-BMC-3471-Widgetsgallery-application-launcher-but.patch
+Patch3: 0001-Fixed-BMC-3468-photo-viewer-does-not-show-sample-pho.patch
Requires: rsync
@@ -31,6 +34,12 @@
# fix-pictures-desktop-exec-name.patch
%patch0 -p1
+# 0001-Fix-BMC-3470-Chat-application-launcher-button-does-n.patch
+%patch1 -p1
+# 0002-Fix-BMC-3471-Widgetsgallery-application-launcher-but.patch
+%patch2 -p1
+# 0001-Fixed-BMC-3468-photo-viewer-does-not-show-sample-pho.patch
+%patch3 -p1
# >> setup
# << setup
other changes:
--------------
++++++ 0001-Fix-BMC-3470-Chat-application-launcher-button-does-n.patch (new)
--- 0001-Fix-BMC-3470-Chat-application-launcher-button-does-n.patch
+++ 0001-Fix-BMC-3470-Chat-application-launcher-button-does-n.patch
+From 71cd4cbd203db62990492d6224720932bc29db8f Mon Sep 17 00:00:00 2001
+From: Shane Bryan <shane.bryan at linux.intel.com>
+Date: Thu, 24 Jun 2010 21:57:12 -0700
+Subject: [PATCH 1/2] Fix BMC#3470 Chat application launcher button does nothing
+
+Signed-off-by: Shane Bryan <shane.bryan at linux.intel.com>
+---
+ applications/chat.desktop | 1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/applications/chat.desktop b/applications/chat.desktop
+index 00e1e7c..4ad4c49 100644
+--- a/applications/chat.desktop
++++ b/applications/chat.desktop
+@@ -2,7 +2,6 @@
+ Type=Application
+ Name=Chat
+ Icon=icons-Applications-chat
+-Exec=meechat
+ Exec=mannequin Chat This is a placeholder for the MeeGo Chat Application
+ Comment=MeeGo instant messaging application
+ Categories=Network;InstantMessaging;
+--
+1.6.1.3
+
++++++ 0001-Fixed-BMC-3468-photo-viewer-does-not-show-sample-pho.patch (new)
--- 0001-Fixed-BMC-3468-photo-viewer-does-not-show-sample-pho.patch
+++ 0001-Fixed-BMC-3468-photo-viewer-does-not-show-sample-pho.patch
+From 3ab70c6202dc492f0fd63b88e3606fac9d831399 Mon Sep 17 00:00:00 2001
+From: Shane Bryan <shane.bryan at linux.intel.com>
+Date: Thu, 24 Jun 2010 22:20:10 -0700
+Subject: [PATCH] Fixed BMC#3468 photo viewer does not show sample photos
+
+Signed-off-by: Shane Bryan <shane.bryan at linux.intel.com>
+---
+ bin/fixup | 3 +++
+ 1 files changed, 3 insertions(+), 0 deletions(-)
+
+diff --git a/bin/fixup b/bin/fixup
+index d2b5db5..26a1672 100755
+--- a/bin/fixup
++++ b/bin/fixup
+@@ -24,3 +24,6 @@ cp -f /usr/share/fixup/data/launcherbuttons.data /etc/xdg/duihome/launcherbutton
+
+ # Make sure phonesim is autostarted
+ [ ! -e /etc/xdg/autostart/phonesim.desktop ] && cp /usr/share/applications/phonesim.desktop /etc/xdg/autostart/
++
++# Link to the sample media so we have content for Pictures app
++[ ! -d /home/meego/Pictures ] && [ ! -L /home/meego/Pictures ] && ln -s /usr/share/sample-media/Pictures /home/meego/Pictures
+--
+1.6.1.3
+
++++++ 0002-Fix-BMC-3471-Widgetsgallery-application-launcher-but.patch (new)
--- 0002-Fix-BMC-3471-Widgetsgallery-application-launcher-but.patch
+++ 0002-Fix-BMC-3471-Widgetsgallery-application-launcher-but.patch
+From 1f1f9ce541201737e85a21e2940309b9000576a9 Mon Sep 17 00:00:00 2001
+From: Shane Bryan <shane.bryan at linux.intel.com>
+Date: Thu, 24 Jun 2010 21:59:14 -0700
+Subject: [PATCH 2/2] Fix BMC#3471 Widgetsgallery application launcher button does nothing
+
+Signed-off-by: Shane Bryan <shane.bryan at linux.intel.com>
+---
+ applications/widgetsgallery.desktop | 8 --------
+ 1 files changed, 0 insertions(+), 8 deletions(-)
+ delete mode 100644 applications/widgetsgallery.desktop
+
+diff --git a/applications/widgetsgallery.desktop b/applications/widgetsgallery.desktop
+deleted file mode 100644
+index a66d0ee..0000000
+--- a/applications/widgetsgallery.desktop
++++ /dev/null
+@@ -1,8 +0,0 @@
+-[Desktop Entry]
+-Type=Application
+-Name=Widgets Gallery
+-Icon=icons-Applications-widgets
+-Exec=widgetsgallery
+-X-Maemo-Service=com.nokia.widgetsgallery
+-OnlyShowIn=X-MeeGo;
+-X-Desktop-File-Install-Version=0.16
+--
+1.6.1.3
+
++++++ meego-handset-fixup.yaml
--- meego-handset-fixup.yaml
+++ meego-handset-fixup.yaml
@@ -9,6 +9,9 @@
- "%{name}-%{version}.tar.bz2"
Patches:
- fix-pictures-desktop-exec-name.patch
+ - 0001-Fix-BMC-3470-Chat-application-launcher-button-does-n.patch
+ - 0002-Fix-BMC-3471-Widgetsgallery-application-launcher-but.patch
+ - 0001-Fixed-BMC-3468-photo-viewer-does-not-show-sample-pho.patch
Description: |
meego-handset-fixup is a end-of-ks fixup script and data files
More information about the Meego-packaging
mailing list