New package: kf6-syndication-6.1.0
This commit is contained in:
parent
4969c1b936
commit
956eb7b53e
|
@ -2009,6 +2009,7 @@ libKF6StatusNotifierItem.so.6 kf6-kstatusnotifieritem-6.0.0_1
|
|||
libKF6Style.so.6 kf6-frameworkintegration-6.0.0_1
|
||||
libKF6Su.so.6 kf6-kdesu-6.0.0_1
|
||||
libKF6Svg.so.6 kf6-ksvg-6.0.0_1
|
||||
libKF6Syndication.so.6 kf6-syndication-6.0.0_1
|
||||
libKF6TextEditor.so.6 kf6-ktexteditor-6.0.0_1
|
||||
libKF6TextTemplate.so.6 kf6-ktexttemplate-6.0.0_1
|
||||
libKF6TextWidgets.so.6 kf6-ktextwidgets-6.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kf6-syndication
|
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'kf6-syndication'
|
||||
pkgname=kf6-syndication
|
||||
version=6.1.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules qt6-tools qt6-base"
|
||||
makedepends="kf6-kcodecs-devel"
|
||||
short_desc="RSS/Atom parser library"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/frameworks/syndication"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||
checksum=09d5394a2e3024c1188be7b690347b79fc2141a6d1b833bc5b494bdcc32f9683
|
||||
|
||||
kf6-syndication-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