24 lines
761 B
Bash
24 lines
761 B
Bash
# Template file for 'kf6-kbookmarks'
|
|
pkgname=kf6-kbookmarks
|
|
version=6.3.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules qt6-tools qt6-base"
|
|
makedepends="kf6-kconfig-devel kf6-kconfigwidgets-devel"
|
|
short_desc="KDE Bookmarks management library"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://invent.kde.org/frameworks/kbookmarks"
|
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
|
checksum=f0789daaab86b0c2451a91e21327f20bf1d200491cf7744af93c262aa76cfea1
|
|
|
|
kf6-kbookmarks-devel_package() {
|
|
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|