aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/plasma5support/template
blob: 3384ac44c3df93991cfa62cced18c23d1e96e2d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Template file for 'plasma5support'
pkgname=plasma5support
version=6.0.5
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=8a811e7dba1c30ae2628934c4da91d2dfa42dc932286e97dac8970646287b87a

plasma5support-devel_package() {
	depends="${sourcepkg}>=${version}_${revision}"
	short_desc+=" - development files"
	pkg_install() {
		vmove usr/include
		vmove usr/lib/cmake
		vmove "usr/lib/*.so"
	}
}