24 lines
761 B
Bash
24 lines
761 B
Bash
|
# Template file for 'kf6-kbookmarks'
|
||
|
pkgname=kf6-kbookmarks
|
||
|
version=6.1.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=b763563217c1e3e84834b4b7779891c4512e8fd27cb2b53af00a2ab7612d4747
|
||
|
|
||
|
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"
|
||
|
}
|
||
|
}
|