diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-02-01 11:44:29 +0100 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-02-01 11:44:29 +0100 |
commit | 1308547df8b6d3aa800115b4f283112b09106f7f (patch) | |
tree | ef6fc25ac9fade7b81d2bc06b227215af5daa40a /kshutdownlockout | |
parent | 4d84958e439d077ff9dbbeb949c63e52a42a37c7 (diff) | |
download | kshutdown-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.am | 15 |
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) |