diff --git a/disable-OOM-protection.patch b/disable-OOM-protection.patch index f93c79f..15df0de 100644 --- a/disable-OOM-protection.patch +++ b/disable-OOM-protection.patch @@ -1,10 +1,10 @@ diff --git a/src/start_kdeinit/CMakeLists.txt b/src/start_kdeinit/CMakeLists.txt -index 6bfc496..ae8916e 100644 +index 73e50b8..e84e6a9 100644 --- a/src/start_kdeinit/CMakeLists.txt +++ b/src/start_kdeinit/CMakeLists.txt @@ -4,7 +4,7 @@ add_executable(start_kdeinit_wrapper start_kdeinit_wrapper.c) - install(TARGETS start_kdeinit DESTINATION ${LIBEXEC_INSTALL_DIR}) - install(TARGETS start_kdeinit_wrapper DESTINATION ${LIBEXEC_INSTALL_DIR}) + install(TARGETS start_kdeinit DESTINATION ${KF5_LIBEXEC_INSTALL_DIR}) + install(TARGETS start_kdeinit_wrapper DESTINATION ${KF5_LIBEXEC_INSTALL_DIR}) -if (CMAKE_SYSTEM_NAME MATCHES Linux) +if (0) diff --git a/kinit-4.99.0.tar.xz b/kinit-4.99.0.tar.xz new file mode 100644 index 0000000..2821b10 --- /dev/null +++ b/kinit-4.99.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d017bcadd4c089c7ee76a4a2a7d33a24479972c453be53119f70283cfa716d8f +size 2792356 diff --git a/kinit.changes b/kinit.changes index 9386c31..f8184ba 100644 --- a/kinit.changes +++ b/kinit.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun May 4 01:41:14 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 4.99.0 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/announce-frameworks5-beta2.php +- Added kdoctools-devel BuildRequires + ------------------------------------------------------------------- Tue Apr 22 19:17:57 UTC 2014 - hrvoje.senjan@gmail.com