diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-09-30 11:03:15 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-10-01 17:16:10 +0900 |
commit | 6726e2fbb9c2cfc27bc67e7793863bc036b55944 (patch) | |
tree | cd98714f8509e774befe0def178a03ec1582ef85 /sounds | |
parent | 61254b9781405072cc10e9e3a57fa02460139a29 (diff) | |
download | kshowmail-6726e2fbb9c2cfc27bc67e7793863bc036b55944.tar.gz kshowmail-6726e2fbb9c2cfc27bc67e7793863bc036b55944.zip |
Drop automake build support.
Add basic cmake build instructions.
Delete empty folder templates.
Delete rpm stuff (kshowmail.spec and build-kshowmail folder).
Rework of the README and AUTHORS files.
Add BUGS file.
Move the kshowmail.desktop file into XDG_APPS_INSTALL_DIR directory,
see TDE/tde#26 and bug 2408.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit e167d15409204539a0fa3a5b7260ca090192d6fa)
Diffstat (limited to 'sounds')
-rw-r--r-- | sounds/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sounds/Makefile.am b/sounds/Makefile.am deleted file mode 100644 index c1836a1..0000000 --- a/sounds/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -soundsdir = $(kde_datadir)/kshowmail/sounds -sounds_DATA = neuepost.wav newmail.wav |