New package: akonadi-search-17.12.3
This commit is contained in:
parent
fe5626ba46
commit
24db36d8b8
@ -481,6 +481,10 @@ libKF5GrantleeTheme.so.5 grantleetheme-17.12.3_1
|
|||||||
libKF5IMAP.so.5 kimap-17.12.3_1
|
libKF5IMAP.so.5 kimap-17.12.3_1
|
||||||
libKF5Ldap.so.5 kldap-17.12.3_1
|
libKF5Ldap.so.5 kldap-17.12.3_1
|
||||||
libKF5CalendarCore.so.5 kcalcore-17.12.3_1
|
libKF5CalendarCore.so.5 kcalcore-17.12.3_1
|
||||||
|
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
|
||||||
|
libKF5AkonadiSearchXapian.so.5 akonadi-search-17.12.3_1
|
||||||
libbabl-0.1.so.0 babl-0.1.10_1
|
libbabl-0.1.so.0 babl-0.1.10_1
|
||||||
libbamf3.so.2 bamf-0.5.1_1
|
libbamf3.so.2 bamf-0.5.1_1
|
||||||
libgegl-0.2.so.0 gegl-0.2.0_1
|
libgegl-0.2.so.0 gegl-0.2.0_1
|
||||||
|
1
srcpkgs/akonadi-search-devel
Symbolic link
1
srcpkgs/akonadi-search-devel
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
akonadi-search
|
24
srcpkgs/akonadi-search/template
Normal file
24
srcpkgs/akonadi-search/template
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Template file for 'akonadi-search'
|
||||||
|
pkgname=akonadi-search
|
||||||
|
version=17.12.3
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python"
|
||||||
|
makedepends="akonadi-mime-devel xapian-core-devel krunner-devel kcmutils-devel
|
||||||
|
kcontacts-devel kcalcore-devel"
|
||||||
|
short_desc="Libraries and daemons to implement searching in Akonadi"
|
||||||
|
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/akonadi-search-${version}.tar.xz"
|
||||||
|
checksum=3d55f80c7071d16026181e267fa2e527da76adb762831732d19d1eadb25df65a
|
||||||
|
|
||||||
|
akonadi-search-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
2
srcpkgs/akonadi-search/update
Normal file
2
srcpkgs/akonadi-search/update
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
site="https://download.kde.org/stable/applications/"
|
||||||
|
pattern='href="\K[\d\.]+(?=/")'
|
Loading…
x
Reference in New Issue
Block a user