summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-12 13:21:47 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-07 16:26:54 +0000
commitf58cccac0ae65ce87a7fc5fc371669c7c9e7687e (patch)
tree255452e4a5bfa4228e5aee549090fae67ee52ab6
parent4b501c3e26383c48f8b671963ef30924eae66780 (diff)
downloadtelepathy-idle-f58cccac0ae65ce87a7fc5fc371669c7c9e7687e.tar.gz
Be parallel-installable with Idle 0.x
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49737 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r--.gitignore4
-rw-r--r--data/im.telepathy.v1.ConnectionManager.idle.service.in2
-rw-r--r--src/Makefile.am10
-rw-r--r--src/telepathy-idle-1.8.in (renamed from src/telepathy-idle.8.in)6
-rw-r--r--tests/twisted/tools/exec-with-log.sh.in2
5 files changed, 12 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index adf29c4..1e7d9b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,8 +50,8 @@ data/im.telepathy.v1.ConnectionManager.idle.service
extensions/_gen
extensions/extensions.html
-src/telepathy-idle
-src/telepathy-idle.8
+src/telepathy-idle-1
+src/telepathy-idle-1.8
core
cscope.out
diff --git a/data/im.telepathy.v1.ConnectionManager.idle.service.in b/data/im.telepathy.v1.ConnectionManager.idle.service.in
index 5c7a539..52377fe 100644
--- a/data/im.telepathy.v1.ConnectionManager.idle.service.in
+++ b/data/im.telepathy.v1.ConnectionManager.idle.service.in
@@ -1,3 +1,3 @@
[D-BUS Service]
Name=im.telepathy.v1.ConnectionManager.idle
-Exec=@libexecdir@/telepathy-idle
+Exec=@libexecdir@/telepathy-idle-1
diff --git a/src/Makefile.am b/src/Makefile.am
index 7ed3126..c43c50c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
# correctly clean the generated source files
CLEANFILES = $(BUILT_SOURCES) $(man_MANS)
-libexec_PROGRAMS=telepathy-idle
+libexec_PROGRAMS = telepathy-idle-1
libidle_convenience_la_SOURCES = \
idle-connection.c \
@@ -52,10 +52,10 @@ nodist_libidle_convenience_la_SOURCES = \
libidle_convenience_la_LIBADD = \
$(top_builddir)/extensions/libidle-extensions.la
-telepathy_idle_SOURCES = \
+telepathy_idle_1_SOURCES = \
idle.c
-telepathy_idle_LDADD = \
+telepathy_idle_1_LDADD = \
libidle-convenience.la \
$(ALL_LIBS)
@@ -79,9 +79,9 @@ ALL_LIBS = \
@GLIB_LIBS@ \
@TELEPATHY_LIBS@
-man_MANS = telepathy-idle.8
+man_MANS = telepathy-idle-1.8
-EXTRA_DIST = telepathy-idle.8.in
+EXTRA_DIST = telepathy-idle-1.8.in
%.8: %.8.in Makefile
$(AM_V_GEN)sed -e 's,[@]libexecdir[@],@libexecdir@,' < $< > $@
diff --git a/src/telepathy-idle.8.in b/src/telepathy-idle-1.8.in
index 54b0c4f..ee889a1 100644
--- a/src/telepathy-idle.8.in
+++ b/src/telepathy-idle-1.8.in
@@ -1,12 +1,12 @@
-.TH TELEPATHY-IDLE "8" "October 2007" "Telepathy" "D-Bus services"
+.TH TELEPATHY-IDLE-1 "8" "October 2007" "Telepathy" "D-Bus services"
\" This man page was written by Simon McVittie for the Debian project,
\" but may be used by others.
\" Copyright © 2007 Collabora Ltd. <http://www.collabora.co.uk/>
\" It may be distributed under the same terms as telepathy-idle itself.
.SH NAME
-telepathy-idle \- Telepathy connection manager for IRC
+telepathy-idle-1 \- Telepathy connection manager for IRC
.SH SYNOPSIS
-\fB@libexecdir@/telepathy\-idle\fR
+\fB@libexecdir@/telepathy\-idle\-1\fR
.SH DESCRIPTION
Idle implements the Telepathy D-Bus specification for Internet Relay Chat,
allowing Telepathy clients like
diff --git a/tests/twisted/tools/exec-with-log.sh.in b/tests/twisted/tools/exec-with-log.sh.in
index 3538044..b3629c3 100644
--- a/tests/twisted/tools/exec-with-log.sh.in
+++ b/tests/twisted/tools/exec-with-log.sh.in
@@ -26,4 +26,4 @@ elif test -n "$IDLE_TEST_REFDBG"; then
fi
export G_DEBUG=fatal-warnings" ${G_DEBUG}"
-exec @abs_top_builddir@/libtool --mode=execute $IDLE_WRAPPER @abs_top_builddir@/src/telepathy-idle
+exec @abs_top_builddir@/libtool --mode=execute $IDLE_WRAPPER @abs_top_builddir@/src/telepathy-idle-1