summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-09-30 07:56:33 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-10-03 23:46:53 +0900
commit82e80513f7851d3c01cd26fc1fb1e1256915cc56 (patch)
tree3c3a4a67c13262254a166aaa67f4e95f8af46ec1 /style
parent18f8b5c10c5d2bf173b29127867a1c04b67e6cf7 (diff)
downloadtde-style-lipstik-82e80513f7851d3c01cd26fc1fb1e1256915cc56.tar.gz
tde-style-lipstik-82e80513f7851d3c01cd26fc1fb1e1256915cc56.zip
Drop automake build support.
Add basic cmake build instructions. Deleted empty file NEWS. Deleted spec file (rpm) lipstik.spec. Rework of the README file. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 07a6d98c1b4a852cfaca3ac02b388351909d7b9c)
Diffstat (limited to 'style')
-rw-r--r--style/Makefile.am25
-rw-r--r--style/config/Makefile.am12
2 files changed, 0 insertions, 37 deletions
diff --git a/style/Makefile.am b/style/Makefile.am
deleted file mode 100644
index d45dfe7..0000000
--- a/style/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-AUTOMAKE_OPTIONS = foreign
-
-SUBDIRS = config
-
-KDE_CXXFLAGS = -DQT_PLUGIN
-
-INCLUDES = $(all_includes)
-
-stylercdir = $(kde_datadir)/tdestyle/themes
-stylerc_DATA = lipstik.themerc
-
-colorshemedir = $(kde_datadir)/tdedisplay/color-schemes
-colorsheme_DATA = lipstikstandard.kcsrc lipstikwhite.kcsrc lipstiknoble.kcsrc
-
-EXTRA_DIST = $(stylerc_DATA)
-
-noinst_HEADERS = lipstik.h misc.h
-
-kde_style_LTLIBRARIES = lipstik.la
-lipstik_la_SOURCES = lipstik.cpp misc.cpp
-lipstik_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(KDE_PLUGIN) -module
-lipstik_la_LIBADD = -ltdefx
-lipstik_la_METASOURCES = AUTO
-
-DISTCLEANFILES = $(lipstik_la_METASOURCES)
diff --git a/style/config/Makefile.am b/style/config/Makefile.am
deleted file mode 100644
index ec46632..0000000
--- a/style/config/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-INCLUDES = $(all_includes)
-
-noinst_HEADERS = lipstikconf.h
-kde_module_LTLIBRARIES = tdestyle_lipstik_config.la
-tdestyle_lipstik_config_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(KDE_PLUGIN) -module
-tdestyle_lipstik_config_la_LIBADD = $(LIB_TDEUI)
-tdestyle_lipstik_config_la_SOURCES = lipstikconf.cpp
-tdestyle_lipstik_config_la_METASOURCES = AUTO
-
-
-messages:
- $(XGETTEXT) *.cpp *.h -o $(podir)/tdestyle_lipstik_config.pot