diff options
| author | gregory guy <gregory-tde@laposte.net> | 2020-02-12 14:02:24 +0100 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-12 23:24:18 +0900 |
| commit | c8f152ab7e637d0bf13effdb09d7a095d171948f (patch) | |
| tree | 84e399f9eb6d0c966ff79e44e004564b7fd19477 /templates/cpp | |
| parent | 6600b1e14df45104c08f0df8f3a86bd3ea2c91f0 (diff) | |
| download | kvkbd-c8f152ab7e637d0bf13effdb09d7a095d171948f.tar.gz kvkbd-c8f152ab7e637d0bf13effdb09d7a095d171948f.zip | |
Drop automake build support.
Add basic cmake build instructions.
Delete empty file NEWS, TODO and ChangeLog.
Delete empty folder "templates".
Add detection for the XTest library.
Move the kvkbd.desktop file into XDG_APPS_INSTALL_DIR directory, see
TDE/tde#26 .
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 92482b762101fc6e18740ba34ffb688e77ea8cfa)
Diffstat (limited to 'templates/cpp')
| -rw-r--r-- | templates/cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/cpp b/templates/cpp deleted file mode 100644 index 86c3be3..0000000 --- a/templates/cpp +++ /dev/null @@ -1,19 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2007 by Todor Gyumyushev * - * yodor@developer.bg * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program 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 General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ |
