diff options
author | Johannes Huber <johu@gentoo.org> | 2012-05-03 20:08:11 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-05-03 20:08:11 +0000 |
commit | 5927f5c54422bdd7e485d04e5a5f7d18663ee66f (patch) | |
tree | 23ce069db9e32e9974c6b94cfa73af651ada1e7f /kde-base/libkonq/files | |
parent | Mask >ghc-7 on Tiger and Leopard (diff) | |
download | historical-5927f5c54422bdd7e485d04e5a5f7d18663ee66f.tar.gz historical-5927f5c54422bdd7e485d04e5a5f7d18663ee66f.tar.bz2 historical-5927f5c54422bdd7e485d04e5a5f7d18663ee66f.zip |
Version bump KDE SC 4.8.3
Package-Manager: portage-2.2.0_alpha101/cvs/Linux x86_64
Diffstat (limited to 'kde-base/libkonq/files')
-rw-r--r-- | kde-base/libkonq/files/libkonq-4.8.3-cmake.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-base/libkonq/files/libkonq-4.8.3-cmake.patch b/kde-base/libkonq/files/libkonq-4.8.3-cmake.patch new file mode 100644 index 000000000000..dea16d4712ea --- /dev/null +++ b/kde-base/libkonq/files/libkonq-4.8.3-cmake.patch @@ -0,0 +1,23 @@ +These headers are required to compile dolphin. + +diff --git a/lib/konq/CMakeLists.txt b/lib/konq/CMakeLists.txt +index 8ecbfa9..9fcbb3c 100644 +--- a/lib/konq/CMakeLists.txt ++++ b/lib/konq/CMakeLists.txt +@@ -59,7 +59,7 @@ install( FILES + konq_dndpopupmenuplugin.h + knewmenu.h + konq_menuactions.h +- # konq_copytomenu.h - anyone needs it? ++ konq_copytomenu.h + konq_operations.h + libkonq_export.h + konq_events.h +@@ -69,6 +69,7 @@ install( FILES + kversioncontrolplugin2.h + konq_historyprovider.h + konq_historyentry.h ++ konq_statusbarmessagelabel.h + DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel + ) + install( FILES konqpopupmenuplugin.desktop konqdndpopupmenuplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) |