summaryrefslogtreecommitdiffstats
path: root/kbiff
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-07 17:30:55 +0200
committergregory guy <gregory-tde@laposte.net>2019-10-09 17:33:53 +0200
commit28c36e59399156247f5bdd8bb833c44d0e74fba7 (patch)
treeaff78a29bf399ceee41271122443653eeaec369c /kbiff
parent642e097fc1cfe9b3fdcee81f3f4770ae606d7f0e (diff)
downloadkbiff-28c36e59399156247f5bdd8bb833c44d0e74fba7.tar.gz
kbiff-28c36e59399156247f5bdd8bb833c44d0e74fba7.zip
Drop automake build support.
Add basic cmake build instructions. Change description in README. Deleted empty files: NEWS. Deleted obsolete files: VERSION, kbiff.spec . Substitute "KDE" to "TDE" in the man page. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'kbiff')
-rw-r--r--kbiff/Makefile.am38
-rw-r--r--kbiff/pics/Makefile.am8
2 files changed, 0 insertions, 46 deletions
diff --git a/kbiff/Makefile.am b/kbiff/Makefile.am
deleted file mode 100644
index 66e1a06..0000000
--- a/kbiff/Makefile.am
+++ /dev/null
@@ -1,38 +0,0 @@
-# just set the variable
-appsdir = $(kde_appsdir)/Internet
-apps_DATA = kbiff.desktop
-
-# set the include path for X, qt and KDE
-INCLUDES = $(all_includes)
-
-# claim, which subdirectories you want to install
-SUBDIRS = pics
-
-####### This part is very kbiff specific
-# you can add here more. This one gets installed
-bin_PROGRAMS =
-lib_LTLIBRARIES =
-tdeinit_LTLIBRARIES = kbiff.la
-
-# Which sources should be compiled for kbiff.
-kbiff_la_SOURCES = setupdlg.cpp kbiff.cpp main.cpp kbiffmonitor.cpp \
- notify.cpp kbiffurl.cpp status.cpp kbiffcodec.cpp \
- led.cpp kbiffcrypt.cpp version.cpp
-
-# the library search path
-kbiff_la_LDFLAGS = $(all_libraries) -module -avoid-version
-
-# the libraries to link against. Be aware of the order. First the libraries,
-# that depend on the following ones.
-kbiff_la_LIBADD = $(LIB_KFILE) $(LIB_TDEIO) $(LIB_TQT) $(LIB_TDECORE) -lDCOP $(LIB_TDEUI)
-
-# this option you can leave out. Just, if you use "make dist", you need it
-noinst_HEADERS = setupdlg.h kbiff.h kbiffmonitor.h notify.h kbiffurl.h \
- status.h kbiffcodec.h led.h version.h
-
-METASOURCES = AUTO
-
-messages:
- $(XGETTEXT) *.cpp -o $(podir)/kbiff.pot
-
-KDE_ICON = kbiff
diff --git a/kbiff/pics/Makefile.am b/kbiff/pics/Makefile.am
deleted file mode 100644
index 2d6751b..0000000
--- a/kbiff/pics/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-# Files to install
-pics_DATA = mini-newmail.png mini-nomail.png mini-oldmail.png \
- newmail.png nomail.png oldmail.png mailbox.png delete.png \
- playsound.png mini-noconn.png noconn.png mini-stopped.png \
- stopped.png
-
-# This is where it will all be installed
-picsdir = $(kde_datadir)/kbiff/pics