diff options
| author | Patrick Lauer <patrick@gentoo.org> | 2013-02-25 11:20:14 +0800 |
|---|---|---|
| committer | Patrick Lauer <patrick@gentoo.org> | 2013-02-25 11:20:14 +0800 |
| commit | 8475d02af4c526f0a825833442b0751fa41a545f (patch) | |
| tree | 2ba5c6e4ef9bcbaa03155e18d9bf0315797713de | |
| parent | 7a7aef81aad4c0bd4c3580d4a1518c6da57a6add (diff) | |
| download | kde-8475d02af4c526f0a825833442b0751fa41a545f.tar.gz kde-8475d02af4c526f0a825833442b0751fa41a545f.tar.bz2 kde-8475d02af4c526f0a825833442b0751fa41a545f.zip | |
[kde-base/kdepim-common-libs] Fix installed files #455274
| -rw-r--r-- | kde-base/kdepim-common-libs/files/install-composereditorng.patch | 15 | ||||
| -rw-r--r-- | kde-base/kdepim-common-libs/kdepim-common-libs-9999.ebuild | 2 |
2 files changed, 17 insertions, 0 deletions
diff --git a/kde-base/kdepim-common-libs/files/install-composereditorng.patch b/kde-base/kdepim-common-libs/files/install-composereditorng.patch new file mode 100644 index 00000000000..a5fbd33a9cf --- /dev/null +++ b/kde-base/kdepim-common-libs/files/install-composereditorng.patch @@ -0,0 +1,15 @@ +--- CMakeLists.txt 2013-02-25 03:16:44.129528884 +0000 ++++ CMakeLists.txt.new 2013-02-25 03:18:48.016192479 +0000 +@@ -58,8 +58,8 @@ + install(TARGETS composereditorng ${INSTALL_TARGETS_DEFAULT_ARGS} ) + install( FILES data/composereditorinitialhtml DESTINATION ${DATA_INSTALL_DIR}/composereditor ) + +-#install( FILES +-# composereditor_export.h +-# composereditor.h +-# DESTINATION ${INCLUDE_INSTALL_DIR}/composereditorng COMPONENT Devel ) ++install( FILES ++ composereditor_export.h ++ composereditor.h ++ DESTINATION ${INCLUDE_INSTALL_DIR}/composereditorng COMPONENT Devel ) + diff --git a/kde-base/kdepim-common-libs/kdepim-common-libs-9999.ebuild b/kde-base/kdepim-common-libs/kdepim-common-libs-9999.ebuild index e04b5c49a2c..412db5a270f 100644 --- a/kde-base/kdepim-common-libs/kdepim-common-libs-9999.ebuild +++ b/kde-base/kdepim-common-libs/kdepim-common-libs-9999.ebuild @@ -66,3 +66,5 @@ KMEXTRACTONLY=" " KMSAVELIBS="true" + +PATCHES=( "${FILESDIR}/install-composereditorng.patch" ) |
