03725a7d66
BE CARREFULL: Don't try to compile it for the moment (in progress) Don't use kdelibs trunk for compile it (there is not again test to disable compile when we compile with kdelibs trunk) For the moment there was a lot of missing test etc. I commit it just to allow to lose my changes if there is a pb on my HD. I will sync cmake from kdelibs trunk to kdelibs-snapshot. I hope to fix compile today or tomorrow. CCMAIL: neundorf@kde.org For the futur we must sync kdelibs/cmake/* to kdelibs-snapshot to compile all the time with kdelibs-snapshot svn path=/trunk/KDE/kdebase/workspace/; revision=514380 The following changes were in SVN, but were removed from git: A wallpapers/CMakeLists.txt
42 lines
1.5 KiB
CMake
42 lines
1.5 KiB
CMake
kde4_header()
|
|
|
|
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install_files( ${DATA_INSTALL_DIR}/kwin/default_rules FILES fsp_workarounds_1 )
|
|
install_files( ${SOUND_INSTALL_DIR} FILES pop.wav )
|
|
install_files( ${DATA_INSTALL_DIR}/kconf_update FILES kwin.upd kwinsticky.upd kwiniconify.upd kwin3_plugin.upd kwin_focus1.upd kwinupdatewindowsettings.upd kwin_focus2.upd kwin_fsp_workarounds_1.upd )
|
|
|
|
kde4_footer()
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
#kconf_PROGRAMS = kwin_update_window_settings kwin_update_default_rules
|
|
#kconfdir = $(libdir)/kconf_update_bin
|
|
#
|
|
#kwin_update_window_settings_SOURCES = update_window_settings.cpp
|
|
#kwin_update_window_settings_LDADD = $(LIB_KDECORE) $(KDE_RPATH)
|
|
#kwin_update_window_settings_LDFLAGS = $(all_libraries)
|
|
#
|
|
#kwin_update_default_rules_SOURCES = update_default_rules.cpp
|
|
#kwin_update_default_rules_LDADD = $(LIB_KDECORE) $(KDE_RPATH)
|
|
#kwin_update_default_rules_LDFLAGS = $(all_libraries)
|
|
#
|
|
#INCLUDES = $(all_includes)
|
|
#
|
|
#METASOURCES = AUTO
|
|
#
|
|
#sounddir= $(kde_sounddir)
|
|
#sound_DATA = pop.wav
|
|
#
|
|
#update_DATA = kwin.upd kwinsticky.upd kwiniconify.upd kwin3_plugin.upd kwin_focus1.upd \
|
|
# kwinupdatewindowsettings.upd kwin_focus2.upd kwin_fsp_workarounds_1.upd
|
|
#update_SCRIPTS = pluginlibFix.pl kwin3_plugin.pl kwin_focus1.sh kwin_focus2.sh
|
|
#updatedir = $(kde_datadir)/kconf_update
|
|
#
|
|
#kwin_default_rules_DATA = fsp_workarounds_1
|
|
#kwin_default_rulesdir = $(kde_datadir)/kwin/default_rules
|