diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-09-30 07:56:33 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-09-30 07:56:33 +0200 |
commit | 07a6d98c1b4a852cfaca3ac02b388351909d7b9c (patch) | |
tree | 7ae753dd05ae4e8e8fcee9c3cd3501907ac0a982 /style | |
parent | b986718d988717c5321022729cdcc731820709d3 (diff) | |
download | tde-style-lipstik-07a6d98c1b4a852cfaca3ac02b388351909d7b9c.tar.gz tde-style-lipstik-07a6d98c1b4a852cfaca3ac02b388351909d7b9c.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>
Diffstat (limited to 'style')
-rw-r--r-- | style/Makefile.am | 25 | ||||
-rw-r--r-- | style/config/Makefile.am | 12 |
2 files changed, 0 insertions, 37 deletions
diff --git a/style/Makefile.am b/style/Makefile.am deleted file mode 100644 index 7017f74..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_TQT) $(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 4e20807..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_TQT) $(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 |