summaryrefslogtreecommitdiffstats
path: root/src/kcm
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-10-01 15:48:14 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-10-02 21:47:29 +0900
commitfc4af1b5bd77fd8227f85e62261716335900ab2c (patch)
treecfd80c1b26877669544032b53b810b43fb970a7e /src/kcm
parent4fe1352411a0d9842949e3b41ecc6d7b08ab5eac (diff)
downloadknemo-fc4af1b5bd77fd8227f85e62261716335900ab2c.tar.gz
knemo-fc4af1b5bd77fd8227f85e62261716335900ab2c.zip
Drop automake build support.
Add basic cmake build instructions. Deleted files INSTALL.Mandrake and knemo.spec. Rework of the README file. COPYING-DOCS, NEWS and VERSION moved to the root of the source. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit b118a9c9a6dcb51a6a246fdb6f8d16c6cc9d6022)
Diffstat (limited to 'src/kcm')
-rw-r--r--src/kcm/CMakeLists.txt5
-rw-r--r--src/kcm/Makefile.am28
2 files changed, 1 insertions, 32 deletions
diff --git a/src/kcm/CMakeLists.txt b/src/kcm/CMakeLists.txt
index 9a039be..4ee53a7 100644
--- a/src/kcm/CMakeLists.txt
+++ b/src/kcm/CMakeLists.txt
@@ -33,7 +33,4 @@ tde_add_kpart( kcm_knemo AUTOMOC
##### other data
-install(
- FILES kcm_knemo.desktop
- DESTINATION ${XDG_APPS_INSTALL_DIR}
-)
+tde_create_translated_desktop( kcm_knemo.desktop )
diff --git a/src/kcm/Makefile.am b/src/kcm/Makefile.am
deleted file mode 100644
index cbe549f..0000000
--- a/src/kcm/Makefile.am
+++ /dev/null
@@ -1,28 +0,0 @@
-## Makefile.am for kcm_knemo
-
-messages: rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/kcm_knemo.pot
-
-# this is the program that gets installed. it's name is used for all
-# of the other Makefile.am variables
-kde_module_LTLIBRARIES = kcm_knemo.la
-
-# set the include path for X, qt and KDE
-INCLUDES = -I$(srcdir)/../common -I$(srcdir)/../knemod/backends $(all_includes)
-
-# the library search path.
-kcm_knemo_la_LDFLAGS = -module -avoid-version $(all_libraries)
-
-# the libraries to link against.
-kcm_knemo_la_LIBADD = $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEIO) -lDCOP
-
-# which sources should be compiled for knemo
-kcm_knemo_la_SOURCES = configdialog.cpp configdlg.ui
-
-# these are the headers for your project
-noinst_HEADERS = configdialog.h
-
-# let automoc handle all of the meta source files (moc)
-METASOURCES = AUTO
-
-xdg_apps_DATA = kcm_knemo.desktop