summaryrefslogtreecommitdiffstats
path: root/kshutdownlockout
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-02-01 11:44:29 +0100
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-02-01 23:35:54 +0900
commit7f6e5e66e8ce89573cce241d8105f48f1aa1b5ab (patch)
treec6ac41cc14bcf0e03f8b4c09771c52858b53b786 /kshutdownlockout
parent2ef205291e8a19956997685093de0c77bbae6277 (diff)
downloadkshutdown-7f6e5e66e8ce89573cce241d8105f48f1aa1b5ab.tar.gz
kshutdown-7f6e5e66e8ce89573cce241d8105f48f1aa1b5ab.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> (cherry picked from commit 1308547df8b6d3aa800115b4f283112b09106f7f)
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 2c821f3..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_QT) -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)