New package: kcalendarcore-5.63.0
This commit is contained in:
parent
f19e7ad4eb
commit
9fa8ec2ea2
6 changed files with 42 additions and 30 deletions
|
@ -494,7 +494,7 @@ libKF5Libkleo.so.5 libkleo-17.12.3_1
|
|||
libKF5GrantleeTheme.so.5 grantleetheme-17.12.3_1
|
||||
libKF5IMAP.so.5 kimap-17.12.3_1
|
||||
libKF5Ldap.so.5 kldap-17.12.3_1
|
||||
libKF5CalendarCore.so.5 kcalcore-17.12.3_1
|
||||
libKF5CalendarCore.so.5 kcalendarcore-5.63.0_1<17.12.3
|
||||
libKF5AkonadiSearchDebug.so.5 akonadi-search-17.12.3_1
|
||||
libKF5AkonadiSearchCore.so.5 akonadi-search-17.12.3_1
|
||||
libKF5AkonadiSearchPIM.so.5 akonadi-search-17.12.3_1
|
||||
|
|
1
srcpkgs/kcalcore
Symbolic link
1
srcpkgs/kcalcore
Symbolic link
|
@ -0,0 +1 @@
|
|||
kcalendarcore
|
|
@ -1 +1 @@
|
|||
kcalcore
|
||||
kcalendarcore
|
|
@ -1,28 +0,0 @@
|
|||
# Template file for 'kcalcore'
|
||||
pkgname=kcalcore
|
||||
version=19.08.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python bison"
|
||||
makedepends="libical-devel qt5-devel"
|
||||
short_desc="The KDE calendar access library"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="https://community.kde.org/KDE_PIM"
|
||||
distfiles="${KDE_SITE}/applications/${version}/src/kcalcore-${version}.tar.xz"
|
||||
checksum=86d0467d3929eb6471507cbc790277968eb8f0aa4449e1b3ee8ecc555d32dbaa
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
*-musl) CFLAGS="-D_GNU_SOURCE";;
|
||||
esac
|
||||
|
||||
kcalcore-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/qt5/mkspecs
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
1
srcpkgs/kcalendarcore-devel
Symbolic link
1
srcpkgs/kcalendarcore-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
kcalendarcore
|
38
srcpkgs/kcalendarcore/template
Normal file
38
srcpkgs/kcalendarcore/template
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Template file for 'kcalendarcore'
|
||||
pkgname=kcalendarcore
|
||||
version=5.63.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="kcoreaddons extra-cmake-modules qt5-qmake qt5-host-tools"
|
||||
makedepends="qt5-devel libical-devel"
|
||||
short_desc="The KDE calendar access library"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="https://download.kde.org/stable/frameworks/5.63/"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=43dfecd3dfd0f44ee3e0029613561822f3dd3b3145b52c4dd3e72b67dae518b3
|
||||
replaces="kcalcore>=0"
|
||||
|
||||
kcalendarcore-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
replaces="kcalcore-devel>=0"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/qt5/mkspecs/modules
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
kcalcore_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - (transitional meta package)"
|
||||
build_style=meta
|
||||
}
|
||||
|
||||
kcalcore-devel_pacakge() {
|
||||
depends="${sourcepkg}-devel>=${version}_${revision}"
|
||||
short_desc+=" - (transitional meta package)"
|
||||
build_style=meta
|
||||
}
|
Loading…
Reference in a new issue