diff options
author | David Laban <david.laban@collabora.co.uk> | 2011-02-12 10:03:25 +0000 |
---|---|---|
committer | David Laban <david.laban@collabora.co.uk> | 2011-02-12 11:02:57 +0000 |
commit | 8dcddb61752cfa140df30c94b54bd02684419323 (patch) | |
tree | 5ba95bbfdafdfd8152d783c180bfd8c49499fd7e /tests/twisted/tools/rakia.service.in | |
parent | ada52bcb3064a5a7fa0e75038f4365b45376518c (diff) |
Rename project to telepathy-rakia
For the curious, these are the commands you need:
git clean -d
git mv tpsip-extensions extensions
git mv tpsip rakia
sed -i \
-e 's/libtpsip-extensions.la/librakia-extensions.la/g' \
-e 's/libtpsip_extensions_la/librakia_extensions_la/g' \
-e 's/tpsip-extensions/extensions/g' \
-e 's/sofiasip/rakia/g' \
-e 's/tpsip/rakia/g' \
-e 's/Tpsip/Rakia/g' \
-e 's/SOFIASIP/RAKIA/g' \
*/*.[ch] .gitignore configure.ac $(find -name 'Makefile.am' ;
find -name '*.py' ; find -name '*.in')
git mv ./docs/telepathy-sofiasip.8.in ./docs/telepathy-rakia.8.in
git mv ./src/telepathy-sofiasip.c ./src/telepathy-rakia.c
git mv ./data/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service.in \
./data/org.freedesktop.Telepathy.ConnectionManager.rakia.service.in
git mv ./tests/twisted/tools/sofiasip.service.in \
./tests/twisted/tools/rakia.service.in
./autogen.sh && make distcheck
Diffstat (limited to 'tests/twisted/tools/rakia.service.in')
-rw-r--r-- | tests/twisted/tools/rakia.service.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/twisted/tools/rakia.service.in b/tests/twisted/tools/rakia.service.in new file mode 100644 index 0000000..f4b324c --- /dev/null +++ b/tests/twisted/tools/rakia.service.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=org.freedesktop.Telepathy.ConnectionManager.rakia +Exec=@abs_top_builddir@/tests/twisted/tools/exec-with-log.sh |