Bump buildroot to 2019.02
This commit is contained in:
14
bsp/buildroot/package/kf5/kf5-kcoreaddons/Config.in
Normal file
14
bsp/buildroot/package/kf5/kf5-kcoreaddons/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_KF5_KCOREADDONS
|
||||
bool "kf5-kcoreaddons"
|
||||
select BR2_PACKAGE_KF5_EXTRA_CMAKE_MODULES
|
||||
select BR2_PACKAGE_QT5TOOLS
|
||||
select BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS
|
||||
help
|
||||
KF5 is a set of Qt framework addons, extending Qt in
|
||||
various ways, not only restricted in helping integration
|
||||
in KDE.
|
||||
|
||||
This package contains KCoreAddons, a set of classes built
|
||||
on top of QtCore to perform various tasks.
|
||||
|
||||
https://api.kde.org/frameworks/kcoreaddons/html/index.html
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 40ff04757e4ac19bc8448940fe18886c894a2069865966cc865fc55ff67b0b46 kcoreaddons-5.47.0.tar.xz
|
||||
sha256 a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861 COPYING.LIB
|
||||
16
bsp/buildroot/package/kf5/kf5-kcoreaddons/kf5-kcoreaddons.mk
Normal file
16
bsp/buildroot/package/kf5/kf5-kcoreaddons/kf5-kcoreaddons.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# kf5-kcoreaddons
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KF5_KCOREADDONS_VERSION = $(KF5_VERSION)
|
||||
KF5_KCOREADDONS_SITE = $(KF5_SITE)
|
||||
KF5_KCOREADDONS_SOURCE = kcoreaddons-$(KF5_KCOREADDONS_VERSION).tar.xz
|
||||
KF5_KCOREADDONS_LICENSE = LGPL-2.1
|
||||
KF5_KCOREADDONS_LICENSE_FILES = COPYING.LIB
|
||||
|
||||
KF5_KCOREADDONS_DEPENDENCIES = kf5-extra-cmake-modules qt5tools
|
||||
KF5_KCOREADDONS_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user