diff options
author | Mavridis Philippe <[email protected]> | 2023-06-22 15:07:49 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2023-07-07 12:03:16 +0300 |
commit | 88ea716029699830af75615bb9a0cbaf213a01ba (patch) | |
tree | 8631a693155c9dddc45ef12ab83086e12d72afe0 /twin/clients/redmond | |
parent | 84ab47055dcfb9cf1bb11a22c8ab6de3fb0819b7 (diff) | |
download | tdebase-88ea716029699830af75615bb9a0cbaf213a01ba.tar.gz tdebase-88ea716029699830af75615bb9a0cbaf213a01ba.zip |
KWin: rename client libraries twin3_* -> twin_*
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'twin/clients/redmond')
-rw-r--r-- | twin/clients/redmond/CMakeLists.txt | 4 | ||||
-rw-r--r-- | twin/clients/redmond/Makefile.am | 8 | ||||
-rw-r--r-- | twin/clients/redmond/redmond.desktop | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/twin/clients/redmond/CMakeLists.txt b/twin/clients/redmond/CMakeLists.txt index 7240233a0..17a13bac9 100644 --- a/twin/clients/redmond/CMakeLists.txt +++ b/twin/clients/redmond/CMakeLists.txt @@ -30,9 +30,9 @@ tde_create_translated_desktop( ) -##### twin3_redmond (module) #################### +##### twin_redmond (module) #################### -tde_add_kpart( twin3_redmond AUTOMOC +tde_add_kpart( twin_redmond AUTOMOC SOURCES redmond.cpp LINK tdecorations-shared tdecore-shared DESTINATION ${PLUGIN_INSTALL_DIR} diff --git a/twin/clients/redmond/Makefile.am b/twin/clients/redmond/Makefile.am index 39985f347..c00af257e 100644 --- a/twin/clients/redmond/Makefile.am +++ b/twin/clients/redmond/Makefile.am @@ -1,11 +1,11 @@ INCLUDES = -I$(srcdir)/../../lib $(all_includes) -kde_module_LTLIBRARIES = twin3_redmond.la +kde_module_LTLIBRARIES = twin_redmond.la -twin3_redmond_la_SOURCES = redmond.cpp -twin3_redmond_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -twin3_redmond_la_LIBADD = $(LIB_TDECORE) ../../lib/libtdecorations.la +twin_redmond_la_SOURCES = redmond.cpp +twin_redmond_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module +twin_redmond_la_LIBADD = $(LIB_TDECORE) ../../lib/libtdecorations.la METASOURCES = AUTO noinst_HEADERS = redmond.h diff --git a/twin/clients/redmond/redmond.desktop b/twin/clients/redmond/redmond.desktop index d6bf0a9b0..68a360be0 100644 --- a/twin/clients/redmond/redmond.desktop +++ b/twin/clients/redmond/redmond.desktop @@ -1,3 +1,3 @@ [Desktop Entry] Name=Redmond -X-TDE-Library=twin3_redmond +X-TDE-Library=twin_redmond |