summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-10-01 14:38:07 +0200
committergregory guy <gregory-tde@laposte.net>2021-10-01 14:38:07 +0200
commit8648781af8e31b5b243e26a7ae42b36b38aa8aed (patch)
treeebd958c73958b45afb7cc6c053ccf9801b97f3b0 /config
parenta5e262a67d56ccb85f8df78d3d1b1b27e889d790 (diff)
downloadtde-style-baghira-8648781af8e31b5b243e26a7ae42b36b38aa8aed.tar.gz
tde-style-baghira-8648781af8e31b5b243e26a7ae42b36b38aa8aed.zip
Drop automake build support.
Deleted TODO and NEWS empty files. Rework of the README file. Add basic cmake build instructions. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'config')
-rw-r--r--config/Makefile.am21
-rwxr-xr-xconfig/generatePixmaps.sh13
2 files changed, 0 insertions, 34 deletions
diff --git a/config/Makefile.am b/config/Makefile.am
deleted file mode 100644
index a4ece72..0000000
--- a/config/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-INCLUDES = $(all_includes)
-noinst_HEADERS = about.h configdialog.h help.h tdestyle_baghira_config.h colordialog.h colorpicker.h
-METASOURCES = AUTO
-
-# Install this plugin in the KDE modules directory
-kde_module_LTLIBRARIES = tdestyle_baghira_config.la
-
-tdestyle_baghira_config_la_SOURCES = tdestyle_baghira_config.cpp colordialog.cpp colorpicker.cpp configdialog.ui help.ui about.ui
-# tdestyle_baghira_config_la_METASOURCES = AUTO
-tdestyle_baghira_config_la_LIBADD = $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO)
-tdestyle_baghira_config_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined $(KDE_PLUGIN)
-
-
-messages: rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/tdestyle_baghira_config.pot
-
-pixmaps.h: $(srcdir)/generatePixmaps.sh
- $(SHELL) $(srcdir)/generatePixmaps.sh $(top_srcdir)
-CLEANFILES = pixmaps.h
-tdestyle_baghira_config.lo: pixmaps.h
-
diff --git a/config/generatePixmaps.sh b/config/generatePixmaps.sh
deleted file mode 100755
index e0de14c..0000000
--- a/config/generatePixmaps.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-top_srcdir="${1:-../..}"
-imagebase="$top_srcdir/imagebase"
-UIC=$(grep "UIC = " ../Makefile | cut -f3- -d" ")
-echo -e "#ifndef SCPIXMAPS_H\n#define SCPIXMAPS_H\n" > pixmaps.h
-$UIC -embed baghira \
-$imagebase/button-base \
-$imagebase/button-shadow \
-$imagebase/brush-me | \
-sed -e "s/void qInitImages_baghira()$/static void qInitImages_baghira()/" -e "s/void qCleanupImages_baghira()$/static void qCleanupImages_baghira()/ ">> pixmaps.h
-echo -e "#endif //SCPIXMAPS_H\n" >> pixmaps.h
-
-#$imagebase/AboutBaghira \