summaryrefslogtreecommitdiffstats
path: root/kshutdownlockout
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-02-01 11:44:29 +0100
committergregory guy <gregory-tde@laposte.net>2020-02-01 11:44:29 +0100
commit1308547df8b6d3aa800115b4f283112b09106f7f (patch)
treeef6fc25ac9fade7b81d2bc06b227215af5daa40a /kshutdownlockout
parent4d84958e439d077ff9dbbeb949c63e52a42a37c7 (diff)
downloadkshutdown-1308547df8b6d3aa800115b4f283112b09106f7f.tar.gz
kshutdown-1308547df8b6d3aa800115b4f283112b09106f7f.zip
Drop automake build support.
Add basic cmake build instructions. Delete *.spec files. Delete the NEWS file. Rework of the README file. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'kshutdownlockout')
-rw-r--r--kshutdownlockout/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/kshutdownlockout/Makefile.am b/kshutdownlockout/Makefile.am
deleted file mode 100644
index 06b9ab0..0000000
--- a/kshutdownlockout/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-INCLUDES = $(all_includes)
-METASOURCES = AUTO
-
-kde_module_LTLIBRARIES = kshutdownlockout_panelapplet.la
-
-kshutdownlockout_panelapplet_la_SOURCES = lockout.cpp
-kshutdownlockout_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TQT) -lDCOP $(all_libraries)
-kshutdownlockout_panelapplet_la_LIBADD = $(LIB_TDESYCOCA)
-
-noinst_HEADERS = lockout.h
-
-lnkdir = $(kde_datadir)/kicker/applets
-lnk_DATA = kshutdownlockout.desktop
-
-EXTRA_DIST = $(lnk_DATA)