[meego-commits] 6882: Changes to Trunk/meegotouch-controlpanel

Brian Harring brian.harring at intel.com
Sat Aug 21 00:27:04 UTC 2010


Hi,
I have made the following changes to meegotouch-controlpanel in project Trunk. Please review and accept ASAP.

Thank You,
Brian Harring

[This message was auto-generated]

---

Request #6882:

  submit:   home:ferringb:branches:Trunk/meegotouch-controlpanel(r3)(cleanup) -> Trunk/meegotouch-controlpanel


Message:
    add in categorization to the desktop entry so it'll show up properly in ivihome

State:   new          2010-08-20T12:17:22 ferringb
Comment: None



changes files:
--------------
--- meegotouch-controlpanel.changes
+++ meegotouch-controlpanel.changes
@@ -0,0 +1,3 @@
+* Fri Aug 20 2010 Brian Harring <brian.harring at intel.com> 0.8.4
+- add appropriate categories; ividesktop requires this to display it.
+

new:
----
  categories.patch

spec files:
-----------
--- meegotouch-controlpanel.spec
+++ meegotouch-controlpanel.spec
@@ -15,6 +15,7 @@
 Source0:    %{name}-%{version}.tar.bz2
 Source100:  meegotouch-controlpanel.yaml
 Patch0:     meegotouchcontrolpanel-0.7.19-add-english-translations
+Patch1:     categories.patch
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires:  pkgconfig(QtCore) >= 4.6.0
@@ -51,6 +52,8 @@
 
 # meegotouchcontrolpanel-0.7.19-add-english-translations
 %patch0 -p1
+# categories.patch
+%patch1 -p1
 # >> setup
 %define _qt4_prefix %{_libdir}/qt4
 # << setup

other changes:
--------------

++++++ categories.patch (new)
--- categories.patch
+++ categories.patch
+diff -urN meegotouch-controlpanel-0.8.4-orig/controlpanel/src/duicontrolpanel.desktop meegotouch-controlpanel-0.8.4/controlpanel/src/duicontrolpanel.desktop
+--- meegotouch-controlpanel-0.8.4-orig/controlpanel/src/duicontrolpanel.desktop	2010-07-08 10:15:50.000000000 -0700
++++ meegotouch-controlpanel-0.8.4/controlpanel/src/duicontrolpanel.desktop	2010-08-20 17:08:14.726953027 -0700
+@@ -5,3 +5,5 @@
+ X-MeeGo-Translation-Catalog=settings
+ Icon=icon-l-settings
+ Exec=/usr/bin/duicontrolpanel
++Categories=Settings;
++

++++++ meegotouch-controlpanel.yaml
--- meegotouch-controlpanel.yaml
+++ meegotouch-controlpanel.yaml
@@ -9,6 +9,7 @@
     - "%{name}-%{version}.tar.bz2"
 Patches:
     - meegotouchcontrolpanel-0.7.19-add-english-translations
+    - categories.patch
 Description: MeeGo Control Panel 
 
 PkgBR:




More information about the MeeGo-commits mailing list