New package: kf6-kbookmarks-6.1.0
This commit is contained in:
parent
19e6019e99
commit
17de00e9d4
|
@ -1940,6 +1940,8 @@ libqwt-qt6.so.6.2 qwt-qt6-6.2.0_2
|
|||
libKF6Archive.so.6 kf6-karchive-6.0.0_1
|
||||
libKF6Attica.so.6 kf6-attica-6.0.0_1
|
||||
libKF6AuthCore.so.6 kf6-kauth-6.0.0_1
|
||||
libKF6Bookmarks.so.6 kf6-kbookmarks-6.0.0_1
|
||||
libKF6BookmarksWidgets.so.6 kf6-kbookmarks-6.0.0_1
|
||||
libKF6Codecs.so.6 kf6-kcodecs-6.0.0_1
|
||||
libKF6ColorScheme.so.6 kf6-kcolorscheme-6.0.0_1
|
||||
libKF6ConfigCore.so.6 kf6-kconfig-6.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kf6-kbookmarks
|
|
@ -0,0 +1,23 @@
|
|||
# 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue