Merge lp:~mortenmjelva/zeitgeist-datasources/trivia into lp:zeitgeist-datasources/0.8

Proposed by Morten Mjelva
Status: Merged
Approved by: Morten Mjelva
Approved revision: 100
Merged at revision: 100
Proposed branch: lp:~mortenmjelva/zeitgeist-datasources/trivia
Merge into: lp:zeitgeist-datasources/0.8
Diff against target: 55 lines (+15/-2)
3 files modified
configure.ac (+7/-1)
telepathy/Makefile.am (+7/-0)
telepathy/org.freedesktop.Telepathy.Client.Zeitgeist.service (+1/-1)
To merge this branch: bzr merge lp:~mortenmjelva/zeitgeist-datasources/trivia
Reviewer Review Type Date Requested Status
Morten Mjelva Approve
Review via email: mp+42775@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Morten Mjelva (mortenmjelva) wrote :

Typo fix after review by Seif Lotfy. Merging.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'configure.ac'
--- configure.ac 2010-11-10 16:39:21 +0000
+++ configure.ac 2010-12-05 10:22:52 +0000
@@ -65,7 +65,7 @@
65AC_MSG_RESULT($all_plugins)65AC_MSG_RESULT($all_plugins)
6666
67# The full list of plugins67# The full list of plugins
68allowed_plugins="bzr chrome eog firefox-libzg geany gedit rhythmbox totem-libzg vim emacs tomboy"68allowed_plugins="bzr chrome eog firefox-libzg geany gedit rhythmbox totem-libzg vim emacs tomboy telepathy"
69# currently disabled = "epiphany"69# currently disabled = "epiphany"
7070
71# npapi-plugin has a template Makefile.am, but don't use it directly71# npapi-plugin has a template Makefile.am, but don't use it directly
@@ -222,6 +222,8 @@
222 emacs)222 emacs)
223 AM_PATH_LISPDIR223 AM_PATH_LISPDIR
224 ;;224 ;;
225 telepathy)
226 ;;
225 *)227 *)
226 plugin_error_or_ignore "${plugin} is not handled"228 plugin_error_or_ignore "${plugin} is not handled"
227 continue229 continue
@@ -307,6 +309,10 @@
307 AC_CONFIG_FILES([emacs/Makefile])309 AC_CONFIG_FILES([emacs/Makefile])
308 continue 2310 continue 2
309 ;;311 ;;
312 telepathy)
313 AC_CONFIG_FILES([telepathy/Makefile])
314 continue 2
315 ;;
310 *)316 *)
311 AC_MSG_ERROR([cannot configure ${allowed_plugin}])317 AC_MSG_ERROR([cannot configure ${allowed_plugin}])
312 continue 2318 continue 2
313319
=== added file 'telepathy/Makefile.am'
--- telepathy/Makefile.am 1970-01-01 00:00:00 +0000
+++ telepathy/Makefile.am 2010-12-05 10:22:52 +0000
@@ -0,0 +1,7 @@
1servicedir = ${datadir}/dbus-1/services
2nodist_service_DATA = org.freedesktop.Telepathy.Client.Zeitgeist.service
3
4appdir = ${datadir}/telepathy/clients
5app_DATA = Zeitgeist.client
6
7bin_SCRIPTS = zeitgeist-telepathy-observer
08
=== modified file 'telepathy/org.freedesktop.Telepathy.Client.Zeitgeist.service'
--- telepathy/org.freedesktop.Telepathy.Client.Zeitgeist.service 2010-12-04 20:22:46 +0000
+++ telepathy/org.freedesktop.Telepathy.Client.Zeitgeist.service 2010-12-05 10:22:52 +0000
@@ -1,3 +1,3 @@
1[D-BUS Service]1[D-BUS Service]
2Name=org.freedesktop.Telepathy.Client.Zeitgeist2Name=org.freedesktop.Telepathy.Client.Zeitgeist
3Exec=/home/seif/Projects/zeitgeist-dataproviders/telepathy/zeitgeist-telepathy-observer.py3Exec=/usr/bin/zeitgeist-telepathy-observer
44
=== renamed file 'telepathy/zeitgeist-telepathy-observer.py' => 'telepathy/zeitgeist-telepathy-observer'

Subscribers

People subscribed via source and target branches