summaryrefslogtreecommitdiffstats
path: root/kickermenu
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-10-01 14:38:07 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-10-02 12:07:12 +0900
commit383a66d0828e5f858503344e055067a14464c2c1 (patch)
tree379b0c5b82dbc17542efeef3ac6554ce82a23c77 /kickermenu
parent09652c06fc0033aca687c913901625bfa0759afd (diff)
downloadtde-style-baghira-383a66d0828e5f858503344e055067a14464c2c1.tar.gz
tde-style-baghira-383a66d0828e5f858503344e055067a14464c2c1.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> (cherry picked from commit 8648781af8e31b5b243e26a7ae42b36b38aa8aed)
Diffstat (limited to 'kickermenu')
-rw-r--r--kickermenu/Makefile.am15
-rw-r--r--kickermenu/configure.in.in2
2 files changed, 0 insertions, 17 deletions
diff --git a/kickermenu/Makefile.am b/kickermenu/Makefile.am
deleted file mode 100644
index 9906626..0000000
--- a/kickermenu/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-INCLUDES = $(all_includes)
-
-kde_module_LTLIBRARIES = b_menu_panelapplet.la
-
-b_menu_panelapplet_la_SOURCES = menuapplet.cpp menuapplet.skel
-
-noinst_HEADERS = menuapplet.h
-
-b_menu_panelapplet_la_METASOURCES = AUTO
-
-b_menu_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
-b_menu_panelapplet_la_LIBADD = $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI)
-
-messages:
- $(XGETTEXT) *.cpp *.h -o $(podir)/kmenuapplet.pot
diff --git a/kickermenu/configure.in.in b/kickermenu/configure.in.in
deleted file mode 100644
index b3a79d3..0000000
--- a/kickermenu/configure.in.in
+++ /dev/null
@@ -1,2 +0,0 @@
-AM_CONDITIONAL( HAVE_3_4, test $($KDECONFIG --version | grep "TDE:" | cut -d" " -f2 | cut -d"." -f2) -gt 3 )
-