diff options
| author | Pino Toscano <pino@kde.org> | 2017-05-20 08:08:20 +0200 |
|---|---|---|
| committer | Pino Toscano <pino@kde.org> | 2017-05-20 08:08:20 +0200 |
| commit | 97ba63aafa510e64c78a529cb5e88eebd2e97967 (patch) | |
| tree | aa845b80f997f86db2fef8878b8d55576dff189a /attic/modules/FindKDE4Workspace.cmake | |
| parent | b58820c4af6407ca6a67d342d7bc43ab09778e7d (diff) | |
| download | extra-cmake-modules-97ba63aafa510e64c78a529cb5e88eebd2e97967.tar.gz extra-cmake-modules-97ba63aafa510e64c78a529cb5e88eebd2e97967.tar.bz2 | |
Drop modules from attic that are not useful anymore
Even if they are in attic and not actually in use, drop a number of
modules (and old tests) that it does not make sense to keep carry
further:
- FindAlsa.cmake, config-alsa.h.cmake:
cmake has been providing a better FindALSA for long time
- FindEigen.cmake, FindEigen2.cmake & test:
Eigen v1 & v2 are deprecated and unmaintained for years
- FindGStreamer.cmake:
gstreamer-0.10 is long dead upstream
- FindKdcraw.cmake, FindKDE4Workspace.cmake, FindKdeMultimedia.cmake,
FindKDevPlatform.cmake, FindKexiv2.cmake, FindKipi.cmake,
FindLibAttica.cmake, FindLibKonq.cmake:
modules for KDE 4 libraries -- they are provided already by kdelibs 4.x,
and the frameworks versions of those libraries provide cmake config
files already
- FindKNepomuk.cmake, FindKonto.cmake, FindNepomuk.cmake,
NepomukAddOntologyClasses.cmake, NepomukMacros.cmake:
Nepomuk stuff, which is long dead
- FindKopete.cmake:
the Frameworks version of Kopete is not released yet, so it'd rather
provide own cmake config files
- FindKorundum.cmake:
Korudum is dead upstream, and so is Ruby 1.8
- FindLCMS.cmake & test:
LCMS 1 is dead for many years already
- FindMusicBrainz.cmake:
libmusicbrainz v2 is long dead, and the web service API it uses was
dismantled years ago
- FindOpenEXR.cmake & test:
ECM already provides an improved and polished version of this module
- FindPolkitQt.cmake:
polkit-qt is long dead, replaced by polkit-qt-1
- FindPopplerQt4.cmake:
ECM 5.19+ already provides a better FindPoppler module
- FindSharedDesktopOntologies.cmake:
dead upstream, but also used to provide cmake config files already
- tests for Blitz, Flex, LibXslt:
their modules are not even in attic
Diffstat (limited to 'attic/modules/FindKDE4Workspace.cmake')
| -rw-r--r-- | attic/modules/FindKDE4Workspace.cmake | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/attic/modules/FindKDE4Workspace.cmake b/attic/modules/FindKDE4Workspace.cmake deleted file mode 100644 index 660c7b8d..00000000 --- a/attic/modules/FindKDE4Workspace.cmake +++ /dev/null @@ -1,71 +0,0 @@ -# Find if we installed kdebase/workspaces. -# Once done this will define -# -# KDE4WORKSPACE_FOUND - system has KDE workspace installed -# KDE4WORKSPACE_INCLUDE_DIR - the KDE workspace include directory -# -# It also sets variables for the following libraries: -# KDE4WORKSPACE_TASKMANAGER_LIBRARY, KDE4WORKSPACE_TASKMANAGER_LIBS -# KDE4WORKSPACE_KWORKSPACE_LIBRARY, KDE4WORKSPACE_KWORKSPACE_LIBS -# KDE4WORKSPACE_SOLIDCONTROLIFACES_LIBRARY, KDE4WORKSPACE_SOLIDCONTROLIFACES_LIBS -# KDE4WORKSPACE_SOLIDCONTROL_LIBRARY, KDE4WORKSPACE_SOLIDCONTROL_LIBS -# KDE4WORKSPACE_PROCESSUI_LIBRARY, KDE4WORKSPACE_PROCESSUI_LIBS -# KDE4WORKSPACE_LSOFUI_LIBRARY, KDE4WORKSPACE_LSOFUI_LIBS -# KDE4WORKSPACE_PLASMACLOCK_LIBRARY, KDE4WORKSPACE_PLASMACLOCK_LIBS -# KDE4WORKSPACE_NEPOMUKQUERYCLIENT_LIBRARY, KDE4WORKSPACE_NEPOMUKQUERYCLIENT_LIBS -# KDE4WORKSPACE_NEPOMUKQUERY_LIBRARY, KDE4WORKSPACE_NEPOMUKQUERY_LIBS -# KDE4WORKSPACE_KSCREENSAVER_LIBRARY, KDE4WORKSPACE_KSCREENSAVER_LIBS -# KDE4WORKSPACE_WEATHERION_LIBRARY, KDE4WORKSPACE_WEATHERION_LIBS -# KDE4WORKSPACE_KWINEFFECTS_LIBRARY, KDE4WORKSPACE_KWINEFFECTS_LIBS -# KDE4WORKSPACE_KDECORATIONS_LIBRARY, KDE4WORKSPACE_KDECORATIONS_LIBS -# KDE4WORKSPACE_KSGRD_LIBRARY, KDE4WORKSPACE_KSGRD_LIBS -# KDE4WORKSPACE_KEPHAL_LIBRARY, KDE4WORKSPACE_KEPHAL_LIBS -# -# And the following locations: -# KDE4WORKSPACE_LIB_DIR -# KDE4WORKSPACE_LIBEXEC_DIR -# KDE4WORKSPACE_INCLUDE_DIR -# KDE4WORKSPACE_BIN_DIR -# KDE4WORKSPACE_SBIN_DIR -# KDE4WORKSPACE_DATA_DIR -# KDE4WORKSPACE_HTML_DIR -# KDE4WORKSPACE_CONFIG_DIR -# KDE4WORKSPACE_ICON_DIR -# KDE4WORKSPACE_KCFG_DIR -# KDE4WORKSPACE_LOCALE_DIR -# KDE4WORKSPACE_MIME_DIR -# KDE4WORKSPACE_SOUND_DIR -# KDE4WORKSPACE_TEMPLATES_DIR -# KDE4WORKSPACE_WALLPAPER_DIR -# KDE4WORKSPACE_KCONF_UPDATE_DIR -# KDE4WORKSPACE_AUTOSTART_DIR -# KDE4WORKSPACE_XDG_APPS_DIR -# KDE4WORKSPACE_XDG_DIRECTORY_DIR -# KDE4WORKSPACE_SYSCONF_DIR -# KDE4WORKSPACE_MAN_DIR -# KDE4WORKSPACE_INFO_DIR -# KDE4WORKSPACE_DBUS_INTERFACES_DIR -# KDE4WORKSPACE_DBUS_SERVICES_DIR -# KDE4WORKSPACE_SERVICES_DIR -# KDE4WORKSPACE_SERVICETYPES_DIR - -# Copyright (c) 2008, Alexander Neundorf, <neundorf@kde.org> -# -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. - -# The find_package() call below loads the file KDE4WorkspaceConfig.cmake file. -# This file is created and installed by kdebase/workspace/CMakeLists.txt -# It contains settings for all install location of kdebase/workspace, as e.g. -# KDE4WORKSPACE_INCLUDE_DIR, and also variables for all libraries. -# See kdebase/workspace/CMakeLists.txt and kdebase/workspace/KDE4WorkspaceConfig.cmake.in -# for details. Alex - - -set(_KDE4Workspace_FIND_QUIETLY ${KDE4Workspace_FIND_QUIETLY}) -find_package(KDE4Workspace QUIET NO_MODULE PATHS ${KDE4_LIB_DIR}/KDE4Workspace/cmake ) -set(KDE4Workspace_FIND_QUIETLY ${_KDE4Workspace_FIND_QUIETLY}) - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(KDE4Workspace DEFAULT_MSG KDE4Workspace_CONFIG ) - |
