diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-09-30 11:03:15 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-09-30 11:03:15 +0200 |
commit | e167d15409204539a0fa3a5b7260ca090192d6fa (patch) | |
tree | 9ee388acd73ced62c05ec5552e90361b4d80b214 /build-kshowmail/rpmmacros | |
parent | 7d6ae8bb0067208c70ab0711a8b06678bf022acc (diff) | |
download | kshowmail-e167d15409204539a0fa3a5b7260ca090192d6fa.tar.gz kshowmail-e167d15409204539a0fa3a5b7260ca090192d6fa.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>
Diffstat (limited to 'build-kshowmail/rpmmacros')
-rw-r--r-- | build-kshowmail/rpmmacros | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build-kshowmail/rpmmacros b/build-kshowmail/rpmmacros deleted file mode 100644 index 6c1e8a2..0000000 --- a/build-kshowmail/rpmmacros +++ /dev/null @@ -1,2 +0,0 @@ -%_topdir /home/eggert/src/kshowmail//build-kshowmail/RPMROOT/ -%_tmppath /home/eggert/src/kshowmail//build-kshowmail/RPMROOT/tmp/ |