diff --git a/classes/ki18n.bbclass b/classes/ki18n.bbclass new file mode 100644 index 0000000..7605de7 --- /dev/null +++ b/classes/ki18n.bbclass @@ -0,0 +1,8 @@ +# Class for recipes using ki18n for internationalization +inherit python3native +inherit gettext + +DEPENDS += " \ + ki18n \ + gettext-native \ +" diff --git a/recipes-kf5/obsolete/kjsembed.inc b/recipes-kf5/obsolete/kjsembed.inc index af442dd..70ef0c5 100644 --- a/recipes-kf5/obsolete/kjsembed.inc +++ b/recipes-kf5/obsolete/kjsembed.inc @@ -1,23 +1,20 @@ DESCRIPTION = "KJSEmbed" HOMEPAGE = "https://api.kde.org/frameworks/kjsembed/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ " PR = "r0" DEPENDS = " \ qttools \ qtsvg \ kjs \ - ki18n \ - gettext-native \ " SRC_URI = " \ git://anongit.kde.org/${PN};nobranch=1 \ " S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n diff --git a/recipes-kf5/tier2/kfilemetadata.inc b/recipes-kf5/tier2/kfilemetadata.inc index d99bdaa..a49bb47 100644 --- a/recipes-kf5/tier2/kfilemetadata.inc +++ b/recipes-kf5/tier2/kfilemetadata.inc @@ -1,18 +1,17 @@ DESCRIPTION = "KFileMetaData" HOMEPAGE = "https://api.kde.org/frameworks/kfilemetadata/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c" PR = "r0" -DEPENDS = "qtbase ki18n gettext-native" +DEPENDS = "qtbase" SRC_URI = "git://anongit.kde.org/kfilemetadata;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n FILES_${PN} += " \ ${libdir}/plugins/kf5/kfilemetadata/*.so \ " diff --git a/recipes-kf5/tier2/kpty.inc b/recipes-kf5/tier2/kpty.inc index e22f66c..a614e59 100644 --- a/recipes-kf5/tier2/kpty.inc +++ b/recipes-kf5/tier2/kpty.inc @@ -1,15 +1,14 @@ DESCRIPTION = "KPty" HOMEPAGE = "https://api.kde.org/frameworks/kpty/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ " PR = "r0" -DEPENDS = "ki18n kcoreaddons gettext-native" +DEPENDS = "kcoreaddons" SRC_URI = "git://anongit.kde.org/kpty;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n diff --git a/recipes-kf5/tier2/kunitconversion.inc b/recipes-kf5/tier2/kunitconversion.inc index c1cb096..95449a9 100644 --- a/recipes-kf5/tier2/kunitconversion.inc +++ b/recipes-kf5/tier2/kunitconversion.inc @@ -1,15 +1,14 @@ DESCRIPTION = "KUnitConversion" HOMEPAGE = "https://api.kde.org/frameworks/kunitconversion/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ " PR = "r0" -DEPENDS = "qtbase ki18n gettext-native" +DEPENDS = "qtbase" SRC_URI = "git://anongit.kde.org/kunitconversion;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit python3native -inherit gettext +inherit ki18n diff --git a/recipes-kf5/tier3/baloo.inc b/recipes-kf5/tier3/baloo.inc index d53bdc9..0af783d 100644 --- a/recipes-kf5/tier3/baloo.inc +++ b/recipes-kf5/tier3/baloo.inc @@ -1,36 +1,33 @@ DESCRIPTION = "Baloo" HOMEPAGE = "https://api.kde.org/frameworks/baloo/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" PR = "r0" DEPENDS = " \ qtbase \ qtdeclarative \ kcoreaddons \ kconfig \ kdbusaddons \ - ki18n \ kidletime \ solid \ kfilemetadata \ kcrash \ kio \ lmdb \ - gettext-native \ " SRC_URI = "git://anongit.kde.org/baloo;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n FILES_${PN} += " \ ${libdir}/plugins/kf5/kio/*.so \ ${libdir}/plugins/kf5/kded/*.so \ ${libdir}/qml/org/kde/baloo/* \ ${libdir}/qml/org/kde/baloo/experimental/* \ ${datadir}/icons/hicolor/128x128/apps/baloo.png \ " diff --git a/recipes-kf5/tier3/kcmutils.inc b/recipes-kf5/tier3/kcmutils.inc index 5a0920f..8f921ba 100644 --- a/recipes-kf5/tier3/kcmutils.inc +++ b/recipes-kf5/tier3/kcmutils.inc @@ -1,26 +1,23 @@ DESCRIPTION = "KCMUtils" HOMEPAGE = "https://api.kde.org/frameworks/kcmutils/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ qtbase \ kitemviews \ kconfigwidgets \ kcoreaddons \ kiconthemes \ - ki18n \ kservice \ kxmlgui \ kdeclarative \ kpackage \ - gettext-native \ " SRC_URI = "git://anongit.kde.org/kcmutils;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n diff --git a/recipes-kf5/tier3/kconfigwidgets.inc b/recipes-kf5/tier3/kconfigwidgets.inc index 5e18bdb..9588757 100644 --- a/recipes-kf5/tier3/kconfigwidgets.inc +++ b/recipes-kf5/tier3/kconfigwidgets.inc @@ -1,29 +1,26 @@ DESCRIPTION = "KConfigWidgets" HOMEPAGE = "https://api.kde.org/frameworks/kconfigwidgets/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = "qtbase \ kauth \ kcoreaddons \ kcodecs \ kconfig \ kguiaddons \ - ki18n \ kwidgetsaddons \ - gettext-native \ - " +" SRC_URI = "git://anongit.kde.org/kconfigwidgets;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n FILES_${PN}-dev += " \ ${bindir}/preparetips5 \ " RDEPENDS_${PN}-dev += "perl" diff --git a/recipes-kf5/tier3/kdeclarative.inc b/recipes-kf5/tier3/kdeclarative.inc index 229338d..ca89c3f 100644 --- a/recipes-kf5/tier3/kdeclarative.inc +++ b/recipes-kf5/tier3/kdeclarative.inc @@ -1,36 +1,33 @@ DESCRIPTION = "KDeclarative" HOMEPAGE = "https://api.kde.org/frameworks/kdeclarative/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ qtbase \ qtdeclarative \ kconfig \ - ki18n \ kiconthemes \ kio \ kwidgetsaddons \ kwindowsystem \ kglobalaccel \ kguiaddons \ kpackage \ libepoxy \ - gettext-native \ " SRC_URI = "git://anongit.kde.org/kdeclarative;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n FILES_${PN} += " \ ${libdir}/qml/org/kde \ " RDEPENDS_${PN} += " \ qtdeclarative-qmlplugins \ " diff --git a/recipes-kf5/tier3/kdesu.inc b/recipes-kf5/tier3/kdesu.inc index 57b009d..aad00a0 100644 --- a/recipes-kf5/tier3/kdesu.inc +++ b/recipes-kf5/tier3/kdesu.inc @@ -1,21 +1,18 @@ DESCRIPTION = "KDESu" HOMEPAGE = "https://api.kde.org/frameworks/kdesu/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ qtbase \ kcoreaddons \ - ki18n \ kservice \ kpty \ - gettext-native \ " SRC_URI = "git://anongit.kde.org/kdesu;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n diff --git a/recipes-kf5/tier3/kiconthemes.inc b/recipes-kf5/tier3/kiconthemes.inc index 8523750..a7a3f1d 100644 --- a/recipes-kf5/tier3/kiconthemes.inc +++ b/recipes-kf5/tier3/kiconthemes.inc @@ -1,27 +1,24 @@ DESCRIPTION = "KIconThemes" HOMEPAGE = "https://api.kde.org/frameworks/kiconthemes/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = "qtbase \ qtsvg \ karchive \ - ki18n \ kcoreaddons \ kconfigwidgets \ kwidgetsaddons \ kitemviews \ - gettext-native \ " SRC_URI = "git://anongit.kde.org/kiconthemes;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n FILES_${PN} += "\ ${libdir}/plugins/iconengines/ \ " diff --git a/recipes-kf5/tier3/kinit.inc b/recipes-kf5/tier3/kinit.inc index a4b275d..4f8184b 100644 --- a/recipes-kf5/tier3/kinit.inc +++ b/recipes-kf5/tier3/kinit.inc @@ -1,32 +1,29 @@ DESCRIPTION = "KInit" HOMEPAGE = "https://api.kde.org/frameworks/kinit/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ qtbase \ kservice \ kio \ - ki18n \ kwindowsystem \ kcrash \ kconfig \ libxslt-native \ - gettext-native \ karchive-native \ " SRC_URI = " \ git://anongit.kde.org/kinit;nobranch=1 \ " S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n FILES_SOLIBSDEV = "" FILES_${PN} += " \ ${libdir}/libkdeinit5_klauncher.so \ " diff --git a/recipes-kf5/tier3/kio.inc b/recipes-kf5/tier3/kio.inc index f5a253d..f2b3a43 100644 --- a/recipes-kf5/tier3/kio.inc +++ b/recipes-kf5/tier3/kio.inc @@ -1,51 +1,46 @@ DESCRIPTION = "KIO" HOMEPAGE = "https://api.kde.org/frameworks/kio/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ qtbase \ karchive \ kconfig \ kcoreaddons \ kdbusaddons \ - ki18n \ kservice \ solid \ kbookmarks \ kcompletion \ - kdoctools \ kconfigwidgets \ kiconthemes \ kitemviews \ kjobwidgets \ kwidgetsaddons \ kwindowsystem \ - libxslt-native \ - gettext-native \ - karchive-native \ " SRC_URI = "git://anongit.kde.org/kio;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n +inherit kdoctools FILES_${PN} += " \ ${libdir}/plugins/kcm_*.so \ ${libdir}/plugins/kf5/kio/*.so \ ${libdir}/plugins/kf5/kded/*.so \ ${libdir}/plugins/kf5/kiod/*.so \ ${libdir}/plugins/kf5/urifilters/*.so \ ${datadir}/kservices5/useragentstrings/*.desktop \ ${datadir}/kservices5/searchproviders/*.desktop \ ${datadir}/kf5/kcookiejar/domain_info \ ${datadir}/kconf_update \ " RDEPENDS_${PN} += " \ ca-certificates \ " diff --git a/recipes-kf5/tier3/knewstuff.inc b/recipes-kf5/tier3/knewstuff.inc index c330e74..51a611a 100644 --- a/recipes-kf5/tier3/knewstuff.inc +++ b/recipes-kf5/tier3/knewstuff.inc @@ -1,38 +1,35 @@ DESCRIPTION = "KNewStuff" HOMEPAGE = "https://api.kde.org/frameworks/knewstuff/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ qtbase \ qtdeclarative \ karchive \ kcompletion \ kconfig \ kcoreaddons \ - ki18n \ kiconthemes \ kio \ kitemviews \ kservice \ ktextwidgets \ kwidgetsaddons \ kxmlgui \ attica \ - gettext-native \ " SRC_URI = "git://anongit.kde.org/knewstuff;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n FILES_${PN} += " \ ${libdir}/qml/org/kde/newstuff/* \ ${libdir}/qml/org/kde/newstuff/qml/* \ ${datadir}/kf5/knewstuff/pics/*.png \ ${datadir}/kf5/kmoretools/presets-kmoretools/* \ " diff --git a/recipes-kf5/tier3/knotifyconfig.inc b/recipes-kf5/tier3/knotifyconfig.inc index f0e3c6c..0874cea 100644 --- a/recipes-kf5/tier3/knotifyconfig.inc +++ b/recipes-kf5/tier3/knotifyconfig.inc @@ -1,22 +1,19 @@ DESCRIPTION = "KNotifyConfig" HOMEPAGE = "https://api.kde.org/frameworks/knotifyconfig/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ qtbase \ phonon \ kcompletion \ kconfig \ - ki18n \ kio \ - gettext-native \ " SRC_URI = "git://anongit.kde.org/knotifyconfig;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n diff --git a/recipes-kf5/tier3/kparts.inc b/recipes-kf5/tier3/kparts.inc index 7931126..aa84ca7 100644 --- a/recipes-kf5/tier3/kparts.inc +++ b/recipes-kf5/tier3/kparts.inc @@ -1,27 +1,24 @@ DESCRIPTION = "KParts" HOMEPAGE = "https://api.kde.org/frameworks/kparts/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ qtbase \ kconfig \ kcoreaddons \ - ki18n \ kiconthemes \ kio \ kjobwidgets \ kservice \ ktextwidgets \ kwidgetsaddons \ kxmlgui \ - gettext-native \ " SRC_URI = "git://anongit.kde.org/kparts;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n diff --git a/recipes-kf5/tier3/kpeople.inc b/recipes-kf5/tier3/kpeople.inc index 0a5a8a3..07b5151 100644 --- a/recipes-kf5/tier3/kpeople.inc +++ b/recipes-kf5/tier3/kpeople.inc @@ -1,28 +1,25 @@ DESCRIPTION = "KPeople" HOMEPAGE = "https://api.kde.org/frameworks/kpeople/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" PR = "r0" DEPENDS = " \ qtbase \ qtdeclarative \ kcoreaddons \ - ki18n \ kwidgetsaddons \ kservice \ kitemviews \ - gettext-native \ " SRC_URI = "git://anongit.kde.org/kpeople;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n FILES_${PN} += " \ ${libdir}/qml/org/kde/people/* \ ${datadir}/kf5/kpeople/*.png \ " diff --git a/recipes-kf5/tier3/krunner.inc b/recipes-kf5/tier3/krunner.inc index fcb9097..a08f47f 100644 --- a/recipes-kf5/tier3/krunner.inc +++ b/recipes-kf5/tier3/krunner.inc @@ -1,30 +1,27 @@ DESCRIPTION = "KRunner" HOMEPAGE = "https://api.kde.org/frameworks/krunner/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" PR = "r0" DEPENDS = " \ qtbase \ qtdeclarative \ kconfig \ kcoreaddons \ - ki18n \ kio \ kservice \ plasma-framework \ solid \ threadweaver \ - gettext-native \ " SRC_URI = "git://anongit.kde.org/krunner;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n FILES_${PN} += " \ ${libdir}/qml/org/kde/runnermodel/* \ " diff --git a/recipes-kf5/tier3/kservice.inc b/recipes-kf5/tier3/kservice.inc index ae8114b..65c0ae1 100644 --- a/recipes-kf5/tier3/kservice.inc +++ b/recipes-kf5/tier3/kservice.inc @@ -1,22 +1,19 @@ DESCRIPTION = "KService" HOMEPAGE = "https://api.kde.org/frameworks/kservice/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = "qtbase \ kconfig \ kcoreaddons \ kcrash \ kdbusaddons \ - ki18n \ - gettext-native \ bison-native \ - " +" SRC_URI = "git://anongit.kde.org/kservice;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n diff --git a/recipes-kf5/tier3/ktexteditor.inc b/recipes-kf5/tier3/ktexteditor.inc index 9a1b897..661ae22 100644 --- a/recipes-kf5/tier3/ktexteditor.inc +++ b/recipes-kf5/tier3/ktexteditor.inc @@ -1,38 +1,35 @@ DESCRIPTION = "KTextEditor" HOMEPAGE = "https://api.kde.org/frameworks/ktexteditor/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ qtbase \ karchive \ kconfig \ kguiaddons \ - ki18n \ kio \ kparts \ sonnet \ kiconthemes \ ksyntaxhighlighting \ - gettext-native \ " SRC_URI = " \ git://anongit.kde.org/ktexteditor;nobranch=1 \ " S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n do_compile_prepend() { # desktoptojson needs to find installed service type files export XDG_DATA_DIRS=${STAGING_DATADIR}:$XDG_DATA_DIRS } FILES_${PN} += " \ ${libdir}/plugins/kf5/parts/katepart.so \ ${datadir}/katepart5/script/README.md \ " diff --git a/recipes-kf5/tier3/ktextwidgets.inc b/recipes-kf5/tier3/ktextwidgets.inc index 7a89522..3598507 100644 --- a/recipes-kf5/tier3/ktextwidgets.inc +++ b/recipes-kf5/tier3/ktextwidgets.inc @@ -1,25 +1,22 @@ DESCRIPTION = "KTextWidgets" HOMEPAGE = "https://api.kde.org/frameworks/ktextwidgets/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = "qtbase \ kcompletion \ kconfig \ kconfigwidgets \ - ki18n \ kiconthemes \ kservice \ kwidgetsaddons \ kwindowsystem \ sonnet \ - gettext-native \ " SRC_URI = "git://anongit.kde.org/ktextwidgets;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n diff --git a/recipes-kf5/tier3/kwallet.inc b/recipes-kf5/tier3/kwallet.inc index d508f3f..1abac90 100644 --- a/recipes-kf5/tier3/kwallet.inc +++ b/recipes-kf5/tier3/kwallet.inc @@ -1,30 +1,27 @@ DESCRIPTION = "KWallet" HOMEPAGE = "https://api.kde.org/frameworks/kwallet/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ qtbase \ kconfig \ kconfigwidgets \ kcoreaddons \ kdbusaddons \ kiconthemes \ knotifications \ - ki18n \ kservice \ kwidgetsaddons \ kwindowsystem \ libgcrypt \ - gettext-native \ " SRC_URI = " \ git://anongit.kde.org/kwallet;nobranch=1 \ " S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n diff --git a/recipes-kf5/tier3/kxmlgui.inc b/recipes-kf5/tier3/kxmlgui.inc index 8b6866b..6a26be0 100644 --- a/recipes-kf5/tier3/kxmlgui.inc +++ b/recipes-kf5/tier3/kxmlgui.inc @@ -1,26 +1,23 @@ DESCRIPTION = "KXmlGui" HOMEPAGE = "https://api.kde.org/frameworks/kxmlgui/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = "qtbase \ kcoreaddons \ kitemviews \ kconfig \ kconfigwidgets \ - ki18n \ kiconthemes \ ktextwidgets \ kwidgetsaddons \ kwindowsystem \ kglobalaccel\ - gettext-native \ " SRC_URI = "git://anongit.kde.org/kxmlgui;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n diff --git a/recipes-kf5/tier3/plasma-framework.inc b/recipes-kf5/tier3/plasma-framework.inc index eacc63d..35ee4ae 100644 --- a/recipes-kf5/tier3/plasma-framework.inc +++ b/recipes-kf5/tier3/plasma-framework.inc @@ -1,61 +1,58 @@ DESCRIPTION = "Plama Framework" HOMEPAGE = "https://api.kde.org/plasma-framework/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ qtbase \ kactivities \ karchive \ kconfig \ kconfigwidgets \ kdbusaddons \ kdeclarative \ kglobalaccel \ kguiaddons \ - ki18n \ kiconthemes \ kio \ kservice \ kwindowsystem \ kxmlgui \ knotifications \ kpackage \ kwayland \ kirigami \ - gettext-native \ libxslt-native \ karchive-native \ " SRC_URI = " \ git://anongit.kde.org/plasma-framework;nobranch=1 \ " S = "${WORKDIR}/git" inherit cmake_kf5 -inherit gettext -inherit python3native +inherit ki18n FILES_${PN} += " \ ${libdir}/plugins/*.so \ ${libdir}/plugins/kpackage/packagestructure/*.so \ ${libdir}/plugins/plasma/scriptengines/*.so \ ${libdir}/qml/org/kde/plasma/accessdenied/* \ ${libdir}/qml/org/kde/plasma \ ${libdir}/qml/org/kde/kirigami.2 \ ${libdir}/qml/QtQuick/Controls.2/Plasma \ ${libdir}/qml/QtQuick/Controls/Styles/Plasma \ ${datadir}/plasma/services/*.operations \ ${datadir}/plasma/desktoptheme/air/* \ ${datadir}/plasma/desktoptheme/air/*/* \ ${datadir}/plasma/desktoptheme/breeze-dark/* \ ${datadir}/plasma/desktoptheme/breeze-dark/*/* \ ${datadir}/plasma/desktoptheme/breeze-light/* \ ${datadir}/plasma/desktoptheme/breeze-light/*/* \ ${datadir}/plasma/desktoptheme/default/* \ ${datadir}/plasma/desktoptheme/default/*/* \ ${datadir}/plasma/desktoptheme/oxygen/* \ ${datadir}/plasma/desktoptheme/oxygen/*/* \ "