New package: pimcommon-17.12.3

This commit is contained in:
John 2018-04-06 18:50:54 +02:00 committed by Enno Boland
parent fc291e12a8
commit 6bcc608f17
4 changed files with 31 additions and 0 deletions

View File

@ -487,6 +487,8 @@ libKF5AkonadiSearchPIM.so.5 akonadi-search-17.12.3_1
libKF5AkonadiSearchXapian.so.5 akonadi-search-17.12.3_1
libKF5LibkdepimAkonadi.so.5 libkdepim-17.12.3_1
libKF5Libkdepim.so.5 libkdepim-17.12.3_1
libKF5PimCommon.so.5 pimcommon-17.12.3_1
libKF5PimCommonAkonadi.so.5 pimcommon-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/pimcommon-devel Symbolic link
View File

@ -0,0 +1 @@
pimcommon

View File

@ -0,0 +1,26 @@
# Template file for 'pimcommon'
pkgname=pimcommon
version=17.12.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python"
makedepends="karchive-devel kcodecs-devel ki18n-devel kdbusaddons-devel knewstuff-devel
kconfig-devel kiconthemes-devel kjobwidgets-devel kpimtextedit-devel akonadi-contacts-devel
kxmlgui-devel kservice-devel kdesignerplugin-devel kimap-devel libkdepim-devel"
short_desc="Common libraries for KDE PIM"
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/pimcommon-${version}.tar.xz"
checksum=78c6194295b97d3759388d19cba12937a02b639d7f68ff78c3c565c3a9435bf9
pimcommon-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/pimcommon/update Normal file
View File

@ -0,0 +1,2 @@
site="https://download.kde.org/stable/applications/"
pattern='href="\K[\d\.]+(?=/")'