diff options
author | gregory guy <[email protected]> | 2021-10-01 14:38:07 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2021-10-01 14:38:07 +0200 |
commit | 8648781af8e31b5b243e26a7ae42b36b38aa8aed (patch) | |
tree | ebd958c73958b45afb7cc6c053ccf9801b97f3b0 /sidebar | |
parent | a5e262a67d56ccb85f8df78d3d1b1b27e889d790 (diff) | |
download | tde-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 <[email protected]>
Diffstat (limited to 'sidebar')
-rw-r--r-- | sidebar/Makefile.am | 17 | ||||
l--------- | sidebar/baghiralinkdrag.cpp | 1 | ||||
l--------- | sidebar/baghiralinkdrag.h | 1 | ||||
-rw-r--r-- | sidebar/configure.in.in | 2 |
4 files changed, 0 insertions, 21 deletions
diff --git a/sidebar/Makefile.am b/sidebar/Makefile.am deleted file mode 100644 index d7b4462..0000000 --- a/sidebar/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDES= $(all_includes) -METASOURCES = AUTO - -kde_module_LTLIBRARIES=konqsidebar_baghirasidebar.la -include_HEADERS = baghirasidebar.h linkview.h listboxlink.h dndlistbox.h baghirasidebariface.h -noinst_HEADERS = baghiralinkdrag.h baghirasidebar.h linkview.h listboxlink.h dndlistbox.h baghirasidebariface.h - -konqsidebar_baghirasidebar_la_SOURCES = baghiralinkdrag.cpp baghirasidebar.cpp linkview.cpp listboxlink.cpp dndlistbox.cpp linkconfig.ui baghirasidebariface.skel -konqsidebar_baghirasidebar_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -lkonqsidebarplugin -konqsidebar_baghirasidebar_la_LIBADD = $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_KFILE) - -baghirasidebar_entry_DATA = baghirasidebar.desktop -baghirasidebar_entrydir = $(kde_datadir)/konqsidebartng/entries -baghirasidebar_add_DATA = baghirasidebar_add.desktop -baghirasidebar_adddir = $(kde_datadir)/konqsidebartng/add -poof_DATA = ../imagebase/poof.png -poofdir = $(kde_datadir)/baghira diff --git a/sidebar/baghiralinkdrag.cpp b/sidebar/baghiralinkdrag.cpp deleted file mode 120000 index 4997e26..0000000 --- a/sidebar/baghiralinkdrag.cpp +++ /dev/null @@ -1 +0,0 @@ -../starter/baghiralinkdrag.cpp
\ No newline at end of file diff --git a/sidebar/baghiralinkdrag.h b/sidebar/baghiralinkdrag.h deleted file mode 120000 index 20f50f7..0000000 --- a/sidebar/baghiralinkdrag.h +++ /dev/null @@ -1 +0,0 @@ -../starter/baghiralinkdrag.h
\ No newline at end of file diff --git a/sidebar/configure.in.in b/sidebar/configure.in.in deleted file mode 100644 index b3a79d3..0000000 --- a/sidebar/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 ) - |