slackware-current/source/kde/patch/kdepim/kdepim-install_kleopatra_headers.patch
Patrick J Volkerding d31c50870d Slackware 14.2
Thu Jun 30 20:26:57 UTC 2016
Slackware 14.2 x86_64 stable is released!

The long development cycle (the Linux community has lately been living in
"interesting times", as they say) is finally behind us, and we're proud to
announce the release of Slackware 14.2.  The new release brings many updates
and modern tools, has switched from udev to eudev (no systemd), and adds
well over a hundred new packages to the system.  Thanks to the team, the
upstream developers, the dedicated Slackware community, and everyone else
who pitched in to help make this release a reality.

The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a dual-sided
32-bit/64-bit x86/x86_64 DVD.  Please consider supporting the Slackware
project by picking up a copy from store.slackware.com.  We're taking
pre-orders now, and offer a discount if you sign up for a subscription.

Have fun!  :-)
2018-05-31 23:31:18 +02:00

122 lines
4.5 KiB
Diff

diff -up kdepim-4.11.90/kleopatra/libkleopatraclient/CMakeLists.txt.install_kleopatra_headers kdepim-4.11.90/kleopatra/libkleopatraclient/CMakeLists.txt
--- kdepim-4.11.90/kleopatra/libkleopatraclient/CMakeLists.txt.install_kleopatra_headers 2013-11-14 02:23:52.000000000 -0600
+++ kdepim-4.11.90/kleopatra/libkleopatraclient/CMakeLists.txt 2013-11-16 13:17:30.289810575 -0600
@@ -6,3 +6,7 @@ add_subdirectory(gui)
add_subdirectory(tests)
+install(
+ FILES kleopatraclient_export.h
+ DESTINATION ${INCLUDE_INSTALL_DIR}/libkleopatraclient
+ )
diff -up kdepim-4.11.90/kleopatra/libkleopatraclient/core/CMakeLists.txt.install_kleopatra_headers kdepim-4.11.90/kleopatra/libkleopatraclient/core/CMakeLists.txt
--- kdepim-4.11.90/kleopatra/libkleopatraclient/core/CMakeLists.txt.install_kleopatra_headers 2013-11-14 02:23:52.000000000 -0600
+++ kdepim-4.11.90/kleopatra/libkleopatraclient/core/CMakeLists.txt 2013-11-16 13:17:30.290810557 -0600
@@ -72,3 +72,13 @@ else()
endif()
install(TARGETS kleopatraclientcore ${INSTALL_TARGETS_DEFAULT_ARGS})
+
+install(
+ FILES
+ initialization.h
+ command.h
+ selectcertificatecommand.h
+ signencryptfilescommand.h
+ decryptverifyfilescommand.h
+ DESTINATION ${INCLUDE_INSTALL_DIR}/libkleopatraclient/core
+ )
diff -up kdepim-4.11.90/kleopatra/libkleopatraclient/gui/CMakeLists.txt.install_kleopatra_headers kdepim-4.11.90/kleopatra/libkleopatraclient/gui/CMakeLists.txt
--- kdepim-4.11.90/kleopatra/libkleopatraclient/gui/CMakeLists.txt.install_kleopatra_headers 2013-11-14 02:23:52.000000000 -0600
+++ kdepim-4.11.90/kleopatra/libkleopatraclient/gui/CMakeLists.txt 2013-11-16 13:17:30.290810557 -0600
@@ -16,3 +16,9 @@ set_target_properties(kleopatraclientgui
)
install(TARGETS kleopatraclientgui ${INSTALL_TARGETS_DEFAULT_ARGS})
+
+install(
+ FILES
+ certificaterequester.h
+ DESTINATION ${INCLUDE_INSTALL_DIR}/libkleopatraclient/gui
+ )
diff -up kdepim-4.11.90/libkleo/CMakeLists.txt.install_kleopatra_headers kdepim-4.11.90/libkleo/CMakeLists.txt
--- kdepim-4.11.90/libkleo/CMakeLists.txt.install_kleopatra_headers 2013-11-14 02:23:52.000000000 -0600
+++ kdepim-4.11.90/libkleo/CMakeLists.txt 2013-11-16 13:17:30.290810557 -0600
@@ -121,3 +121,61 @@ install ( FILES libkleopatrarc-win32.des
else ()
install ( FILES libkleopatrarc.desktop DESTINATION ${CONFIG_INSTALL_DIR} RENAME libkleopatrarc )
endif ()
+
+install( FILES
+ kleo/kleo_export.h
+ kleo/enum.h
+ kleo/oidmap.h
+ kleo/cryptobackend.h
+ kleo/cryptobackendfactory.h
+ kleo/cryptoconfig.h
+ kleo/dn.h
+ kleo/job.h
+ kleo/keylistjob.h
+ kleo/keygenerationjob.h
+ kleo/abstractimportjob.h
+ kleo/importjob.h
+ kleo/importfromkeyserverjob.h
+ kleo/exportjob.h
+ kleo/changeexpiryjob.h
+ kleo/changeownertrustjob.h
+ kleo/downloadjob.h
+ kleo/deletejob.h
+ kleo/encryptjob.h
+ kleo/decryptjob.h
+ kleo/signjob.h
+ kleo/specialjob.h
+ kleo/verifydetachedjob.h
+ kleo/verifyopaquejob.h
+ kleo/decryptverifyjob.h
+ kleo/signencryptjob.h
+ kleo/signkeyjob.h
+ kleo/adduseridjob.h
+ kleo/refreshkeysjob.h
+ kleo/multideletejob.h
+ kleo/hierarchicalkeylistjob.h
+ kleo/keyfilter.h
+ kleo/keyfiltermanager.h
+ kleo/changepasswdjob.h
+ kleo/checksumdefinition.h
+ kleo/exception.h
+ kleo/kconfigbasedkeyfilter.h
+ kleo/listallkeysjob.h
+ kleo/stl_util.h
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kleo COMPONENT Devel)
+
+install ( FILES
+ ui/kdhorizontalline.h
+ ui/messagebox.h
+ ui/progressbar.h
+ ui/progressdialog.h
+ ui/keylistview.h
+ ui/keyselectiondialog.h
+ ui/keyrequester.h
+ ui/keyapprovaldialog.h
+ ui/dnattributeorderconfigwidget.h
+ ui/cryptoconfigmodule.h
+ ui/cryptoconfigdialog.h
+ ui/directoryserviceswidget.h
+ ui/filenamerequester.h
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kleo/ui COMPONENT Devel)
diff -up kdepim-4.11.90/libkpgp/CMakeLists.txt.install_kleopatra_headers kdepim-4.11.90/libkpgp/CMakeLists.txt
--- kdepim-4.11.90/libkpgp/CMakeLists.txt.install_kleopatra_headers 2013-11-16 13:17:30.290810557 -0600
+++ kdepim-4.11.90/libkpgp/CMakeLists.txt 2013-11-16 13:20:55.258111864 -0600
@@ -35,3 +35,11 @@ add_subdirectory( tests )
install(FILES kconf_update/kpgp.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR})
install(PROGRAMS kconf_update/kpgp-3.1-upgrade-address-data.pl DESTINATION ${KCONF_UPDATE_INSTALL_DIR})
+install(FILES
+ kpgp.h
+ kpgpbase.h
+ kpgpblock.h
+ kpgpkey.h
+ kpgpui.h
+ libkpgp_export.h
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kpgp COMPONENT Devel )