mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: kf6-syndication-6.1.0
This commit is contained in:
parent
4969c1b936
commit
956eb7b53e
3 changed files with 25 additions and 0 deletions
|
@ -2009,6 +2009,7 @@ libKF6StatusNotifierItem.so.6 kf6-kstatusnotifieritem-6.0.0_1
|
||||||
libKF6Style.so.6 kf6-frameworkintegration-6.0.0_1
|
libKF6Style.so.6 kf6-frameworkintegration-6.0.0_1
|
||||||
libKF6Su.so.6 kf6-kdesu-6.0.0_1
|
libKF6Su.so.6 kf6-kdesu-6.0.0_1
|
||||||
libKF6Svg.so.6 kf6-ksvg-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
|
libKF6TextEditor.so.6 kf6-ktexteditor-6.0.0_1
|
||||||
libKF6TextTemplate.so.6 kf6-ktexttemplate-6.0.0_1
|
libKF6TextTemplate.so.6 kf6-ktexttemplate-6.0.0_1
|
||||||
libKF6TextWidgets.so.6 kf6-ktextwidgets-6.0.0_1
|
libKF6TextWidgets.so.6 kf6-ktextwidgets-6.0.0_1
|
||||||
|
|
1
srcpkgs/kf6-syndication-devel
Symbolic link
1
srcpkgs/kf6-syndication-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
kf6-syndication
|
23
srcpkgs/kf6-syndication/template
Normal file
23
srcpkgs/kf6-syndication/template
Normal file
|
@ -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…
Add table
Reference in a new issue