From 392136250fbb93d5cc7084a404497de71b446983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:29:29 +0200 Subject: Additional k => tde renaming and fixes on Debian and Ubuntu --- .../tdepim/debian/kaddressbook-trinity.install | 2 +- .../tdepim/debian/kaddressbook-trinity.manpages | 2 +- .../tdepim/debian/libkcal2b-trinity.install | 6 ++--- .../tdepim/debian/man/kabc2mutt-trinity.man | 26 ---------------------- .../tdepim/debian/man/kaddressbook-trinity.man | 4 ++-- .../tdepim/debian/man/tdeabc2mutt-trinity.man | 26 ++++++++++++++++++++++ debian/squeeze/tdepim/debian/rules | 4 ++-- .../debian/tdepim-tderesources-trinity.install | 8 +++---- .../tdepim/debian/tdepim-trinity-dev.install | 8 +++---- 9 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 debian/squeeze/tdepim/debian/man/kabc2mutt-trinity.man create mode 100644 debian/squeeze/tdepim/debian/man/tdeabc2mutt-trinity.man (limited to 'debian/squeeze/tdepim') diff --git a/debian/squeeze/tdepim/debian/kaddressbook-trinity.install b/debian/squeeze/tdepim/debian/kaddressbook-trinity.install index 92e4a076f..82a8dd9c4 100644 --- a/debian/squeeze/tdepim/debian/kaddressbook-trinity.install +++ b/debian/squeeze/tdepim/debian/kaddressbook-trinity.install @@ -1,4 +1,4 @@ -/opt/trinity/bin/kabc2mutt +/opt/trinity/bin/tdeabc2mutt /opt/trinity/bin/kaddressbook /opt/trinity/lib/trinity/kcm_kabconfig.la /opt/trinity/lib/trinity/kcm_kabconfig.so diff --git a/debian/squeeze/tdepim/debian/kaddressbook-trinity.manpages b/debian/squeeze/tdepim/debian/kaddressbook-trinity.manpages index 74ba46e49..7c9dccab5 100644 --- a/debian/squeeze/tdepim/debian/kaddressbook-trinity.manpages +++ b/debian/squeeze/tdepim/debian/kaddressbook-trinity.manpages @@ -1,2 +1,2 @@ -debian/man/out/kabc2mutt-trinity.1 +debian/man/out/tdeabc2mutt-trinity.1 debian/man/out/kaddressbook-trinity.1 diff --git a/debian/squeeze/tdepim/debian/libkcal2b-trinity.install b/debian/squeeze/tdepim/debian/libkcal2b-trinity.install index 211c15b4d..8f9263fcd 100644 --- a/debian/squeeze/tdepim/debian/libkcal2b-trinity.install +++ b/debian/squeeze/tdepim/debian/libkcal2b-trinity.install @@ -1,5 +1,5 @@ -/opt/trinity/lib/trinity/kcal_kabc.la -/opt/trinity/lib/trinity/kcal_kabc.so +/opt/trinity/lib/trinity/kcal_tdeabc.la +/opt/trinity/lib/trinity/kcal_tdeabc.so /opt/trinity/lib/trinity/kcal_localdir.la /opt/trinity/lib/trinity/kcal_localdir.so /opt/trinity/lib/trinity/kcal_local.la @@ -14,7 +14,7 @@ /opt/trinity/lib/libkholidays.so.1.0.0 /opt/trinity/share/apps/libkholidays /opt/trinity/share/services/tderesources/kcal/imap.desktop -/opt/trinity/share/services/tderesources/kcal/kabc.desktop +/opt/trinity/share/services/tderesources/kcal/tdeabc.desktop /opt/trinity/share/services/tderesources/kcal/local.desktop /opt/trinity/share/services/tderesources/kcal/localdir.desktop /opt/trinity/share/services/tderesources/kcal/remote.desktop diff --git a/debian/squeeze/tdepim/debian/man/kabc2mutt-trinity.man b/debian/squeeze/tdepim/debian/man/kabc2mutt-trinity.man deleted file mode 100644 index b62278dc6..000000000 --- a/debian/squeeze/tdepim/debian/man/kabc2mutt-trinity.man +++ /dev/null @@ -1,26 +0,0 @@ -.TH KABC2MUTT 1 -.SH NAME -kabc2mutt \- kabc to mutt converter -.SH SYNOPSIS -.B kabc2mutt -.I [Qt-options] [KDE-options] [options] -.SH DESCRIPTION -kabc2mutt converts the KDE address book's entries to Mutt format. -.SH PROGRAM OPTIONS -.TP -.B --query \fI\fB -Only show contacts where name or address matches \fI\fP. -.TP -.B --format \fI\fB -Default format is `alias'. `query' returns -email\fB\fPname\fB\fP, as needed by mutt's query_command. -.TP -.B --ignore-case -Make queries case insensitive. -.TP -.B --all-addresses -Return all mail addresses, not just the preferred one. -.so kdeopt.part -.SH SEE ALSO -.B kaddressbook -(1). diff --git a/debian/squeeze/tdepim/debian/man/kaddressbook-trinity.man b/debian/squeeze/tdepim/debian/man/kaddressbook-trinity.man index 04d47b403..a2a85fd85 100644 --- a/debian/squeeze/tdepim/debian/man/kaddressbook-trinity.man +++ b/debian/squeeze/tdepim/debian/man/kaddressbook-trinity.man @@ -7,14 +7,14 @@ kaddressbook \- The KDE Address Book .SH DESCRIPTION \fBKAddressBook\fP is the main address book application for KDE; it enables you to manage your contacts efficiently and comfortably. Since it is based -on the kabc library it supports resources, which can be used to load and save +on the tdeabc library it supports resources, which can be used to load and save your contacts to many different locations -- not just the local file system, but also to LDAP servers and SQL databases. The user interface is similar to MS Outlook and it supports different views to represent the contact data differently; it also provides an incremental search over all fields and a jump button bar to quickly access single entries. -Since the underlying kabc library uses the vCard format (specified in RFC 2426) +Since the underlying tdeabc library uses the vCard format (specified in RFC 2426) as its default storage medium, KAddressBook mainly reflects the supported entry fields in its graphical user interface. .SH PROGRAM OPTIONS diff --git a/debian/squeeze/tdepim/debian/man/tdeabc2mutt-trinity.man b/debian/squeeze/tdepim/debian/man/tdeabc2mutt-trinity.man new file mode 100644 index 000000000..d80289461 --- /dev/null +++ b/debian/squeeze/tdepim/debian/man/tdeabc2mutt-trinity.man @@ -0,0 +1,26 @@ +.TH TDEABC2MUTT 1 +.SH NAME +tdeabc2mutt \- tdeabc to mutt converter +.SH SYNOPSIS +.B tdeabc2mutt +.I [Qt-options] [KDE-options] [options] +.SH DESCRIPTION +tdeabc2mutt converts the KDE address book's entries to Mutt format. +.SH PROGRAM OPTIONS +.TP +.B --query \fI\fB +Only show contacts where name or address matches \fI\fP. +.TP +.B --format \fI\fB +Default format is `alias'. `query' returns +email\fB\fPname\fB\fP, as needed by mutt's query_command. +.TP +.B --ignore-case +Make queries case insensitive. +.TP +.B --all-addresses +Return all mail addresses, not just the preferred one. +.so kdeopt.part +.SH SEE ALSO +.B kaddressbook +(1). diff --git a/debian/squeeze/tdepim/debian/rules b/debian/squeeze/tdepim/debian/rules index 40a941388..48c8b7fa2 100755 --- a/debian/squeeze/tdepim/debian/rules +++ b/debian/squeeze/tdepim/debian/rules @@ -71,9 +71,9 @@ DEB_DH_SHLIBDEPS_ARGS_kontact-trinity := \ # ## Move kaddressbook dependency of libkcal2b-trinity to Recommends #DEB_DH_SHLIBDEPS_ARGS_libkcal2b-trinity := \ -# -Xopt/trinity/lib/trinity/kcal_kabc.so \ +# -Xopt/trinity/lib/trinity/kcal_tdeabc.so \ # -- -dRecommends \ -# debian/libkcal2b/opt/trinity/lib/trinity/kcal_kabc.so \ +# debian/libkcal2b/opt/trinity/lib/trinity/kcal_tdeabc.so \ # -dDepends test-shlibdeps: diff --git a/debian/squeeze/tdepim/debian/tdepim-tderesources-trinity.install b/debian/squeeze/tdepim/debian/tdepim-tderesources-trinity.install index 1c261d798..5abc460d5 100644 --- a/debian/squeeze/tdepim/debian/tdepim-tderesources-trinity.install +++ b/debian/squeeze/tdepim/debian/tdepim-tderesources-trinity.install @@ -26,10 +26,10 @@ /opt/trinity/lib/trinity/knotes_scalix.so /opt/trinity/lib/trinity/knotes_xmlrpc.la /opt/trinity/lib/trinity/knotes_xmlrpc.so -/opt/trinity/lib/libkabckolab.so.0 -/opt/trinity/lib/libkabckolab.so.0.0.0 -/opt/trinity/lib/libkabcscalix.so.0 -/opt/trinity/lib/libkabcscalix.so.0.0.0 +/opt/trinity/lib/libtdeabckolab.so.0 +/opt/trinity/lib/libtdeabckolab.so.0.0.0 +/opt/trinity/lib/libtdeabcscalix.so.0 +/opt/trinity/lib/libtdeabcscalix.so.0.0.0 /opt/trinity/lib/libtdeabc_groupdav.so.1 /opt/trinity/lib/libtdeabc_groupdav.so.1.0.0 /opt/trinity/lib/libtdeabc_groupwise.so.1 diff --git a/debian/squeeze/tdepim/debian/tdepim-trinity-dev.install b/debian/squeeze/tdepim/debian/tdepim-trinity-dev.install index 8f1732c2b..d4ba64ba4 100644 --- a/debian/squeeze/tdepim/debian/tdepim-trinity-dev.install +++ b/debian/squeeze/tdepim/debian/tdepim-trinity-dev.install @@ -10,10 +10,10 @@ /opt/trinity/include/kmailpartIface.h /opt/trinity/include/kontact /opt/trinity/include/korganizer -/opt/trinity/lib/libkabckolab.la -/opt/trinity/lib/libkabckolab.so -/opt/trinity/lib/libkabcscalix.la -/opt/trinity/lib/libkabcscalix.so +/opt/trinity/lib/libtdeabckolab.la +/opt/trinity/lib/libtdeabckolab.so +/opt/trinity/lib/libtdeabcscalix.la +/opt/trinity/lib/libtdeabcscalix.so /opt/trinity/lib/libtdeabc_groupdav.la /opt/trinity/lib/libtdeabc_groupdav.so /opt/trinity/lib/libtdeabc_groupwise.la -- cgit v1.2.1