kde-kf5: upgrade 5.47.0 -> 5.49.0

* thanks to ArchLinux patches ('Honor BUILD_TESTING') some patches could be
  removed here
* baloo: remove qdbuscpp2xml workaround

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-08-19 21:15:12 +02:00
parent da916a2396
commit 17e33d3ff3
89 changed files with 227 additions and 328 deletions

View File

@@ -1,3 +1,3 @@
inherit kde-kf5
SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.47/portingAids/${BPN}-${PV}.tar.xz"
SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.49/portingAids/${BPN}-${PV}.tar.xz"

View File

@@ -1,5 +1,5 @@
inherit kde-base
KF5_VERSION = "5.47.0"
KF5_VERSION = "5.49.0"
SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.47/${BPN}-${PV}.tar.xz"
SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.49/${BPN}-${PV}.tar.xz"

View File

@@ -1,52 +1,34 @@
From 0f4de58c3478d38cc261e6025142881afebf0b5b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
Date: Tue, 17 Mar 2015 01:33:25 +0100
From b5bea99b3f7b61e56e028bafcc88a07731987c18 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
Date: Sun, 19 Aug 2018 17:57:04 +0200
Subject: [PATCH] native: build and install icemaker only
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Upstream-Status: Inappropriate [embedded-specific]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
CMakeLists.txt | 4 ++--
src/CMakeLists.txt | 1 -
src/CMakeLists.txt | 2 +-
src/kjs/CMakeLists.txt | 3 +++
3 files changed, 5 insertions(+), 6 deletions(-)
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dd80f9e..fe4d8fd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,8 +54,8 @@ remove_definitions(-DQT_NO_CAST_FROM_ASCII)
find_package(KF5DocTools ${KF5_DEP_VERSION})
add_subdirectory(src)
-add_subdirectory(autotests)
-add_subdirectory(tests)
+#add_subdirectory(autotests)
+#add_subdirectory(tests)
if(KF5DocTools_FOUND)
add_subdirectory(docs)
endif()
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index de1d59f..ad1af7e 100644
index de1d59f..7736d4e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,3 +1,2 @@
@@ -1,3 +1,3 @@
add_subdirectory(kjs)
-add_subdirectory(wtf)
+#add_subdirectory(wtf)
diff --git a/src/kjs/CMakeLists.txt b/src/kjs/CMakeLists.txt
index a51a71d..fc74820 100644
index a51a71d..1208399 100644
--- a/src/kjs/CMakeLists.txt
+++ b/src/kjs/CMakeLists.txt
@@ -68,6 +68,8 @@ endif()
ecm_mark_nongui_executable(icemaker)
target_include_directories(icemaker PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/..")
+ install(TARGETS icemaker EXPORT KF5JSTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS icemaker EXPORT KF5JSTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
+if(FALSE)
# get the name of the generated wrapper script (which sets up LD_LIBRARY_PATH)
#get_target_property(ICEMAKER_EXECUTABLE icemaker WRAPPER_SCRIPT)
@@ -60,5 +42,5 @@ index a51a71d..fc74820 100644
include(ECMGeneratePriFile)
ecm_generate_pri_file(BASE_NAME KJS LIB_NAME KF5JS DEPS "core" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KDE_INSTALL_INCLUDEDIR_KF5}/KJS)
--
2.10.2
2.14.4

View File

@@ -5,10 +5,12 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
inherit kde-kf5-porting-aids perlnative
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "f539841ea4f9feecfbe1628b78ec00f2"
SRC_URI[sha256sum] = "18b997486179a660f0cc16490e3572aa08ca788497df8c018c88645d79ab1be6"
SRC_URI[md5sum] = "01ba726dc3fc0c440f9adacf66cb5681"
SRC_URI[sha256sum] = "e096be7f08a6e9f765bd0aa5ddd9e2ab6e048fac1081e95bdfd2394ea29ff114"
SRC_URI += "file://0001-create_hash_table-avoid-polution-of-files-with-build.patch"
DEPENDS += " \
kdoctools \
"
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"

View File

@@ -1,6 +1,6 @@
require ${BPN}.inc
inherit cmake_lib gettext
inherit gettext
DEPENDS += " \
${BPN}-native \
@@ -49,10 +49,6 @@ do_configure_append() {
sed -i 's:${STAGING_LIBDIR_NATIVE}:${libdir}:g' ${B}/src/config-kstandarddirs.h
}
# native executables
CMAKE_ALIGN_SYSROOT[1] = "KF5KDELibs4Support, -s${_IMPORT_PREFIX}/bin, -s${KDE_PATH_EXTERNAL_HOST_BINS}"
CMAKE_ALIGN_SYSROOT[2] = "KDELibs4, -s${_IMPORT_PREFIX}/bin, -S${STAGING_BINDIR_NATIVE}"
FILES_${PN} += " \
${datadir}/k*5 \
${datadir}/dbus-1 \

View File

@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5-porting-aids perlnative
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "a3da3e3546ba9d6a414729383dd243e1"
SRC_URI[sha256sum] = "40d8343404acab21f39cdd8ecad20d700f3f36173faeed44e4b4aba4ed1032e6"
SRC_URI[md5sum] = "22f9b04aebae7ddbf3fe5d3bfd93e541"
SRC_URI[sha256sum] = "112a8e541e173f1d737a57781575c7cb37ea025eaebee5085fd4187a0e03e7b3"
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"

View File

@@ -37,8 +37,8 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "5e0fe4b831a84803ff73900284524885"
SRC_URI[sha256sum] = "303c4ca14ba18187b99acaca6327099a00c0f712bf0aaa62a6598a5583922eb1"
SRC_URI[md5sum] = "b854adbf8ef148a426f079055e16b182"
SRC_URI[sha256sum] = "c4f819588a5eb8c5abf875491ee7741cc162ac75ff726fd8abf91183df15354d"
do_compile_append() {
# gperf-native sets absolut debug comments/links in header

View File

@@ -16,5 +16,5 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "0396c8c294f5bd32f2e37dd15e959244"
SRC_URI[sha256sum] = "ad41e142662e619b2c61babeff12053b52cf8cd4e90789fb4707e2fbc7d89680"
SRC_URI[md5sum] = "7025261ab8657c34b8110fd1419a6bc4"
SRC_URI[sha256sum] = "15403504c1140b35a43e26bddfc95ccdf95787a0236e6c7d2b0e3853dd94ad61"

View File

@@ -25,8 +25,8 @@ DEPENDS += "\
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "a8b699415d9e78e64ac5ab721bf938a4"
SRC_URI[sha256sum] = "01af097ef87d37ca21ce87b4ee6b67555f2c1051167d1e6b553748181ddaca8e"
SRC_URI[md5sum] = "7297399799ef96f2a29b9e35c0dc57a7"
SRC_URI[sha256sum] = "bf61a292f7d1581f5feecf40ec8b7d08a6e8001d6c0ecdf8987cba9488639fa4"
FILES_${PN} += " \
${OE_QMAKE_PATH_PLUGINS} \

View File

@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5
SRC_URI[md5sum] = "a0b83b9a31b65d6561b7b9d01dddd912"
SRC_URI[sha256sum] = "72a1962de852590d9494ebcfa9f98e1d394bad4680384b9a6937a7082140259e"
SRC_URI[md5sum] = "1b9a8d7fa78f14df0395d6533e07c233"
SRC_URI[sha256sum] = "f60d6a737c5365de45eab19ada6413156123138528fff5a795fefba4a1a20cc7"
PV = "${KF5_VERSION}"

View File

@@ -7,8 +7,8 @@ inherit kde-kf5
DEPENDS += "qtdeclarative"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "3315573c700e6203345d89d34ab02a8d"
SRC_URI[sha256sum] = "33acf34814ace5d412e3704e2de07ff52d6525021defd719daaff694dfdd0fdf"
SRC_URI[md5sum] = "e311eee50522f739951b0fec7add2374"
SRC_URI[sha256sum] = "2dab323fedc04b971081ef29bd42003e6e9be3a8c109edcf42594f51f8c1f655"
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"

View File

@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5 gtk-icon-cache
SRC_URI[md5sum] = "76bac23411c4f430d597473d044c6f59"
SRC_URI[sha256sum] = "a759fb54f07e9fb2be0e6ddb973de17917d828d23c6919f7af20a36c5298df3b"
SRC_URI[md5sum] = "aa29fe929300b41c44be52b9ee8a9e9c"
SRC_URI[sha256sum] = "f0b26f538905175ce763089b00c91d0be95278ac4b5085116d66530c2110069d"
SRC_URI += "file://0001-Force-build-of-Qt-binary-resource-files.patch"
PV = "${KF5_VERSION}"

View File

@@ -1,30 +0,0 @@
From 39b270db699edb25293c49fe8904a810534c48b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
Date: Wed, 16 Dec 2015 21:03:20 +0100
Subject: [PATCH] avoid autotests
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Upstream-Status: Inappropriate [configuration]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d1f96d..92eec98 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,7 +58,6 @@ ecm_setup_version(${KF5_VERSION}
SOVERSION 5)
add_subdirectory(src)
-add_subdirectory(autotests)
add_subdirectory(tests)
--
2.5.0

View File

@@ -1,7 +1,3 @@
require ${BPN}.inc
SRC_URI += " \
file://0001-avoid-autotests.patch \
"
inherit native

View File

@@ -10,5 +10,7 @@ inherit kde-kf5
DEPENDS += "bzip2 xz zlib"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "4e31f7abefc3ec634628e6d1fb441d35"
SRC_URI[sha256sum] = "b92ccd1ed51734df0d5521b255ad76f88d82aeeaf0dff79cffd76a1e9eeb1d65"
SRC_URI[md5sum] = "541071a7a336ca167d66b6bee5bb98a0"
SRC_URI[sha256sum] = "c0d6df96d86d2a8f21e3c3f67200755eabd5a86efc3d72b56f522fa11ae62fdc"
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"

View File

@@ -10,8 +10,8 @@ inherit kde-kf5
DEPENDS += "gperf-native"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "b75a8b783444b376dc5a2e1dd9d89d18"
SRC_URI[sha256sum] = "1b8606bf45ecefbd44f33bc1414f14b522fc24aa7de2857cc30da5ce48910de2"
SRC_URI[md5sum] = "3189f9540de1bcf93edeef7fc8fdb853"
SRC_URI[sha256sum] = "df0ed5de74ac1c0edd0fee75b4c7bafd7bce864891b69c142c2c4ba7df306a1f"
do_compile_append() {
# gperf-native sets absolut debug comments/links in header

View File

@@ -1,32 +0,0 @@
From ccaed10501ee608b1c3ea795a3a12e93ecca938d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
Date: Wed, 1 Feb 2017 17:51:27 +0100
Subject: [PATCH] make autotests optional by BUILD_TESTING
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Upstream-Status: Pending
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c8cc674..94d0295 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,7 +31,9 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX KCONFIG
add_subdirectory(src)
+if(BUILD_TESTING)
add_subdirectory(autotests)
+endif()
include (ECMPoQmTools)
if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
--
2.7.4

View File

@@ -7,13 +7,12 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5 cmake_lib
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "eddee66fc96928a82314bb89e44e7fe6"
SRC_URI[sha256sum] = "d882255769ab95d49d4df4b40e659b25754935206b1fc07310e2cbc34d3cdb45"
SRC_URI[md5sum] = "57f6c446d29483fb2cfb285eb956a91b"
SRC_URI[sha256sum] = "4e3f2b98fd15fa9c90763fe6fca79f75324f1aee6efa81af2d19a24c6d666331"
# REVISIT remove ugly hack for wayland-only environments
SRC_URI += " \
file://0001-kconfiggui-do-only-compile-in-case-sessions-are-aval.patch \
file://0002-make-autotests-optional-by-BUILD_TESTING.patch \
"
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"

View File

@@ -7,6 +7,5 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5 mime
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "b599ba1f7abf6523000e3bfecce2362a"
SRC_URI[sha256sum] = "40ff04757e4ac19bc8448940fe18886c894a2069865966cc865fc55ff67b0b46"
SRC_URI[md5sum] = "2e5cd09584c276416d56f66b8b3ee97b"
SRC_URI[sha256sum] = "12afb12f79505614f6d5624d6c39b90b5fc39e4b1b5ddb2203622bbeb6144203"

View File

@@ -11,5 +11,5 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "d018de1a1c82b063b58326e7dc2ca05a"
SRC_URI[sha256sum] = "2bd65636ba6293e79f26195aa9273c6bbe7dbce580c879304b4babea6c064710"
SRC_URI[md5sum] = "a496b86727152d8b59ed2a2228003ac2"
SRC_URI[sha256sum] = "70c5e439c2ecfa56ef0d65492ad77fd85fea7ea47fe2efa4e76e8eeb5cced5ba"

View File

@@ -10,5 +10,5 @@ inherit kde-kf5
DEPENDS += "avahi"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "c4988eabb873b342f2584318478e8d25"
SRC_URI[sha256sum] = "5746bc4a313c4c0d9d34e6fbdb095bb616877f219845b5539a6f640fb723fb75"
SRC_URI[md5sum] = "19c1372fb1a702f57c66cf5803049d50"
SRC_URI[sha256sum] = "d93971a066e435769eb530498d20f930e29ad0e0ce3cf4a0b62ac6d0458bc1d8"

View File

@@ -12,5 +12,5 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "fa3d1c33a1cb6c09278d480d93266823"
SRC_URI[sha256sum] = "124249df6eb276dd483ec26312046ecfb07a980381d15d37ccb8567debdff192"
SRC_URI[md5sum] = "4a733f7fb98fb936d74a688fe9959dd7"
SRC_URI[sha256sum] = "b393163c4ca80f08126d9601e70d2a705fdb157e6dd1c4188d7bfb5be86872fe"

View File

@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5
SRC_URI[md5sum] = "bf6c0253b7dfc6980e6328fc269dd938"
SRC_URI[sha256sum] = "8b3b4d57b80b78fc55fb4747a12e1710c9d0df816c116d0bc0a4b545ae8e3500"
SRC_URI[md5sum] = "ba7bac91aeeddb03631dd12b6d44f9e2"
SRC_URI[sha256sum] = "b7e9cdc3aed84ce898071390804d32e03415f43de3f06615d8818fa931898479"
PV = "${KF5_VERSION}"

View File

@@ -10,22 +10,22 @@ Upstream-Status: Inappropriate [embedded-specific]
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
cmake/KF5I18NMacros.cmake.in | 2 --
cmake/KF5I18nMacros.cmake.in | 2 --
1 file changed, 2 deletions(-)
diff --git a/cmake/KF5I18NMacros.cmake.in b/cmake/KF5I18NMacros.cmake.in
index e8401a9..35bccc0 100644
--- a/cmake/KF5I18NMacros.cmake.in
+++ b/cmake/KF5I18NMacros.cmake.in
diff --git a/cmake/KF5I18nMacros.cmake.in b/cmake/KF5I18nMacros.cmake.in
index 3824acb..151d964 100644
--- a/cmake/KF5I18nMacros.cmake.in
+++ b/cmake/KF5I18nMacros.cmake.in
@@ -25,8 +25,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
-find_package(Gettext REQUIRED)
-
set(KI18N_PYTHON_EXECUTABLE "@PYTHON_EXECUTABLE@")
set(_ki18n_pmap_compile_script ${CMAKE_CURRENT_LIST_DIR}/ts-pmap-compile.py)
# The Python executable used for building ki18n will be used as a fallback
# solution if it cannot be found in $PATH when building applications.
set(_KI18N_PYTHON_EXECUTABLE "@PYTHON_EXECUTABLE@")
--
2.14.3
2.14.4

View File

@@ -10,37 +10,39 @@ Upstream-Status: Inappropriate [embedded-specific]
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
cmake/KF5I18NMacros.cmake.in | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
cmake/KF5I18nMacros.cmake.in | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/cmake/KF5I18NMacros.cmake.in b/cmake/KF5I18NMacros.cmake.in
index e8401a9..0bfc2a1 100644
--- a/cmake/KF5I18NMacros.cmake.in
+++ b/cmake/KF5I18NMacros.cmake.in
@@ -27,8 +27,6 @@
diff --git a/cmake/KF5I18nMacros.cmake.in b/cmake/KF5I18nMacros.cmake.in
index 7e99468..5099fb2 100644
--- a/cmake/KF5I18nMacros.cmake.in
+++ b/cmake/KF5I18nMacros.cmake.in
@@ -27,10 +27,6 @@
find_package(Gettext REQUIRED)
-set(KI18N_PYTHON_EXECUTABLE "@PYTHON_EXECUTABLE@")
-# The Python executable used for building ki18n will be used as a fallback
-# solution if it cannot be found in $PATH when building applications.
-set(_KI18N_PYTHON_EXECUTABLE "@PYTHON_EXECUTABLE@")
-
set(_ki18n_pmap_compile_script ${CMAKE_CURRENT_LIST_DIR}/ts-pmap-compile.py)
set(_ki18n_uic_script ${CMAKE_CURRENT_LIST_DIR}/kf5i18nuic.cmake)
@@ -116,7 +114,7 @@ function(KI18N_INSTALL podir)
add_custom_target(tsfiles-${pathmd5} ALL
COMMENT "Generating ts..."
COMMAND ${CMAKE_COMMAND}
- -DPYTHON_EXECUTABLE=${KI18N_PYTHON_EXECUTABLE}
+ -DPYTHON_EXECUTABLE=python
-D_ki18n_pmap_compile_script=${_ki18n_pmap_compile_script}
-DCOPY_TO=${CMAKE_CURRENT_BINARY_DIR}/${dirname}
-DPO_DIR=${absolute_podir}
@@ -158,7 +156,7 @@ function(KI18N_INSTALL_TS_FILES lang scripts_dir)
find_program(KI18N_PYTHON_EXECUTABLE NAMES python3 python2 python)
if(NOT KI18N_PYTHON_EXECUTABLE)
set(KI18N_PYTHON_EXECUTABLE "${_KI18N_PYTHON_EXECUTABLE}")
@@ -128,7 +124,7 @@ function(KI18N_INSTALL podir)
add_custom_target(tsfiles-${pathmd5} ALL
COMMENT "Generating ts..."
COMMAND ${CMAKE_COMMAND}
- -DPYTHON_EXECUTABLE=${KI18N_PYTHON_EXECUTABLE}
+ -DPYTHON_EXECUTABLE=python3
-D_ki18n_pmap_compile_script=${_ki18n_pmap_compile_script}
-DCOPY_TO=${CMAKE_CURRENT_BINARY_DIR}/${dirname}
-DPO_DIR=${absolute_podir}
@@ -171,7 +167,7 @@ function(KI18N_INSTALL_TS_FILES lang scripts_dir)
set(pmapc_basename "${pmap_basename}c")
set(pmapc_file "${lang}-${subpath}-${pmapc_basename}")
add_custom_command(OUTPUT ${pmapc_file}
- COMMAND ${KI18N_PYTHON_EXECUTABLE}
+ COMMAND python
+ COMMAND python3
ARGS
-B
${_ki18n_pmap_compile_script}

View File

@@ -7,3 +7,5 @@ SRC_URI += "file://0003-Do-not-hardcode-python-path-it-points-to-sysroot.patch"
DEPENDS += "${BPN}-native gettext-native qtscript qtdeclarative"
FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}/kf5"
RDEPENDS_${PN}-dev += "python3"

View File

@@ -8,5 +8,5 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "a9b9ca71ec2a1f700ff5b9908f79d68f"
SRC_URI[sha256sum] = "2627faa0186e9b463d978e842bf6df1e7d27e7e9d487793f6709e82a1c0729a8"
SRC_URI[md5sum] = "a04e3c5b5c23c273fbdbdb3dea8fc0a1"
SRC_URI[sha256sum] = "5f4a54e755990104537729f4c26e054f146cd20acdd5e90cfd8558ab7a6e99c4"

View File

@@ -10,8 +10,8 @@ inherit kde-kf5
DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "libxcb qtx11extras libxscrnsaver", "", d)}"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "d650717e1032f1f985c6d9113fc96a1b"
SRC_URI[sha256sum] = "4ee06a2c2b37c2d16a82fba2976123805a70dc22731a436bb70361cb39753936"
SRC_URI[md5sum] = "c54edfca13c0e8dac161048db33b4bce"
SRC_URI[sha256sum] = "3bf3b1351bea9917d40e98df8b4df15a8d3a4e4a3ae072ad8540a94aad12a0b9"
FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}"
FILES_${PN}-dbg += "${OE_QMAKE_PATH_PLUGINS}/*/*/.debug"

View File

@@ -13,8 +13,8 @@ DEPENDS += " \
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "392858d6d194fe20c1fe07a0ef8b175d"
SRC_URI[sha256sum] = "ed2dd9e3a56f4728aca40c74ab02d48f9dda8d140b20328c5b29825f5683aad5"
SRC_URI[md5sum] = "9431414418dbf8f906f4e13f33479256"
SRC_URI[sha256sum] = "5fd1c7fb34faa9d739967d24a261be85a9d8a908a54927ddf7fbcb3d0f4c56f1"
FILES_${PN} += " \
${OE_QMAKE_PATH_QML} \

View File

@@ -9,5 +9,5 @@ inherit kde-kf5
DEPENDS += "qtdeclarative"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "2002f6174604292eaf9e8fdb978c59cd"
SRC_URI[sha256sum] = "7a0a76e5253389c1ed459249a05e463fed140b1adf20db1416da167d5c56a104"
SRC_URI[md5sum] = "4412ab5a5446aab1df6f7bb59bac4365"
SRC_URI[sha256sum] = "4f368c88ad9254662c9ef0765394e659ac54c9003cf65c0bd1129012c05030bb"

View File

@@ -8,5 +8,5 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "0d1a578e4cff15f933783d65dbd49bdf"
SRC_URI[sha256sum] = "e55644402f55def77e221e9da00850ddf0e27f8360ddeb08bd9d97068a3fd336"
SRC_URI[md5sum] = "72d840e8ce2324a8e01cd3f2a3c269b2"
SRC_URI[sha256sum] = "b75d7cfcde8c3a9c0d24b1509db074bdd835d2eac2819856265c9c2b700146aa"

View File

@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
inherit kde-kf5
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "7a6052b8717bf14779278fa89ba17cb0"
SRC_URI[sha256sum] = "bd9bf5b99591ae2b9d1864f70743d1d8409f0346eddc9fa7f94f285e1e22846b"
SRC_URI[md5sum] = "df18871fbc9494d6318d7106f5924c53"
SRC_URI[sha256sum] = "c0869429fc17d2215fe616c6a857aefa62d26561342d5fac5192e8ee27c6df8d"

View File

@@ -9,5 +9,5 @@ inherit kde-kf5 cmake_auto_align_paths
DEPENDS += "wayland wayland-native"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "47c60112e4ee3c923a63a2d20e4f4be8"
SRC_URI[sha256sum] = "dbbdcf05ad00d14931cce83fba968146f46d17053ccd22297a20e2fee9ef2548"
SRC_URI[md5sum] = "5d4800ad4363d836c26b374c97d8be58"
SRC_URI[sha256sum] = "26e2e56877b0e174d523f67fa2ec1720b6e16026fc145b029bbd0739a2a02535"

View File

@@ -10,5 +10,5 @@ inherit kde-kf5
DEPENDS += "qttools"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "7e6a7218dff9b1282e65c1df08759d0b"
SRC_URI[sha256sum] = "5aa6f4002e6f1302f272b3839513debefafd51b7f3a9249f6ef2c5f30cec5a34"
SRC_URI[md5sum] = "3c6aa861640fd55a34e359ef798a916d"
SRC_URI[sha256sum] = "2251de1577e7d1e379e9d9fa301e3d2705e821b8863ee3dd0d882d69d3c72fbb"

View File

@@ -9,8 +9,8 @@ inherit kde-kf5 cmake_auto_align_paths cmake_lib
DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/libx11 qtx11extras libxrender", "", d)}"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "fafd0ac5f73a1096a0e922b960bdbf06"
SRC_URI[sha256sum] = "a673722d2dc8a0dd302cb5dad3e2069244af0918fc0f3508313c9a758297cbc1"
SRC_URI[md5sum] = "4db7723226f6b0e0d8705d3fe53642a3"
SRC_URI[sha256sum] = "d7390eca239f42033af9ebca5e3b7f2987dc605c34844ebce70a362b33ffb99c"
CMAKE_ALIGN_SYSROOT[1] = "KF5WindowSystem, -S${includedir}, -s${_IMPORT_PREFIX}/include"

View File

@@ -7,8 +7,8 @@ inherit kde-kf5 pkgconfig cmake_auto_align_paths cmake_lib
DEPENDS += "modemmanager"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "d99fad32480605ea6e22b072262f0e13"
SRC_URI[sha256sum] = "8b6ab15ce82b7a30b26814178ac33380056ec4398707481aa5ce95cf09d39d03"
SRC_URI[md5sum] = "3a18f1b5eb357a16a786b30f12b16028"
SRC_URI[sha256sum] = "e29e1a4c3a8dda3a02727667b7b0c46b6060fdb01f9cd3049c24af2d4ad9c3f1"
CMAKE_ALIGN_SYSROOT[1] = "KF5ModemManagerQt, -S${includedir}, -s${_IMPORT_PREFIX}/include"

View File

@@ -7,8 +7,8 @@ inherit kde-kf5 pkgconfig cmake_auto_align_paths cmake_lib
DEPENDS += "networkmanager"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "f174456d86f1f889d1c1617dd20f4584"
SRC_URI[sha256sum] = "d0b377500ee4cf4f029f4d04d6844bcf3d2d6734982b511a5fffab5165688209"
SRC_URI[md5sum] = "a4202fa94b64d65db2e4b7be34675c95"
SRC_URI[sha256sum] = "5f4c797c5bb2fc73711a91f904702e53f930539b83ed41ab582ceb544569f69a"
CMAKE_ALIGN_SYSROOT[1] = "KF5NetworkManagerQt, -S${includedir}, -s${_IMPORT_PREFIX}/include"
CMAKE_ALIGN_SYSROOT[2] = "KF5NetworkManagerQt, -S;${libdir}, -s;${_IMPORT_PREFIX}/lib"

View File

@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5 gtk-icon-cache
SRC_URI[md5sum] = "2369303cf430eff31e2468bd49909e02"
SRC_URI[sha256sum] = "954820890b764ef19a1ca1d25243937ca290263a03bd0be490b0e1b3ca5287a7"
SRC_URI[md5sum] = "48136fe0337c9e3a7f57324b9b943d59"
SRC_URI[sha256sum] = "af1c0b7484eaf273c8aad4749347772c6c46a6e172d437df368d9991b5019d52"
PV = "${KF5_VERSION}"

View File

@@ -11,7 +11,7 @@ DEPENDS += " \
libdmtx \
"
SRC_URI[md5sum] = "6be64402f7f11a146229b6ecee96007c"
SRC_URI[sha256sum] = "b08b91f884f1542a6102930ad6c97042b3927a69fd3b0224b5d2ba105e15419e"
SRC_URI[md5sum] = "dfc717b8fe63f3167d8bfea6f97b1ae6"
SRC_URI[sha256sum] = "2d354ad8e262cfc6fa5f43c68a3231aa3dfc621f904a1f15a09aa0697afaf736"
PV = "${KF5_VERSION}"

View File

@@ -9,8 +9,8 @@ inherit kde-kf5
DEPENDS += "qtdeclarative"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "5f7b37c894842ce2d3f4250411e42bf0"
SRC_URI[sha256sum] = "5437f3f3a70ff37251d5d88636c39819112c91fcfd36660b6d777d457bdf2e10"
SRC_URI[md5sum] = "391b3473e9e5d31d6e301f27e657ae4f"
SRC_URI[sha256sum] = "f70dc2006d84f1eb342ec9d5827977d2fb1f19edfcdc7f5807a220275c6df9dc"
FILES_${PN} += "${OE_QMAKE_PATH_QML}"
FILES_${PN}-dbg += "${OE_QMAKE_PATH_QML}/org/kde/${BPN}/.debug"

View File

@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
inherit kde-kf5
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "2f08237b2f28201d38011b13902fc46b"
SRC_URI[sha256sum] = "f965f10dc3e1cc0ab810db38fe1be9385c8f505ca84bd87587f2d2f0c3cece92"
SRC_URI[md5sum] = "f3e739976224f0b14ae653534e503df4"
SRC_URI[sha256sum] = "63053a671a8dc7a2a97cd49fe915e02e4b37fe41a06f3cd8785a7218d4acb754"

View File

@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5 perlnative
SRC_URI[md5sum] = "804147925416c49bcf831d68c0d89317"
SRC_URI[sha256sum] = "0c6c138605639a67ed33ca6ef843144f95cd1aec7ed836c44e14ee3e362b622f"
SRC_URI[md5sum] = "4b9837a0c1bc5bdb9acd146e0004759b"
SRC_URI[sha256sum] = "bba4feeec9bae143a05821b0279c95fc7d8d673cca1e933bd8adfce8e67f339f"
PV = "${KF5_VERSION}"

View File

@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
inherit kde-kf5
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "01a8a87288d5248a5d4ed6fcc7235fad"
SRC_URI[sha256sum] = "3fe617cd4c47558326d427b41ce79ba59ea66290cf7e69f47a71e0b7ab598840"
SRC_URI[md5sum] = "c068e97cfc0a42f0d32ca927a12691fe"
SRC_URI[sha256sum] = "e77b8681bcac5b990c264ff973c759832362770ee617e171fe2d9c9b04d12b25"

View File

@@ -20,5 +20,5 @@ DEPENDS += " \
CXXFLAGS += "-DBOOST_DISABLE_ASSERTS"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "56325c438aad2c3d8c7027149828ec06"
SRC_URI[sha256sum] = "05878febfc1161776918f0cb31fbe9e2b6f896e5871c792db3919e46d4d33652"
SRC_URI[md5sum] = "037b33038aa30fb78cc05e4e7961b983"
SRC_URI[sha256sum] = "ae6818ed53e0234eaedde989661829bd76605694783cc46da04082314a153f89"

View File

@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "cbef8e3b01f5f514b0aea2a55aaa81c5"
SRC_URI[sha256sum] = "29c7c3d6c539d52200806502e4b11a132c1941512df6f2d3e073ed3e7f7e00e9"
SRC_URI[md5sum] = "ed2183a6db12ce48f96b844287e53925"
SRC_URI[sha256sum] = "c8029c6a3bdeb296e27eaf3791d269ebe88641ee9170bdabd5a2bb391effe361"
EXTRA_OECMAKE += "-DAUTOTESTS=OFF"

View File

@@ -9,5 +9,5 @@ inherit kde-kf5
DEPENDS += "kconfig kconfig-native kwidgetsaddons"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "df53f0b2ca5d83e9eb2a6748a517ef4d"
SRC_URI[sha256sum] = "17001dcb7e036e248ab597ce14fc55f845faf59b9723de5b6d14a4b8c820bcf1"
SRC_URI[md5sum] = "6790087dd73139a6e21e3cdf663271e5"
SRC_URI[sha256sum] = "715d5d1f75fdd64458aae6391ca288d743c2b98043d418c846b3d98f2d377999"

View File

@@ -11,5 +11,5 @@ REQUIRED_DISTRO_FEATURE = "x11"
DEPENDS += "kcoreaddons kcoreaddons-native kwindowsystem virtual/libx11"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "93d50013b9c0b9098a0c82259d014777"
SRC_URI[sha256sum] = "e9e1e9cd1af1d2ed61d4ccc043b89eac5e744f64350a7ce665c319c1ce239697"
SRC_URI[md5sum] = "c8c73f76432306b98ef038418c62ce44"
SRC_URI[sha256sum] = "6315a1607aba1945d3d91092b9440f222f1bb25a8bf01cb0bd507540734eb976"

View File

@@ -10,14 +10,14 @@ Upstream-Status: Inappropriate [configuration]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
CMakeLists.txt | 4 ----
1 file changed, 4 deletions(-)
CMakeLists.txt | 5 -----
1 file changed, 5 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 62328bf..7adc6f8 100644
index 5927437..2e49d39 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -74,12 +74,7 @@ set(KDOCTOOLS_LANGUAGES_LIST af bg ca cs da de el en-GB en eo es et fi fo fr gl
@@ -91,12 +91,7 @@ set(KDOCTOOLS_LANGUAGES_LIST af bg ca cs da de el en-GB en eo es et fi fo fr gl
set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5DocTools")
add_definitions(-DTRANSLATION_DOMAIN=\"kdoctools5\")
@@ -28,8 +28,8 @@ index 62328bf..7adc6f8 100644
add_subdirectory(common)
-add_subdirectory(docs)
add_subdirectory(src)
add_subdirectory(autotests)
if (BUILD_TESTING)
add_subdirectory(autotests)
--
1.8.3.1
2.14.4

View File

@@ -11,8 +11,8 @@ inherit kde-kf5 perlnative
DEPENDS += "docbook-xml-dtd4 docbook-xsl-stylesheets liburi-perl-native"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "6b53c0686c80d42a34a3db7a1a75a5d0"
SRC_URI[sha256sum] = "e704ae597e05cb36ddab698a378edef59d718626275a16f3c02cc5460998f41b"
SRC_URI[md5sum] = "9376c84a3f70b95ae0141d90e1aaf165"
SRC_URI[sha256sum] = "f4e9ffceb9c772e1d98fd3f3e26aa4ff64d64ac3f83e8830d0341c3d0a99b7b6"
# allarch packages do only install into machine sysroot
# for xml4

View File

@@ -82,18 +82,16 @@ index 3888d1d..0401429 100644
target_link_libraries(kfilemetadata_exiv2extractor
KF5::FileMetaData
${EXIV2_LIBRARIES}
@@ -46,8 +51,10 @@ if(EXIV2_FOUND)
@@ -46,8 +46,8 @@ if(EXIV2_FOUND)
endif()
if(FFMPEG_FOUND)
+ include_directories( ${FFMPEG_INCLUDE_DIRS} )
+
add_library(kfilemetadata_ffmpegextractor MODULE ffmpegextractor.cpp)
- target_include_directories(kfilemetadata_ffmpegextractor SYSTEM PRIVATE ${FFMPEG_INCLUDE_DIRS})
+
- target_include_directories(kfilemetadata_ffmpegextractor SYSTEM PRIVATE ${AVCODEC_INCLUDE_DIRS} ${AVFORMAT_INCLUDE_DIRS} ${AVUTIL_INCLUDE_DIRS})
target_link_libraries(kfilemetadata_ffmpegextractor
KF5::FileMetaData
${FFMPEG_LIBRARIES}
${AVCODEC_LIBRARIES}
@@ -62,8 +69,10 @@ endif()

View File

@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5 pkgconfig gettext
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "d7ce8310db520a479e6471a7bf7dd569"
SRC_URI[sha256sum] = "758b0b741a1f1b79365cf4bae3bb0054504cae71f3ab538e9f0cd83d5521977b"
SRC_URI[md5sum] = "ed176f7718b4f95688b7d4d109708d13"
SRC_URI[sha256sum] = "00cd6d49c8046a83eb2d40309c375bf5c36f532281ea92b5c3e04d645f0db310"
SRC_URI += "file://0001-Revert-extractors-Hide-warnings-from-system-headers.patch"
# TODO: optionals PACKAGECONFIG (poppler-qt5 / exiv2 / ffmpeg / epub)

View File

@@ -12,8 +12,8 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "9789aa5245ee0865cc215f2b676ca555"
SRC_URI[sha256sum] = "8e5c2cb68ee57bf902cfbe72db1e9543819dcbcf40c652d96bccfab45de346a6"
SRC_URI[md5sum] = "589ed57faba25f2014964619247aa28a"
SRC_URI[sha256sum] = "c4738100d449f501b1ba8d56980e06cc04c0b7f42a287babe22e95b95e0ae0e0"
FILES_${PN} += " \
${OE_QMAKE_PATH_PLUGINS} \

View File

@@ -10,7 +10,7 @@ DEPENDS += "kcoreaddons kcoreaddons-native kwidgetsaddons \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)}"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "2c0b335b64ab8264c3ff4154584a1763"
SRC_URI[sha256sum] = "f72e3c095477238b8357508d500821417f5e18444b2a43b65d7c5d6747c56f17"
SRC_URI[md5sum] = "f26fc58203dcad45d3c20545c5a48e53"
SRC_URI[sha256sum] = "af0c5a67ed60cf8d8f46bc5865569f6de15809812d4435b204f6c4d8d7662512"
FILES_${PN} += "${datadir}/dbus-1"

View File

@@ -22,7 +22,7 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "7b0488c4abc1c4696f5057cfaed194c9"
SRC_URI[sha256sum] = "5b9bfcce9b6492639288fe386e96a4b992e95611d72c0fd9d59f96a1a7129521"
SRC_URI[md5sum] = "2d276031a63a7bc76258991472056f5a"
SRC_URI[sha256sum] = "a9b55f92ceb1bbd1804e9b5ad52ca0d25bfa561781c46e42c310d31c850c8880"
FILES_${PN} += "${datadir}/dbus-1 ${datadir}/kservicetypes5"

View File

@@ -10,14 +10,14 @@ Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
CMakeLists.txt | 4 ++++
1 file changed, 4 insertions(+)
CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c7f2236..f8af062 100644
index 7da9a1d..b701045 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -88,6 +88,7 @@ include(KF5PackageMacros.cmake)
@@ -74,6 +74,7 @@ include(KF5PackageMacros.cmake)
# make package_version.h available
include_directories(${CMAKE_CURRENT_BINARY_DIR})
@@ -25,18 +25,14 @@ index c7f2236..f8af062 100644
################# list the subdirectories #################
if (KF5DocTools_FOUND)
add_subdirectory(docs)
@@ -100,8 +101,11 @@ if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
@@ -85,6 +86,7 @@ if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
kdoctools_install(po)
endif()
endif()
+endif()
add_subdirectory(src)
+if (false)
add_subdirectory(autotests)
+endif()
################ create PackageConfig.cmake and install it ####################
if (BUILD_TESTING)
--
2.14.3
2.14.4

View File

@@ -8,5 +8,7 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "a22a713fe7f14026c3410c708580582e"
SRC_URI[sha256sum] = "284971ce1728ad7d3a6b069abe15b7529884bf418b33161c7e32b3642bdb94df"
SRC_URI[md5sum] = "232e476d2d59b789a10c7be3cb6832a0"
SRC_URI[sha256sum] = "8d4dab6fd11b4e565e38590a9d8f98f85b26814eb56808de43ce3db23a976ef5"
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"

View File

@@ -10,5 +10,5 @@ inherit kde-kf5 gettext
DEPENDS += "kcoreaddons kcoreaddons-native ki18n"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "2dfecaa3eb513375817e1c0cd0b5476a"
SRC_URI[sha256sum] = "9076db95563debf2735800868fec365387e8e2fe2355a20e702de6004e9d90e0"
SRC_URI[md5sum] = "9e690e1d76196c092b34605336e16ccb"
SRC_URI[sha256sum] = "ef0a10f292764e6b130538dc7374f28d350025ddcc8513cc9fcfd074c001d2de"

View File

@@ -7,5 +7,5 @@ inherit kde-kf5 gettext
DEPENDS += "ki18n"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "e638937c2b21b122829266107fd5ec3e"
SRC_URI[sha256sum] = "981ddb22493e2a0eb0ca17a9cc4a8c251c992c29ee56652081f9bb8fce1b752b"
SRC_URI[md5sum] = "9424c658138501742a2af85495c47f60"
SRC_URI[sha256sum] = "e938bbb32d7fb69e6dd65772f82e1610e2c38e482db87b891bea6514c4c75686"

View File

@@ -26,27 +26,14 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "a942077d90d26a965047ae24482ee11f"
SRC_URI[sha256sum] = "d8a9db969aaf1647b1cc03b82b18640e8d6e563a607411658106e57b085d5796"
SRC_URI[md5sum] = "bbe82a79319abba8171769bb83b06d88"
SRC_URI[sha256sum] = "f0762e63e2753dcc74f533828acddcd94688dbe99b48dfad1e59a332c1164176"
SRC_URI += " \
file://0001-fix-build-for-QT_NO_SESSIONMANAGER.patch \
file://0002-do-not-create-dbus-xml-for-fileindexer-our-native-qd.patch \
file://org.kde.baloo.fileindexer.xml \
"
do_configure_append() {
# workaround broken native qdbuscpp2xml [1]. As long as this is necessary,
# org.kde.baloo.fileindexer.xml must be created for each new version of baloo by:
# 1. remove 0002-do-not-create-dbus-xml-for-fileindexer-our-native-qd.patch and do_configure_append
# 2. Build baloo - if it crashes continue with 3.
# 3. search log.do.compile for org.kde.baloo.fileindexer.xml and align command so that
# the file is created by host qdbuscpp2xml(-qt5)
# 4. copy the file created to files
mkdir -p ${B}/src/dbus
cp -f ${WORKDIR}/org.kde.baloo.fileindexer.xml ${B}/src/dbus
}
CMAKE_ALIGN_SYSROOT[1] = "KF5Baloo, -S${libdir}, -s${OE_QMAKE_PATH_HOST_LIBS}"
FILES_${PN} += " \

View File

@@ -13,8 +13,8 @@ DEPENDS += "boost kconfig kcoreaddons ki18n kservice kwindowsystem kglobalaccel
kauth-native"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "24e353b20d330b25697aa6290e1718c7"
SRC_URI[sha256sum] = "8d61e07a61772491b666a4331e7579a68bdc7a8b0d2fe8d40bff4d0e2a510506"
SRC_URI[md5sum] = "9ed8874d043d2faafa28bf5ed2e3ea2a"
SRC_URI[sha256sum] = "35e24926a8f2123770a8a85ed20d0ca00a6043327e1fcb415017e8d5f21fee84"
do_compile_prepend() {
# Error: Could not locate service type file kservicetypes5/ "kfileitemactionplugin.desktop" , tried ...

View File

@@ -10,5 +10,5 @@ DEPENDS += "kconfigwidgets kconfig kiconthemes kxmlgui kconfig-native kcoreaddon
kauth-native"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "964adfcdae20454076d0632239a96f76"
SRC_URI[sha256sum] = "93d71e429b0718f0681b4d297290e524b12cac8e96bff080d391ee3bae178b2c"
SRC_URI[md5sum] = "eb0c686f3c61cd74c1740a030bdc4206"
SRC_URI[sha256sum] = "a37c5632e361df36bcade0c31e1172cd284042474ebab5074689b9c058739532"

View File

@@ -10,7 +10,7 @@ DEPENDS += "kitemviews kconfigwidgets kcoreaddons ki18n kiconthemes kservice kxm
kdeclarative kcoreaddons-native kauth-native kconfig-native kpackage-native"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "5af7cdc4b7a4e3ee5209cfa0a324172f"
SRC_URI[sha256sum] = "adc88986ae776a8fb21d06ea67212c6fa1becc34d94ee4c7ad9d85d26494fa62"
SRC_URI[md5sum] = "b15758b0500e97866ea4b32dd042ae39"
SRC_URI[sha256sum] = "388587f864352e98670c41a9fb615cc6580c42b2b026041a341202976e4a6877"
FILES_${PN} += "${datadir}/kservicetypes5"

View File

@@ -11,7 +11,7 @@ DEPENDS += "kauth kconfig kcodecs kguiaddons kwidgetsaddons kdoctools \
gettext-native"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "1afacb5ccde3eceb42774d5f717ece63"
SRC_URI[sha256sum] = "d334f86d5751cd4c04943b5104f3e62db1ed3ed64bc095391807b814ca51fd16"
SRC_URI[md5sum] = "82d5d219494a2ad1514157a7064521d0"
SRC_URI[sha256sum] = "7fc65e3ccc3522a307d1e0baa4d51261c2d7d82fa40f9405de73d46332ce0cdb"
RDEPENDS_${PN} += "perl"

View File

@@ -13,8 +13,8 @@ DEPENDS += "qtdeclarative kconfig kconfig-native ki18n kiconthemes kio kwidgetsa
SRC_URI += "file://0001-kpackagelauncherqml-Add-include-of-QDebug.patch"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "d9103b9b38ba20a042098f169d6bc9ca"
SRC_URI[sha256sum] = "3a55236b3aed4ca1b5c754b2b97652a4c91c1c15107396c111bc41ef8d4874a0"
SRC_URI[md5sum] = "5febec6dc30c02caac9c46fc48d8a92a"
SRC_URI[sha256sum] = "49bbdf17f1ba3212b96ab8ebfbc31c78b3772b04b2f3c9c4b49a74c7d1e2ea4d"
FILES_${PN} += "${OE_QMAKE_PATH_QML}/org/kde"
FILES_${PN}-dbg += " \

View File

@@ -17,8 +17,8 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "bbe6249f9272f86093c9717d237e12d0"
SRC_URI[sha256sum] = "8520367ab9e79e4380f71c2a159d08e00c8a803a44f83d21f456ab4e55d7bd7c"
SRC_URI[md5sum] = "d47cdb541b3f4a3823dd420db170964d"
SRC_URI[sha256sum] = "cc7f716e2086f44410aa13b8415aad1dcf9ce1c8c78ec7250a66e875f5d0d0d0"
SRC_URI += "file://0001-hardcode-path-to-kconf_update.patch"
FILES_${PN} += "${datadir}/dbus-1 ${datadir}/k*5 ${libdir}/libkdeinit5_kded5.so"

View File

@@ -7,5 +7,5 @@ inherit kde-kf5
DEPENDS += "qttools kcoreaddons kconfig kdoctools"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "fce4039e793196859518c47235e15f82"
SRC_URI[sha256sum] = "2fe41d35f59367f1228b8de3490d4ae88c464e04c98a9c25a0970b899d944d46"
SRC_URI[md5sum] = "6b4322afedde3304387c459d133c5d1e"
SRC_URI[sha256sum] = "8d75b0fb2335ee220347c3327b012376cfc139c430474027e13b0b11c1b34442"

View File

@@ -16,7 +16,7 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "ca4fc3d275eff07ce44a643f577629a2"
SRC_URI[sha256sum] = "79bb672375c2f4cd883998ba7494e3a431384d348eaffceae71c44d246d882e5"
SRC_URI[md5sum] = "57a2a02a7061040a6a437a1df6dacbd8"
SRC_URI[sha256sum] = "b398a310d4f84e049f8f41cbe65a2baa9b6a72a7d75eb985ce73611c8a5f9bbf"
FILES_${PN}-dbg += "${libdir}/kdesu/kf5/.debug"

View File

@@ -20,5 +20,5 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "d14b82600866d16e173068e5ac86e6a9"
SRC_URI[sha256sum] = "a3f7060d9879ef2f3b3e49b979bf5d76db4e9acb8a12e20263c60ff09ba7e4f9"
SRC_URI[md5sum] = "014cde3b2f046494845bd88c8abc5883"
SRC_URI[sha256sum] = "d6cc9717ebf1e41d0b447b064120d3b4e4247a95f626151b3e507a4512f72d16"

View File

@@ -10,8 +10,8 @@ inherit kde-kf5 gettext
DEPENDS += "karchive kconfig kconfig-native kservice kcoreaddons kcoreaddons-native"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "7d300087b14a55ecbd5ad689e3f7104d"
SRC_URI[sha256sum] = "5e84545d8ac71ebf89794b41d7645011173413cf00ad42293fe625615c15e7c1"
SRC_URI[md5sum] = "f98c6e3ab806c0f76ab76f0291e4dd93"
SRC_URI[sha256sum] = "36cf12edfe58e70590562bd4824e11001ec491dc0c5752b0cb4be66be184e957"
FILES_${PN} += " \
${datadir}/emoticons \

View File

@@ -16,8 +16,8 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "d772ff46e3513f43e1b58eff81600156"
SRC_URI[sha256sum] = "0b9a9c666179770bff4ef7c0e860fd68d6316e8fbec26b8dbdad59354b618ad1"
SRC_URI[md5sum] = "712658831c71f5127762ffa0016a7a39"
SRC_URI[sha256sum] = "147ed37e1ceb39d4d40e5e94a73e8b9519be7da9f08eea23aefa64eebee267ba"
FILES_${PN} += " \
${datadir}/dbus-1 \

View File

@@ -10,5 +10,5 @@ DEPENDS += "qtsvg ki18n kconfig kconfigwidgets kwidgetsaddons kitemviews gettext
kcoreaddons-native kauth-native kconfig-native"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "25aa503a3cc320a11215ab75f71afbfa"
SRC_URI[sha256sum] = "b7e17d2ed46b31ae13d87397ae78717701d4f9515d1a647b52a6b14c5f684892"
SRC_URI[md5sum] = "bad840d753b545cc1d166c773d1c284c"
SRC_URI[sha256sum] = "55b0708aaffb8e1d2e5dfede6a378a2f35386bf585e7294fadc08958b599f7b8"

View File

@@ -23,8 +23,8 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "9b0bd52930947c7ff317fda12ae24482"
SRC_URI[sha256sum] = "e004e9dced7da73c5344858170bc91f8075e6c9e6646c6efdc931efec88b80e5"
SRC_URI[md5sum] = "f6b5fada29fde1223aa976476f583427"
SRC_URI[sha256sum] = "25b5e07c2dd651a96f79ea58e0a76a172aac4b818892641adf97bdf6525909e7"
FILES_${PN} += "${datadir}/dbus-1 ${libdir}/libkdeinit5_klauncher.so"
FILES_${PN}-dbg += "${libdir}/*/*/.debug"

View File

@@ -26,8 +26,8 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "65cf63f219f2192f8a8b2634df6b4649"
SRC_URI[sha256sum] = "51122eae0b32cb11a20e2c4862c9770d55aac1a1c6d969b6e899fb06736f8720"
SRC_URI[md5sum] = "826fc93fd2f0c337f7ef6bb8c10c0b22"
SRC_URI[sha256sum] = "f3089c1746dcd86d100b57a011e6f6fcbdf0622bad6f546e63048815de783a67"
SRC_URI += "file://0001-Extend-upstream-workaround-for-bug-371721-to-also-co.patch"

View File

@@ -24,8 +24,8 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "234c224888e98bf7e65491cbfab76eb8"
SRC_URI[sha256sum] = "ce92a0b1258724b191185c1109ef7b02a09a2f58d5495c066a00f8077c24f613"
SRC_URI[md5sum] = "d6771e1a02516c7bfb24ece46019abc4"
SRC_URI[sha256sum] = "b32eb46afc101771e9d50ed96aec3dc186e8fdb09c050ad2400fb39cbea00cee"
FILES_${PN} += " \
${OE_QMAKE_PATH_QML}/org/kde/newstuff \

View File

@@ -21,5 +21,5 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "02c2eb067aa95cd5985c4bdef930ac4b"
SRC_URI[sha256sum] = "546b099c5257e2d59b92c0350415824754cba9f789d767d160bd2ea54b505b7d"
SRC_URI[md5sum] = "53fe83e865aa5ef5b50dbfc58037a80f"
SRC_URI[sha256sum] = "cad17429256dfae8808c3d14b7e639794a9b81071670c8957858a3d40b566427"

View File

@@ -25,8 +25,8 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "b4e496a5eabc5c2a9857fb9c5463e4a5"
SRC_URI[sha256sum] = "4ed3f8ac1d937a1a159f9320893c61a6a89bfcba98a946214e06cb856c9d41ac"
SRC_URI[md5sum] = "f045b11f61eb244a9636e87eef84c496"
SRC_URI[sha256sum] = "53c87663828613d6d64a5a5cdd0c9f2f388ff8191df903c07a4b3f20fd02bf7d"
FILES_${PN} += " \
${datadir}/k*5 \

View File

@@ -14,8 +14,8 @@ DEPENDS += "kcoreaddons \
kitemviews"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "0f9a4a4d4b4ff9d86e9d880ef3ff5129"
SRC_URI[sha256sum] = "0bb7fad53b13bd1cb40d9339a0782b4902517b751f0f8271c1adc2ce6571a18f"
SRC_URI[md5sum] = "ede339e08f7432f94ab85093241e104c"
SRC_URI[sha256sum] = "1bce022f72a32b4e3a3673f46c6dc681aaa61b12bcdd36d8dd1a5e295a68b744"
FILES_${PN} += " \
${datadir}/k*5 \

View File

@@ -19,8 +19,8 @@ DEPENDS += "qtdeclarative \
threadweaver"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "5077444a3ad810e93b538baad1442163"
SRC_URI[sha256sum] = "6dc1e8be53ef2b1abb2efe0d597d493413989a65bcc914283349161f06327248"
SRC_URI[md5sum] = "12b562c1509281001c6b32a5842e453b"
SRC_URI[sha256sum] = "2928e6af1ae64eff91ba8dbeb76e119da67a5e2065d91e0b0e4f5d98207b850a"
FILES_${PN} += " \
${datadir}/k*5 \

View File

@@ -20,9 +20,7 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "622e73f22de26a8fde0d915bd6e0f27d"
SRC_URI[sha256sum] = "a92d60aae5ebf99c1b518e39cb624b4da9a7f88ebc7e77e52722c1e677bdd167"
SRC_URI[md5sum] = "26524fb8e33b8ab3aebf86ec078c7518"
SRC_URI[sha256sum] = "1fd516e6454523707bd173b253fdde5fd39c0b60b3a943ae096b38540d338bf3"
FILES_${PN} += "${datadir}/kservicetypes5"

View File

@@ -22,8 +22,8 @@ DEPENDS += "qtxmlpatterns \
libgit2"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "ebf18cbfa331190fdce9ecb1f23877aa"
SRC_URI[sha256sum] = "6b4ae2ea3c00dd2d7dc4c53f7760c750f8fee8aece4bcbc938064cadd34c08cc"
SRC_URI[md5sum] = "3fdec786eb549cdb398c9da23e1eb94e"
SRC_URI[sha256sum] = "9255792eece773a75922e06830fc240f968736dce84d01c1563b91be35d23a92"
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"

View File

@@ -11,7 +11,7 @@ DEPENDS += "kcompletion kconfig kconfigwidgets ki18n kiconthemes kservice kwidge
gettext-native sonnet-native"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "dfb02e67153fdb240d929a7b44a5f50c"
SRC_URI[sha256sum] = "d9eb46747c0f2d4d4db5ac20c788b8894d2f7048f530b31c892c7bb44d2388a7"
SRC_URI[md5sum] = "012e92d2f2ce4574d2d3d0dbddc748af"
SRC_URI[sha256sum] = "81eb2c1832c2fb013565ed019c9a9d55ca3b0472967e28eee4aef25ba1a6ec91"
FILES_${PN} += "${datadir}/kservicetypes5"

View File

@@ -26,7 +26,7 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "2bd7c39fa58a2d4c9ad72672fe606f13"
SRC_URI[sha256sum] = "3dfa79286eea0a48e176910469f8b22d326e5973562965f794f32fcce69fc343"
SRC_URI[md5sum] = "802c5985ccfff94cfa025d6a938e7476"
SRC_URI[sha256sum] = "3fd8d7a940adc974b6ee8a9af0d3f40eae9d279eb8884d99b9d08f25939e758d"
FILES_${PN} += "${datadir}"

View File

@@ -26,8 +26,8 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "6fb472610a2110db8e17ee6700fe7947"
SRC_URI[sha256sum] = "975afe9db3c2d0952991db9681309974fdd41dfbf92d480099b5f40ba08d94a4"
SRC_URI[md5sum] = "009205833a4135eee008b6ea55833bb2"
SRC_URI[sha256sum] = "cad50edb7692432adbd402dc1220b4b621acc1882987e8332bccf2a17cd14f73"
# REVISIT remove ugly hack for wayland-only environments
SRC_URI += " \

View File

@@ -9,5 +9,5 @@ inherit kde-kf5 gettext
DEPENDS += "ki18n kio kcoreaddons-native kconfig-native kauth-native"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "06a15a6e9258cfa9321899c744eeb824"
SRC_URI[sha256sum] = "11e575aefd760eda9a1414bc72de97e6a98bd53a64530dd46d92faf22ef3baf2"
SRC_URI[md5sum] = "36d5ea545b972d275b4fde563202fed3"
SRC_URI[sha256sum] = "06c0dc10623ecb1b844c47577a53229c7d5789f895902fda9ef21c7decb69250"

View File

@@ -39,8 +39,8 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "711b989b4f2974c412759e169e03a416"
SRC_URI[sha256sum] = "4a43bb699e2d6e004b0d218c98079eea329d3a2d3de82b33b7d298e4cb146eb4"
SRC_URI[md5sum] = "913a57607b9c57daef88c90356f55986"
SRC_URI[sha256sum] = "5b16c9808a0e8c6c920bf879bcc39ed01d566affbfdeef8e7dcbd9dbe6622cfb"
FILES_${PN} += " \
${datadir}/kdevappwizard \

View File

@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5 gettext gtk-icon-cache
SRC_URI[md5sum] = "10341b5a4cc2346221e576dfa683ed56"
SRC_URI[sha256sum] = "e9a009f5a637ff9ca4c9c7a26636ddf743609a4cecc02cfed7a38132fffed5eb"
SRC_URI[md5sum] = "17fd75131e1860a2b77021770de8d40c"
SRC_URI[sha256sum] = "fff9d4a8f3c68534dccc3a65bcd1a4de53e7701bc363a10fc77bccbdcdff9104"
PV = "${KF5_VERSION}"

View File

@@ -18,8 +18,8 @@ DEPENDS += " \
"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "9b7dd01f903c5650e0de58e6a99736c5"
SRC_URI[sha256sum] = "d33389f43fb792a5bd28b01789c0aa1fb5acf3789e6c847ffed02da07b3c09f1"
SRC_URI[md5sum] = "a84a244620b0febcb4a4527b0d7a6d09"
SRC_URI[sha256sum] = "f20b2bb2e0f921e10c7ad81f9249177250ce070ebba11a11f4c7878ed6d175ed"
FILES_${PN} += " \
${OE_QMAKE_PATH_PLUGINS} \

View File

@@ -23,8 +23,8 @@ DEPENDS += " \
RRECCOMENDS_${PN} += "oxygen-fonts"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "53b90b7d6dce686c38d0d0157cc05ee9"
SRC_URI[sha256sum] = "ce936bce5606e2f41d8b8c36478594c3cebe508f6f0d2ea8feda67848f728d47"
SRC_URI[md5sum] = "175a23040d853e1710f525b42e22c6f5"
SRC_URI[sha256sum] = "dd3d965979edea79b6a39e8a9450c92a3edcce4775e1caff701f0ce36d9624da"
FILES_${PN} += " \
${datadir}/knotifications5 \

View File

@@ -6,8 +6,8 @@ inherit kde-kf5
DEPENDS = "qttools-native"
SRC_URI[md5sum] = "a617f0eb7abc85d09866c3fa61a31aa4"
SRC_URI[sha256sum] = "976d8bd15a0b929376bfaef34602a0fb9614229851c46fac3c4b28938f682195"
SRC_URI[md5sum] = "44d277d5df5aa806f8caf4b12541b15c"
SRC_URI[sha256sum] = "c09fb851751f2e1c1231130dbce62d5dab396444fce7ed18662ada9ebd7ced1e"
PV = "${KF5_VERSION}"