summaryrefslogtreecommitdiff
path: root/qtc_packaging
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-10 19:15:18 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-10 19:15:18 +0200
commit15ac98299094f5502044fde7820bf4b05a898a83 (patch)
tree959497f9c1b6745da64c044720874318618b9033 /qtc_packaging
parent4ad9e1874af29864ca8531e5ba033b85d6616639 (diff)
downloadsowatch-15ac98299094f5502044fde7820bf4b05a898a83.tar.gz
sowatch-15ac98299094f5502044fde7820bf4b05a898a83.zip
autostart daemon on boot
Diffstat (limited to 'qtc_packaging')
-rw-r--r--qtc_packaging/debian_fremantle/changelog11
-rw-r--r--qtc_packaging/debian_fremantle/control4
-rw-r--r--qtc_packaging/debian_harmattan/control2
-rw-r--r--qtc_packaging/debian_harmattan/manifest.aegis6
4 files changed, 19 insertions, 4 deletions
diff --git a/qtc_packaging/debian_fremantle/changelog b/qtc_packaging/debian_fremantle/changelog
index d7f6d4b..2c1a390 100644
--- a/qtc_packaging/debian_fremantle/changelog
+++ b/qtc_packaging/debian_fremantle/changelog
@@ -1,3 +1,14 @@
+sowatch (0.4.0) unstable; urgency=low
+
+ * Brand new configuration user interface.
+ * Use ConfigKey abstraction instead of directly hitting QSettings
+ * Add GConfKey backend to ConfigKey.
+ * Daemon now dynamically loads/unloads watches & watchlets as the
+ settings change.
+ * New Qt Messaging Framework based watchlet.
+
+ -- Javier S. Pedro <maemo@javispedro.com> Fri, 10 Aug 2012 17:46:00 +0200
+
sowatch (0.3.1) unstable; urgency=low
* No longer using Qt Resources for anything.
diff --git a/qtc_packaging/debian_fremantle/control b/qtc_packaging/debian_fremantle/control
index b36faf6..835f4e3 100644
--- a/qtc_packaging/debian_fremantle/control
+++ b/qtc_packaging/debian_fremantle/control
@@ -1,7 +1,7 @@
Source: sowatch
Section: user/other
Priority: optional
-Maintainer: Javier <javier@unknown>
+Maintainer: Javier S. Pedro <maemo@javispedro.com>
Build-Depends: debhelper (>= 5), libqt4-dev, libqtm-12-dev, pkg-config
Standards-Version: 3.7.3
Homepage: http://gitorious.org/sowatch
@@ -16,6 +16,6 @@ Description: Bluetooth smartwatch manager
- Notifications support: incoming calls, messages, etc.
- Watchlets: control the media player or view a map.
.
- Currently, only the MetaWatch is supported.
+ Currently, only the digital MetaWatch is supported.
XB-Maemo-Display-Name: Sowatch
XB-Maemo-Icon-26:
diff --git a/qtc_packaging/debian_harmattan/control b/qtc_packaging/debian_harmattan/control
index 5a3bc5c..a565d3d 100644
--- a/qtc_packaging/debian_harmattan/control
+++ b/qtc_packaging/debian_harmattan/control
@@ -1,7 +1,7 @@
Source: sowatch
Section: user/other
Priority: optional
-Maintainer: Javier <javier@unknown>
+Maintainer: Javier S. Pedro <maemo@javispedro.com>
Build-Depends: debhelper (>= 5), libqt4-dev, libqtm-dev, pkg-config,
applauncherd-dev, libqmafw0-dev, libqmafw-shared0-dev,
libnotificationsystem-dev, libcontextsubscriber-dev
diff --git a/qtc_packaging/debian_harmattan/manifest.aegis b/qtc_packaging/debian_harmattan/manifest.aegis
index a9da1d2..26754f3 100644
--- a/qtc_packaging/debian_harmattan/manifest.aegis
+++ b/qtc_packaging/debian_harmattan/manifest.aegis
@@ -1,6 +1,10 @@
<aegis>
<request>
- <!-- Request a few tokens for watchlets to use. -->
+ <!-- The daemon is supposed to be run as user. -->
+ <credential name="UID::user" />
+ <credential name="GID::users" />
+
+ <!-- Request a few additional tokens for watchlets to use. -->
<credential name="TrackerReadAccess" />
<credential name="Location" />