diff options
author | gregory guy <[email protected]> | 2020-02-01 11:44:29 +0100 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-02-01 23:35:54 +0900 |
commit | 7f6e5e66e8ce89573cce241d8105f48f1aa1b5ab (patch) | |
tree | c6ac41cc14bcf0e03f8b4c09771c52858b53b786 /karamba | |
parent | 2ef205291e8a19956997685093de0c77bbae6277 (diff) | |
download | kshutdown-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 <[email protected]>
(cherry picked from commit 1308547df8b6d3aa800115b4f283112b09106f7f)
Diffstat (limited to 'karamba')
-rw-r--r-- | karamba/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/karamba/Makefile.am b/karamba/Makefile.am deleted file mode 100644 index 2634f79..0000000 --- a/karamba/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -karambadir = $(kde_datadir)/kshutdown/karamba - -karamba_DATA = \ - kshutdown-48x48.png \ - kshutdown-classic-notext.theme \ - kshutdown-classic-text.theme - -EXTRA_DIST = $(karamba_DATA) |