New package: calendarsupport-17.12.3
This commit is contained in:
parent
669cd447e0
commit
29f51226df
4 changed files with 28 additions and 0 deletions
|
@ -516,6 +516,7 @@ libKF5MailImporter.so.5 mailimporter-17.12.3_1
|
|||
libKF5MailCommon.so.5 mailcommon-17.12.3_1
|
||||
libKF5Tnef.so.5 ktnef-17.12.3_1
|
||||
libKF5AkonadiCalendar.so.5 akonadi-calendar-17.12.3_1
|
||||
libKF5CalendarSupport.so.5 calendarsupport-17.12.3_1
|
||||
libbabl-0.1.so.0 babl-0.1.10_1
|
||||
libbamf3.so.2 bamf-0.5.1_1
|
||||
libgegl-0.2.so.0 gegl-0.2.0_1
|
||||
|
|
1
srcpkgs/calendarsupport-devel
Symbolic link
1
srcpkgs/calendarsupport-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
calendarsupport
|
24
srcpkgs/calendarsupport/template
Normal file
24
srcpkgs/calendarsupport/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'calendarsupport'
|
||||
pkgname=calendarsupport
|
||||
version=17.12.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules qt5-tools python3"
|
||||
makedepends="kholidays-devel akonadi-calendar-devel kdepim-apps-libs-devel"
|
||||
short_desc="Calendar support library"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://community.kde.org/KDE_PIM"
|
||||
distfiles="https://download.kde.org/stable/applications/${version}/src/calendarsupport-${version}.tar.xz"
|
||||
checksum=04e90cd3945a7c007182c656ca436c1871ce31fcdeb9e2dc8af522b634501908
|
||||
|
||||
calendarsupport-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/qt5/mkspecs
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
2
srcpkgs/calendarsupport/update
Normal file
2
srcpkgs/calendarsupport/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site="https://download.kde.org/stable/applications/"
|
||||
pattern='href="\K[\d\.]+(?=/")'
|
Loading…
Add table
Reference in a new issue