diff options
author | gregory guy <[email protected]> | 2021-10-01 14:38:07 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-10-02 12:07:12 +0900 |
commit | 383a66d0828e5f858503344e055067a14464c2c1 (patch) | |
tree | 379b0c5b82dbc17542efeef3ac6554ce82a23c77 /kickermenu-3.3 | |
parent | 09652c06fc0033aca687c913901625bfa0759afd (diff) | |
download | tde-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 <[email protected]>
(cherry picked from commit 8648781af8e31b5b243e26a7ae42b36b38aa8aed)
Diffstat (limited to 'kickermenu-3.3')
-rw-r--r-- | kickermenu-3.3/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/kickermenu-3.3/Makefile.am b/kickermenu-3.3/Makefile.am deleted file mode 100644 index 02eebb0..0000000 --- a/kickermenu-3.3/Makefile.am +++ /dev/null @@ -1,20 +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 - -lnkdir = $(kde_datadir)/kicker/applets -lnk_DATA = b_menuapplet.desktop - -EXTRA_DIST = $(lnk_DATA) - -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 |