Rebrand K => TDE.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 3 years ago
parent 031ded8cf8
commit 4d49d83565
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -11,7 +11,7 @@ cmake_minimum_required( VERSION 2.8.12 )
##### general package setup ##################### ##### general package setup #####################
project( ksshaskpass ) project( tdesshaskpass )
set( VERSION 14.0.11 ) set( VERSION 14.0.11 )

@ -1,7 +1,7 @@
Basic Installation Basic Installation
================== ==================
ksshaskpass relies on cmake to build. tdesshaskpass relies on cmake to build.
Here are suggested default options: Here are suggested default options:

@ -1,8 +1,8 @@
Ksshaskpass - a TDE version of ssh-askpass with TDEWallet support tdesshaskpass - a TDE version of ssh-askpass with TDEWallet support
Ksshaskpass is a TDE version of ssh-askpass. The usual TDE dialog box is tdesshaskpass is a TDE version of ssh-askpass. The usual TDE dialog box is
used to enter a password. It includes integrated support for TDEWallet. used to enter a password. It includes integrated support for TDEWallet.
@ -17,7 +17,7 @@ Features:
CONTRIBUTING CONTRIBUTING
============== ==============
If you wish to contribute to ksshaskpass, you might do so: If you wish to contribute to tdesshaskpass, you might do so:
- TDE Gitea Workspace (TGW) collaboration tool. - TDE Gitea Workspace (TGW) collaboration tool.
https://mirror.git.trinitydesktop.org/gitea https://mirror.git.trinitydesktop.org/gitea

@ -1,10 +1,10 @@
.TH KSSHASKPASS 1 .TH TDESSHASKPASS 1
.SH NAME .SH NAME
ksshaskpass \- prompts a user for a passphrase using TDE tdesshaskpass \- prompts a user for a passphrase using TDE
.SH SYNOPSIS .SH SYNOPSIS
.B ksshaskpass .B tdesshaskpass
.SH DESCRIPTION .SH DESCRIPTION
.B ksshaskpass .B tdesshaskpass
is a TDE-based passphrase dialog for use with OpenSSH. is a TDE-based passphrase dialog for use with OpenSSH.
It is intended to be called by the It is intended to be called by the
.BR ssh\-add (1) .BR ssh\-add (1)
@ -21,7 +21,7 @@ or as one of the TDE startup programs, for example.
.PP .PP
In order to be called automatically by In order to be called automatically by
.BR ssh\-add , .BR ssh\-add ,
.B ksshaskpass .B tdesshaskpass
should be installed as should be installed as
.IR /usr/bin/ssh\-askpass . .IR /usr/bin/ssh\-askpass .
.SH AUTHOR .SH AUTHOR

@ -1,3 +1,3 @@
##### create translation templates ############## ##### create translation templates ##############
tde_l10n_create_template( "messages/ksshaskpass" ) tde_l10n_create_template( "messages/tdesshaskpass" )

@ -17,7 +17,7 @@ link_directories(
tde_add_executable( ${PROJECT_NAME} AUTOMOC tde_add_executable( ${PROJECT_NAME} AUTOMOC
SOURCES SOURCES
ksshaskpass.cpp tdesshaskpass.cpp
LINK LINK
tdeui-shared tdeui-shared
tdeio-shared tdeio-shared

@ -36,14 +36,14 @@ int main(int argc, char **argv)
{ {
TDEAboutData about ( TDEAboutData about (
"Ksshaskpass", // appName "tdesshaskpass", // appName
I18N_NOOP("Ksshaskpass"), // programName I18N_NOOP("tdesshaskpass"), // programName
"0.4.1", // version "0.4.1", // version
I18N_NOOP("TDE version of ssh-askpass"), // shortDescription I18N_NOOP("TDE version of ssh-askpass"), // shortDescription
TDEAboutData::License_GPL, // licenseType TDEAboutData::License_GPL, // licenseType
"(c) 2006 Hans van Leeuwen\n(c) 2008 Armin Berres", // copyrightStatement statement "(c) 2006 Hans van Leeuwen\n(c) 2008 Armin Berres", // copyrightStatement statement
I18N_NOOP("Ksshaskpass allows you to interactively prompt users for a passphrase for ssh-add"), // text I18N_NOOP("tdesshaskpass allows you to interactively prompt users for a passphrase for ssh-add"), // text
"http://www.kde-apps.org/content/edit.php?content=50971", // homePageAddress "https://mirror.git.trinitydesktop.org/gitea/TDE/tdesshaskpass", // homePageAddress
"trigger@space-based.de" // bugsEmailAddress "trigger@space-based.de" // bugsEmailAddress
); );
about.addAuthor("Armin Berres", 0, "trigger@space-based.de"); about.addAuthor("Armin Berres", 0, "trigger@space-based.de");
@ -99,7 +99,7 @@ int main(int argc, char **argv)
// create the password dialog, but only show "Enable Keep" button, if the wallet is opened // create the password dialog, but only show "Enable Keep" button, if the wallet is opened
KPasswordDialog *kpd = new KPasswordDialog(KPasswordDialog::Password, wallet, 0); KPasswordDialog *kpd = new KPasswordDialog(KPasswordDialog::Password, wallet, 0);
kpd->setPrompt(dialog); kpd->setPrompt(dialog);
kpd->setCaption(i18n("Ksshaskpass")); kpd->setCaption(i18n("tdesshaskpass"));
kpd->setAllowEmptyPasswords(false); kpd->setAllowEmptyPasswords(false);
// We don't want to dump core when the password dialog is shown, because it could contain the entered password. // We don't want to dump core when the password dialog is shown, because it could contain the entered password.
kpd->disableCoreDumps(); kpd->disableCoreDumps();

@ -27,24 +27,24 @@ msgid ""
"Your emails" "Your emails"
msgstr "" msgstr ""
#: ksshaskpass.cpp:31 #: tdesshaskpass.cpp:31
msgid "Dialog message. Leave undefined for default message" msgid "Dialog message. Leave undefined for default message"
msgstr "" msgstr ""
#: ksshaskpass.cpp:40 ksshaskpass.cpp:102 #: tdesshaskpass.cpp:40 tdesshaskpass.cpp:102
msgid "Ksshaskpass" msgid "tdesshaskpass"
msgstr "" msgstr ""
#: ksshaskpass.cpp:42 #: tdesshaskpass.cpp:42
msgid "TDE version of ssh-askpass" msgid "TDE version of ssh-askpass"
msgstr "" msgstr ""
#: ksshaskpass.cpp:45 #: tdesshaskpass.cpp:45
msgid "" msgid ""
"Ksshaskpass allows you to interactively prompt users for a passphrase for " "tdesshaskpass allows you to interactively prompt users for a passphrase for "
"ssh-add" "ssh-add"
msgstr "" msgstr ""
#: ksshaskpass.cpp:66 #: tdesshaskpass.cpp:66
msgid "Please enter password" msgid "Please enter password"
msgstr "" msgstr ""
Loading…
Cancel
Save