[Pkg-gnupg-commit] [gpgme] 60/412: Qt / Cpp: Mention coding style in READMES

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit d2b55101195efe9702e855a48fc6e21839fb98cc
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Apr 11 18:16:05 2016 +0200

    Qt / Cpp: Mention coding style in READMES
    
    * src/lang/cpp/README, src/lang/qt/README: Add hacking note.
---
 lang/cpp/README | 12 +++++++++---
 lang/qt/README  |  8 +++++++-
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/lang/cpp/README b/lang/cpp/README
index 22b440c..d5f4093 100644
--- a/lang/cpp/README
+++ b/lang/cpp/README
@@ -7,7 +7,7 @@ modify it under the terms of the GNU Library General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 
-GPGME++ is distributed in the hope that it will be useful,
+GPGMEpp is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Library General Public License for more details.
@@ -42,10 +42,16 @@ The design principles of this library are as follows:
    no-virtuals rule is the use of abstract classes to cover
    C-callbacks.
 
-GpgME was originally developed as part of the KDEPIM community
-in KDE 4 it was part of kdepimlibs/gpgme++ for KF5 Gpgme++ was
+GpgMEpp was originally developed as part of the KDEPIM community
+in KDE 4 it was part of kdepimlibs/gpgme++ for KF5 Gpgmepp was
 renamed to KF5GpgMEpp and moved into it's own repository.
 
+Hacking
+-------
+GpgMEpp follows KDE Coding styles. See:
+https://techbase.kde.org/Policies/Frameworks_Coding_Style
+for more info.
+
 License
 -------
 
diff --git a/lang/qt/README b/lang/qt/README
index bc619eb..a6b133f 100644
--- a/lang/qt/README
+++ b/lang/qt/README
@@ -21,4 +21,10 @@ Overview
 --------
 QGpgme provides Qt API bindings around Gpgmepp. It depends on Gpgmepp.
 
-See the generated documentation for more info
+See the generated documentation for more info.
+
+Hacking
+-------
+QGpgME comes from a KDE background. As such it does not use
+GNU Coding styles but KDE Coding styles. See:
+https://techbase.kde.org/Policies/Frameworks_Coding_Style

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list