I have made the following changes intended for :
  CE:MW:Shared / mthemedaemon

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.pub.meego.com//request/show/8370

Thank You,
Robin Burchell

[This message was auto-generated]

---

Request # 8370:

Messages from BOSS:

State: review at 2013-03-04T11:34:51 by bossbot

Reviews:
       accepted by bossbot : Prechecks succeeded.
       new for CE-maintainers : Please replace this text with a review and 
approve/reject the review (not the SR). BOSS will take care of the rest

Changes:
  submit: home:w00t:branches:CE:MW:Shared / mthemedaemon -> CE:MW:Shared / 
mthemedaemon
  
changes files:
--------------
--- mthemedaemon.changes
+++ mthemedaemon.changes
@@ -0,0 +1,5 @@
+* Mon Mar 04 2013 Robin Burchell <[email protected]> - 1.0.3
+- Don't check for meegotouch CSS directory, check for base theme icons instead
+  Not everything uses libmeegotouch (and thus meegotouch-theme), so the CSS
+  directory may not exist.
+

old:
----
  mthemedaemon-1.0.2.tar.bz2

new:
----
  mthemedaemon-1.0.3.tar.bz2

spec files:
-----------
--- mthemedaemon.spec
+++ mthemedaemon.spec
@@ -9,7 +9,7 @@
 # << macros
 
 Summary:    Shared theme resource loader
-Version:    1.0.2
+Version:    1.0.3
 Release:    1
 Group:      System/Libraries
 License:    LGPLv2.1
@@ -30,7 +30,7 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n %{name}
 
 # >> setup
 # << setup

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

++++++ mthemedaemon-1.0.2.tar.bz2 -> mthemedaemon-1.0.3.tar.bz2
--- mthemedaemon.cpp
+++ mthemedaemon.cpp
@@ -41,10 +41,10 @@
 {
     // check that the base theme ("fallback") directory exists.
     QDir baseThemeDir(systemThemeDirectory() + QDir::separator() + "base" + 
QDir::separator() +
-                      "meegotouch" + QDir::separator() + "libmeegotouchcore" + 
QDir::separator() + "style");
+                      "meegotouch" + QDir::separator() + "icons");
     if (!baseThemeDir.exists()) {
         // we don't have the base theme ("fallback") directory, so exit!
-        qFatal("MThemeDaemon - base theme directory not found: %s. Please 
(re)install meegotouchtheme package.",
+        qFatal("MThemeDaemon: base theme not found: %s. Please install a base 
theme package (like nemo-theme-default)",
                qPrintable(baseThemeDir.absolutePath()));
     }
 }

++++++ mthemedaemon.yaml
--- mthemedaemon.yaml
+++ mthemedaemon.yaml
@@ -1,6 +1,6 @@
 Name: mthemedaemon
 Summary: Shared theme resource loader
-Version: 1.0.2
+Version: 1.0.3
 Release: 1
 Group: System/Libraries
 License: LGPLv2.1



Reply via email to