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 /sounds | |
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 'sounds')
-rw-r--r-- | sounds/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sounds/Makefile.am b/sounds/Makefile.am deleted file mode 100644 index 1cab2f5..0000000 --- a/sounds/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -eventsrcdir = $(kde_datadir)/kshutdown -eventsrc_DATA = eventsrc - -soundsdir = $(kde_datadir)/kshutdown/sounds -sounds_DATA = \ - COPYRIGHT \ - 1m.ogg \ - 5m.ogg - -EXTRA_DIST = $(eventsrc_DATA) $(sounds_DATA) |