summaryrefslogtreecommitdiffstats
path: root/build-kshowmail
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-09-30 11:03:15 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-10-01 17:16:10 +0900
commit6726e2fbb9c2cfc27bc67e7793863bc036b55944 (patch)
treecd98714f8509e774befe0def178a03ec1582ef85 /build-kshowmail
parent61254b9781405072cc10e9e3a57fa02460139a29 (diff)
downloadkshowmail-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 'build-kshowmail')
-rw-r--r--build-kshowmail/RPMROOT/SPECS/kshowmail.spec48
-rw-r--r--build-kshowmail/RPMROOT/tmp/rpm-tmp.2244728
-rw-r--r--build-kshowmail/rpmmacros2
-rw-r--r--build-kshowmail/rpmrc1
4 files changed, 0 insertions, 79 deletions
diff --git a/build-kshowmail/RPMROOT/SPECS/kshowmail.spec b/build-kshowmail/RPMROOT/SPECS/kshowmail.spec
deleted file mode 100644
index 8df44d4..0000000
--- a/build-kshowmail/RPMROOT/SPECS/kshowmail.spec
+++ /dev/null
@@ -1,48 +0,0 @@
-# This spec file was generated using Kpp
-# If you find any problems with this spec file please report
-# the error to ian geiser <geiseri@msoe.edu>
-Summary:
-Name: kshowmail
-Version: 3.0.1-beta
-Release: 0
-Copyright: GPL
-Vendor: Eggert Ehmke <eggert.ehmke@berlin.de>
-Url: http://www.sourceforge.net/projects/kshowmail
-
-Packager: Eggert Ehmke <eggert.ehmke@berlin.de>
-Group: Mail
-Source: kshowmail-3.0.1-beta.tar.gz
-BuildRoot:
-
-%description
-
-
-%prep
-%setup
-CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \
- \
- $LOCALFLAGS
-%build
-# Setup for parallel builds
-numprocs=`egrep -c ^cpu[0-9]+ /proc/stat || :`
-if [ "$numprocs" = "0" ]; then
- numprocs=1
-fi
-
-make -j$numprocs
-
-%install
-make install-strip DESTDIR=$RPM_BUILD_ROOT
-
-cd $RPM_BUILD_ROOT
-find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.kshowmail
-find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.kshowmail
-find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.kshowmail
-
-%clean
-rm -rf $RPM_BUILD_ROOT/*
-rm -rf $RPM_BUILD_DIR/kshowmail
-rm -rf ../file.list.kshowmail
-
-
-%files -f ../file.list.kshowmail
diff --git a/build-kshowmail/RPMROOT/tmp/rpm-tmp.22447 b/build-kshowmail/RPMROOT/tmp/rpm-tmp.22447
deleted file mode 100644
index 0299be2..0000000
--- a/build-kshowmail/RPMROOT/tmp/rpm-tmp.22447
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-RPM_SOURCE_DIR="/home/eggert/src/kshowmail//build-kshowmail/RPMROOT//SOURCES"
-RPM_BUILD_DIR="/home/eggert/src/kshowmail//build-kshowmail/RPMROOT//BUILD"
-RPM_OPT_FLAGS="-O2"
-RPM_ARCH="i386"
-RPM_OS="linux"
-export RPM_SOURCE_DIR RPM_BUILD_DIR RPM_OPT_FLAGS RPM_ARCH RPM_OS
-RPM_DOC_DIR="/usr/doc/packages"
-export RPM_DOC_DIR
-RPM_PACKAGE_NAME="kshowmail"
-RPM_PACKAGE_VERSION="2.1.e"
-RPM_PACKAGE_RELEASE="cd /home/eggert/src/kshowmail/build-kshowmail/RPMROOT/BUILD
-rm -rf kshowmail-2.1.e
-/bin/gzip -dc /home/eggert/src/kshowmail/build-kshowmail/RPMROOT/SOURCES/kshowmail-2.1.e.tar.gz | tar -xvvf -
-STATUS=$?
-if [ $STATUS -ne 0 ]; then
- exit $STATUS
-fi
-cd kshowmail-2.1.e
-[ `/usr/bin/id -u` = '0' ] && /bin/chown -Rhf root .
-[ `/usr/bin/id -u` = '0' ] && /bin/chgrp -Rhf root .
-/bin/chmod -Rf a+rX,g-w,o-w .
-CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \
- \
- $LOCALFLAGS
-
-exit 0 \ No newline at end of file
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/
diff --git a/build-kshowmail/rpmrc b/build-kshowmail/rpmrc
deleted file mode 100644
index eb05bb1..0000000
--- a/build-kshowmail/rpmrc
+++ /dev/null
@@ -1 +0,0 @@
-macrofiles: /usr/lib/rpm/macros:/usr/lib/rpm/%{_target}/macros:/etc/rpm/macros:/etc/rpm/%{_target}/macros:~/.rpmmacros:/home/eggert/src/kshowmail//build-kshowmail/rpmmacros