Skip to content
Snippets Groups Projects
Commit 3e55ab12 authored by Jérémy Quentin's avatar Jérémy Quentin
Browse files

Debian and man folders added.

For packaging tests.
parent 512cadfe
No related branches found
No related tags found
No related merge requests found
Showing
with 559 additions and 68 deletions
......@@ -80,7 +80,7 @@ SET_SOURCE_FILES_PROPERTIES(
QT4_ADD_DBUS_INTERFACE(
sflphone_client_kde_SRCS
${configurationmanager_xml}
configurationmanager_interface)
configurationmanager_dbus_interface)
# call manager interface
......@@ -95,7 +95,7 @@ SET_SOURCE_FILES_PROPERTIES(
QT4_ADD_DBUS_INTERFACE(
sflphone_client_kde_SRCS
${callmanager_xml}
callmanager_interface)
callmanager_dbus_interface)
# instance interface
......@@ -110,7 +110,7 @@ SET_SOURCE_FILES_PROPERTIES(
QT4_ADD_DBUS_INTERFACE(
sflphone_client_kde_SRCS
${instance_xml}
instance_interface)
instance_dbus_interface)
# kde4_add_kcfg_files(sflphone_client_kde_SRCS settings.kcfgc )
......
#ifndef CALL_MANAGER_INTERFACE_SINGLETON_H
#define CALL_MANAGER_INTERFACE_SINGLETON_H
#include "callmanager_interface.h"
#include "callmanager_dbus_interface.h"
class CallManagerInterfaceSingleton
{
......
......@@ -22,10 +22,11 @@ IF (UNIX)
ui_*.h
*.moc
qrc_resources.cxx
*introspecinterface.cpp
*introspecinterface.h
*_dbus_interface.cpp
*_dbus_interface.h
sflphone-client-kde
sflphone-client-kde.shell
install_manifest.txt
)
ADD_CUSTOM_COMMAND(
......
#ifndef CONFIGURATION_MANAGER_INTERFACE_SINGLETON_H
#define CONFIGURATION_MANAGER_INTERFACE_SINGLETON_H
#include "configurationmanager_interface.h"
#include "configurationmanager_dbus_interface.h"
class ConfigurationManagerInterfaceSingleton
......
debian/sflphone-client-gnome/usr/share/man/man1/sflphone.1
debian/sflphone-client-gnome/usr/share/man/man1/sflphone-client-gnome.1
debian/sflphone-client-kde/usr/share/man/man1/sflphone.1
debian/sflphone-client-kde/usr/share/man/man1/sflphone-client-kde.1
#!/bin/sh -e
update-alternatives --install /usr/bin/sflphone sflphone /usr/bin/sflphone-client-gnome 100 \
update-alternatives --install /usr/bin/sflphone sflphone /usr/bin/sflphone-client-kde 100 \
--slave /usr/share/man/man1/sflphone.1.gz sflphone.1.gz \
/usr/share/man/man1/sflphone-client-gnome.1.gz
/usr/share/man/man1/sflphone-client-kde.1.gz
exit 0
#!/bin/sh
# postrm script for sflphone
#
# see: dh_installdeb(1)
set -e
# summary of how this script can be called:
# * <postrm> `remove'
# * <postrm> `purge'
# * <old-postrm> `upgrade' <new-version>
# * <new-postrm> `failed-upgrade' <old-version>
# * <new-postrm> `abort-install'
# * <new-postrm> `abort-install' <old-version>
# * <new-postrm> `abort-upgrade' <old-version>
# * <disappearer's-postrm> `disappear' <overwriter>
# <overwriter-version>
# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package
if [ "$1" = "purge" ]
then
# remove the user config file
rm -f $HOME/.sflphone/sflphonedrc
fi
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
exit 0
......@@ -5,14 +5,10 @@
set -e
package=sflphone-client-gnome
package=sflphone-client-kde
case "$1" in
install|upgrade)
## Clean up the previous manpage
if [ -f /usr/share/man/man1/sflphone-gtk.1 ]; then
rm /usr/share/man/man1/sflphone-gtk.1
fi
;;
esac
......
......@@ -10,17 +10,19 @@
#export DH_VERBOSE=1
export DH_OPTIONS
package=sflphone-client-gnome
package=sflphone-client-kde
CXX = g++-4.0
CFLAGS = -Wall -g
DEB_INSTALL_MANPAGES_sflphone_client_gnome = sflphone.1 sflphone-client-gnome.1
# CFLAGS = -Wall -g
DEB_INSTALL_MANPAGES_sflphone_client_kde = sflphone.1 sflphone-client-kde.1
configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
./autogen.sh --prefix=/usr
mkdir build
cd build
cmake ..
touch configure-stamp
......@@ -40,6 +42,7 @@ build-indep-stamp: configure-stamp
# Add here commands to compile the indep part of the package.
#$(MAKE) doc
touch $@
clean:
dh_testdir
dh_testroot
......
......@@ -22,7 +22,7 @@
#define INSTANCE_INTERFACE_SINGLETON_H
#include "instance_interface.h"
#include "instance_dbus_interface.h"
/**
@author Jérémy Quentin <jeremy.quentin@gmail.com>
......
# Makefile.in generated by automake 1.10.2 from Makefile.am.
# man/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
pkgdatadir = $(datadir)/SFLphone
pkglibdir = $(libdir)/SFLphone
pkgincludedir = $(includedir)/SFLphone
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = x86_64-unknown-linux-gnu
host_triplet = x86_64-unknown-linux-gnu
subdir = man
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
man1dir = $(mandir)/man1
am__installdirs = "$(DESTDIR)$(man1dir)"
NROFF = nroff
MANS = $(man_MANS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /home/jquentin/sflphone/sflphone-client-gnome/missing --run aclocal-1.10
AMTAR = ${SHELL} /home/jquentin/sflphone/sflphone-client-gnome/missing --run tar
AR = ar
AUTOCONF = ${SHELL} /home/jquentin/sflphone/sflphone-client-gnome/missing --run autoconf
AUTOHEADER = ${SHELL} /home/jquentin/sflphone/sflphone-client-gnome/missing --run autoheader
AUTOMAKE = ${SHELL} /home/jquentin/sflphone/sflphone-client-gnome/missing --run automake-1.10
AWK = gawk
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -g -O2 -g -Wall -O2
CHECK_CFLAGS =
CHECK_LIBS = -lcheck
CPP = gcc -E
CPPFLAGS =
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
DEPS_CFLAGS = -D_REENTRANT -DORBIT2=1 -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/evolution-data-server-2.26 -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4
DEPS_LIBS = -pthread -L//lib -lnotify -ldbus-glib-1 -ldbus-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lebook-1.2 -ledataserver-1.2 -lxml2 -lgconf-2 -lsoup-2.4 -lbonobo-2 -lgio-2.0 -lbonobo-activation -lgmodule-2.0 -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0
DSYMUTIL =
DUMPBIN =
ECHO_C =
ECHO_N = -n
ECHO_T =
EGREP = /bin/grep -E
EXEEXT =
FGREP = /bin/grep -F
GREP = /bin/grep
GTK216_CFLAGS = -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
GTK216_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
INSTALL = /usr/bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
LD = /usr/bin/ld -m elf_x86_64
LDFLAGS =
LIBOBJS =
LIBS =
LIBSEXY_CFLAGS =
LIBSEXY_LIBS =
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIPO =
LN_S = ln -s
LTLIBOBJS =
MAKEINFO = ${SHELL} /home/jquentin/sflphone/sflphone-client-gnome/missing --run makeinfo
MKDIR_P = /bin/mkdir -p
NM = /usr/bin/nm -B
NMEDIT =
OBJDUMP = objdump
OBJEXT = o
OTOOL =
OTOOL64 =
PACKAGE = SFLphone
PACKAGE_BUGREPORT = sflphoneteam@savoirfairelinux.com
PACKAGE_NAME = SFLphone
PACKAGE_STRING = SFLphone 0.9.5~beta
PACKAGE_TARNAME = sflphone
PACKAGE_VERSION = 0.9.5~beta
PATH_SEPARATOR = :
PKG_CONFIG = /usr/bin/pkg-config
RANLIB = ranlib
SED = /bin/sed
SET_MAKE =
SHELL = /bin/bash
STRIP = strip
VERSION = 0.9.5-0ubuntu1~1.gbpf07060
abs_builddir = /home/jquentin/sflphone/sflphone-client-gnome/man
abs_srcdir = /home/jquentin/sflphone/sflphone-client-gnome/man
abs_top_builddir = /home/jquentin/sflphone/sflphone-client-gnome
abs_top_srcdir = /home/jquentin/sflphone/sflphone-client-gnome
ac_ct_CC = gcc
ac_ct_DUMPBIN =
am__include = include
am__leading_dot = .
am__quote =
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
bindir = ${exec_prefix}/bin
build = x86_64-unknown-linux-gnu
build_alias =
build_cpu = x86_64
build_os = linux-gnu
build_vendor = unknown
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
host = x86_64-unknown-linux-gnu
host_alias =
host_cpu = x86_64
host_os = linux-gnu
host_vendor = unknown
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = $(SHELL) /home/jquentin/sflphone/sflphone-client-gnome/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
localstatedir = ${prefix}/var
lt_ECHO = echo
mandir = ${datarootdir}/man
mkdir_p = /bin/mkdir -p
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr/local
program_transform_name = s,x,x,
psdir = ${docdir}
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
srcdir = .
sysconfdir = ${prefix}/etc
target_alias =
top_build_prefix = ../
top_builddir = ..
top_srcdir = ..
SECTION = "1"
TEMPLATES = \
sflphone-client-gnome.pod
man_MANS = \
sflphone-client-gnome.1 \
sflphone.1
POD2MAN = pod2man
EXTRA_DIST = $(man_MANS)
SUFFIXES = .pod .1
all: all-am
.SUFFIXES:
.SUFFIXES: .pod .1
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
&& { if test -f $@; then exit 0; else break; fi; }; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu man/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
install-man1: $(man1_MANS) $(man_MANS)
@$(NORMAL_INSTALL)
test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.1*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
if test -f $$i; then file=$$i; \
else file=$(srcdir)/$$i; fi; \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \
1*) ;; \
*) ext='1' ;; \
esac; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
done
uninstall-man1:
@$(NORMAL_UNINSTALL)
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.1*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \
1*) ;; \
*) ext='1' ;; \
esac; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
done
tags: TAGS
TAGS:
ctags: CTAGS
CTAGS:
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile $(MANS)
installdirs:
for dir in "$(DESTDIR)$(man1dir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-generic
dvi: dvi-am
dvi-am:
html: html-am
info: info-am
info-am:
install-data-am: install-man
install-dvi: install-dvi-am
install-exec-am:
install-html: install-html-am
install-info: install-info-am
install-man: install-man1
install-pdf: install-pdf-am
install-ps: install-ps-am
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am: uninstall-man
uninstall-man: uninstall-man1
.MAKE: install-am install-strip
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
clean-local distclean distclean-generic distclean-libtool \
distdir dvi dvi-am html html-am info info-am install \
install-am install-data install-data-am install-dvi \
install-dvi-am install-exec install-exec-am install-html \
install-html-am install-info install-info-am install-man \
install-man1 install-pdf install-pdf-am install-ps \
install-ps-am install-strip installcheck installcheck-am \
installdirs maintainer-clean maintainer-clean-generic \
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
ps ps-am uninstall uninstall-am uninstall-man uninstall-man1
all: $(MANPAGES)
.pod.1:
$(POD2MAN) --section=$(SECTION) --release=0.9.5-0ubuntu1~1.gbpf07060 --center "" $< > $@
clean-local:
rm -rf *.1
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
SECTION="1"
TEMPLATES=\
sflphone-client-kde.pod
man_MANS = \
sflphone-client-kde.1 \
sflphone.1
POD2MAN=pod2man
EXTRA_DIST= $(man_MANS)
all: $(MANPAGES)
SUFFIXES=.pod .1
.pod.1:
$(POD2MAN) --section=$(SECTION) --release=@VERSION@ --center "" $< > $@
clean-local:
rm -rf *.1
CREATING MANPAGES
Procedure:
- Creating the manual pages under POD format. A template is available in this directory.
- Convert the pdo file in a manpage file:
pod2man --section=1 --release=$(VERSION) --center "" myapp.pod > myapp.1
- You are done! You can read the manpage file with:
groff -man -Tascii myapp.1
Ref: https://wiki.ubuntu.com/PackagingGuide/Complete#Man%20Pages
=head1 NAME
sflphone-client-kde - SIP and IAX2 compatible voice over IP softphone KDE client.
=head1 SYNOPSIS
sflphone-client-kde
=head1 DESCRIPTION
SFLphone is meant to be a robust enterprise-class desktop phone. It provides functions like call transfer, call hold, multiple lines, multiple accounts support.
SFLphone audio layer is build upon a native ALSA interface and and a native PulseAudio interface.
B<sflphone-client-kde> is a KDE client for SFLphone; it communicates with the core side through DBus. SFLphone package comes with the core, B<sflphoned>.
=head1 BUGS
Please report bugs at http://dev.savoirfairelinux.net/sflphone/newticket.
=head1 AUTHORS
B<sflphone-client-kde> is developed in Montreal by Savoir-Faire Linux Inc. The active developers are Jeremy Quentin <jeremy.quentin@savoirfairelinux.com> .
This manual page was written by Jeremy Quentin <jeremy.quentin@savoirfairelinux.com>.
=head1 SEE ALSO
B<sflphoned>(1)
=head1 COPYRIGHT
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as published by the
Free Software Foundation.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
=cut
sflphone-client-kde.pod
\ No newline at end of file
......@@ -192,7 +192,50 @@
<default/>
</environments>
</other>
<blacklist/>
<blacklist>
<path>build</path>
<path>build/callmanager_interface.cpp</path>
<path>build/callmanager_interface.h</path>
<path>build/CMakeFiles</path>
<path>build/CMakeFiles/CMakeCCompiler.cmake</path>
<path>build/CMakeFiles/CMakeCXXCompiler.cmake</path>
<path>build/CMakeFiles/CMakeDirectoryInformation.cmake</path>
<path>build/CMakeFiles/CMakeSystem.cmake</path>
<path>build/CMakeFiles/CompilerIdCXX</path>
<path>build/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp</path>
<path>build/CMakeFiles/distclean.dir</path>
<path>build/CMakeFiles/distclean.dir/cmake_clean.cmake</path>
<path>build/CMakeFiles/distclean.dir/DependInfo.cmake</path>
<path>build/CMakeFiles/Makefile.cmake</path>
<path>build/CMakeFiles/sflphone-client-kde_automoc.dir</path>
<path>build/CMakeFiles/sflphone-client-kde_automoc.dir/cmake_clean.cmake</path>
<path>build/CMakeFiles/sflphone-client-kde_automoc.dir/DependInfo.cmake</path>
<path>build/CMakeFiles/sflphone-client-kde.dir</path>
<path>build/CMakeFiles/sflphone-client-kde.dir/cmake_clean.cmake</path>
<path>build/CMakeFiles/sflphone-client-kde.dir/DependInfo.cmake</path>
<path>build/CMakeFiles/uninstall.dir</path>
<path>build/CMakeFiles/uninstall.dir/cmake_clean.cmake</path>
<path>build/CMakeFiles/uninstall.dir/DependInfo.cmake</path>
<path>build/cmake_install.cmake</path>
<path>build/CMakeTmp</path>
<path>build/CMakeTmp/check_qt_visibility.cpp</path>
<path>build/cmake_uninstall.cmake</path>
<path>build/configurationmanager_interface.cpp</path>
<path>build/configurationmanager_interface.h</path>
<path>build/CTestTestfile.cmake</path>
<path>build/instance_interface.cpp</path>
<path>build/instance_interface.h</path>
<path>build/moc_AccountItemWidget.cpp</path>
<path>build/moc_AccountWizard.cpp</path>
<path>build/moc_ActionSetAccountFirst.cpp</path>
<path>build/moc_ConfigDialog.cpp</path>
<path>build/moc_ContactItemWidget.cpp</path>
<path>build/moc_SFLPhone.cpp</path>
<path>build/sflphone-client-kde_automoc.cpp</path>
<path>build/ui_ConfigDialog.h</path>
<path>build/ui_sflphone_kdeview_base.h</path>
<path>sflphone-client-kde.kcfg</path>
</blacklist>
</kdevcustomproject>
<kdevcppsupport>
<qt>
......
......@@ -48,17 +48,17 @@
#define CONTACT_ITEM_HEIGHT 40
#define ACTION_LABEL_CALL tr2i18n("Call", 0)
#define ACTION_LABEL_HANG_UP tr2i18n("Hang up", 0)
#define ACTION_LABEL_HOLD tr2i18n("Hold", 0)
#define ACTION_LABEL_TRANSFER tr2i18n("Transfer", 0)
#define ACTION_LABEL_RECORD tr2i18n("Record", 0)
#define ACTION_LABEL_ACCEPT tr2i18n("Accept", 0)
#define ACTION_LABEL_REFUSE tr2i18n("Refuse", 0)
#define ACTION_LABEL_UNHOLD tr2i18n("Unhold", 0)
#define ACTION_LABEL_GIVE_UP_TRANSF tr2i18n("Give up transfer", 0)
#define ACTION_LABEL_CALL_BACK tr2i18n("Call back", 0)
#define ACTION_LABEL_GIVE_UP_SEARCH tr2i18n("Give up search", 0)
#define ACTION_LABEL_CALL i18nc("Call")
#define ACTION_LABEL_HANG_UP tr2i18n("Hang up")
#define ACTION_LABEL_HOLD tr2i18n("Hold")
#define ACTION_LABEL_TRANSFER tr2i18n("Transfer")
#define ACTION_LABEL_RECORD tr2i18n("Record")
#define ACTION_LABEL_ACCEPT tr2i18n("Accept")
#define ACTION_LABEL_REFUSE tr2i18n("Refuse")
#define ACTION_LABEL_UNHOLD tr2i18n("Unhold")
#define ACTION_LABEL_GIVE_UP_TRANSF tr2i18n("Give up transfer")
#define ACTION_LABEL_CALL_BACK tr2i18n("Call back")
#define ACTION_LABEL_GIVE_UP_SEARCH tr2i18n("Give up search")
#define ICON_INCOMING ":/images/icons/ring.svg"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment