New package: plasma5support-6.0.4
This commit is contained in:
parent
8d5c7a194e
commit
35b6ec97b5
|
@ -1706,6 +1706,7 @@ libxmlsec1-gnutls.so.1 xmlsec1-1.2.31_2
|
|||
libefivar.so.1 libefivar-31_1
|
||||
libefiboot.so.1 libefivar-31_1
|
||||
libefisec.so.1 libefivar-38_1
|
||||
libPlasma5Support.so.6 plasma5support-6.0.0_1
|
||||
libportaudio.so.2 portaudio-19.20140130_1
|
||||
libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
|
||||
libdar.so.6000 libdar-2.6.6_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
plasma5support
|
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'plasma5support'
|
||||
pkgname=plasma5support
|
||||
version=6.0.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
||||
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
||||
hostmakedepends="extra-cmake-modules qt6-base qt6-tools gettext
|
||||
qt6-declarative-host-tools"
|
||||
makedepends="qt6-declarative-devel kf6-kconfig-devel kf6-ki18n-devel
|
||||
kf6-kcoreaddons-devel"
|
||||
short_desc="Support components for porting from KF5/Qt5 to KF6/Qt6"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://invent.kde.org/plasma/plasma5support"
|
||||
#changelog=""
|
||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=51351faec6931b4696178bd49d9e60bc9de2c3f3d10ff0ab3854ae3d902975a1
|
||||
|
||||
plasma5support-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue