New package: kaccounts-integration-18.12.2
This commit is contained in:
parent
cda72377c6
commit
3c44154cf9
3 changed files with 27 additions and 0 deletions
|
@ -3410,6 +3410,7 @@ libOGDF.so libogdf-2018.03_1
|
||||||
libCOIN.so libogdf-2018.03_1
|
libCOIN.so libogdf-2018.03_1
|
||||||
librocksdb.so.5 rocksdb-5.17.2_1
|
librocksdb.so.5 rocksdb-5.17.2_1
|
||||||
libfrr.so.0 libfrr-6.0_1
|
libfrr.so.0 libfrr-6.0_1
|
||||||
|
libkaccounts.so.1 kaccounts-integration-18.12.2_1
|
||||||
libfrrospfapiclient.so.0 libfrrospfapiclient-6.0_1
|
libfrrospfapiclient.so.0 libfrrospfapiclient-6.0_1
|
||||||
liborocos-kdl.so.1.4 orocos-kdl-1.4.0_1
|
liborocos-kdl.so.1.4 orocos-kdl-1.4.0_1
|
||||||
libibumad.so.3 rdma-core-22.1_1
|
libibumad.so.3 rdma-core-22.1_1
|
||||||
|
|
1
srcpkgs/kaccounts-integration-devel
Symbolic link
1
srcpkgs/kaccounts-integration-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
kaccounts-integration
|
25
srcpkgs/kaccounts-integration/template
Normal file
25
srcpkgs/kaccounts-integration/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'kaccounts-integration'
|
||||||
|
pkgname=kaccounts-integration
|
||||||
|
version=18.12.2
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="extra-cmake-modules pkg-config qt5-host-tools qt5-qmake"
|
||||||
|
makedepends="kcmutils-devel kparts-devel libaccounts-qt5-devel signond-devel"
|
||||||
|
depends="kinit signon-ui signon-plugin-oauth2 signon-kwallet-extension"
|
||||||
|
short_desc="Administer web accounts for sites and services across the KDE desktop"
|
||||||
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://cgit.kde.org/kaccounts-integration.git/"
|
||||||
|
distfiles="${KDE_SITE}/applications/${version}/src/kaccounts-integration-${version}.tar.xz"
|
||||||
|
checksum=94208c62c07f66b0b702099320b48dcd5adb76ec45ae861efb7b3b2354f099fd
|
||||||
|
nocross="libaccounts-qt5 is nocross"
|
||||||
|
|
||||||
|
kaccounts-integration-devel_package() {
|
||||||
|
short_desc+=" - development"
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue