summaryrefslogtreecommitdiffstats
path: root/domino
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-08-12 14:25:17 +0200
committergregory guy <gregory-tde@laposte.net>2021-08-12 14:25:17 +0200
commit96fa3acef5c70cfdc88e93de2e1798e2f710ada2 (patch)
tree98d887de86efb8102174d5856817388ea4eeb1a2 /domino
parent9068ef35640f5ca80da6f64c1fc4daf9d2fa7f77 (diff)
downloadtde-style-domino-96fa3acef5c70cfdc88e93de2e1798e2f710ada2.tar.gz
tde-style-domino-96fa3acef5c70cfdc88e93de2e1798e2f710ada2.zip
Drop automake build support.
Delete empty file NEWS. Add basic cmake build instructions. Rework of the README file. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'domino')
-rw-r--r--domino/Makefile.am24
1 files changed, 0 insertions, 24 deletions
diff --git a/domino/Makefile.am b/domino/Makefile.am
deleted file mode 100644
index 0e399b8..0000000
--- a/domino/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-AUTOMAKE_OPTIONS = foreign
-
-KDE_CXXFLAGS = -DQT_PLUGIN $(FT2_CFLAGS)
-
-INCLUDES = $(all_includes)
-
-stylercdir = $(kde_datadir)/tdestyle/themes
-stylerc_DATA = domino.themerc
-schemedir = $(kde_datadir)/tdedisplay/color-schemes
-scheme_DATA = Domino.kcsrc
-
-noinst_HEADERS = domino.h misc.h data.h
-
-kde_style_LTLIBRARIES = domino.la
-domino_la_SOURCES = domino.cpp misc.cpp
-domino_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(KDE_RPATH)
-domino_la_LIBADD = $(LIB_TDEUI) $(LIB_TDEUTILS) $(LIB_TQT) -ltdefx -lXrender -lXft $(LIB_TDECORE)
-domino_la_METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libdomino_style.la
-libdomino_style_la_SOURCES =
-libdomino_style_la_LIBADD = $(domino_la_OBJECTS) $(domino_la_LIBADD)
-
-DISTCLEANFILES = $(domino_la_METASOURCES)