2015-04-08 03:31:53 +08:00
# Contributions from Arch: https://www.archlinux.org/packages/kde-unstable/x86_64/kaccounts-integration/
# Include global configuration
source ../kdeapps.conf
pkgname = kaccounts-integration
pkgver = ${ _kdever }
2016-06-16 22:34:54 +08:00
pkgrel = 1
2015-04-08 03:31:53 +08:00
pkgdesc = "Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others"
arch = ( 'x86_64' )
url = "https://projects.kde.org/projects/kdereview/kaccounts-integration"
license = ( 'GPL' )
2016-05-01 07:31:31 +08:00
depends = ( 'kcmutils' 'kio' 'signon-kwallet-extension' 'signon-plugin-oauth2' 'signon-ui' 'ki18n' 'libaccounts-glib' )
2015-06-29 05:25:36 +08:00
makedepends = ( 'extra-cmake-modules' 'kdoctools' 'python' )
2015-04-08 03:31:53 +08:00
groups = ( 'kde-telepathy' )
2016-12-21 05:48:24 +08:00
source = ( " $_mirror / ${ pkgname } - $_kdever .tar.xz " { ,.sig} )
sha256sums = ( ` grep ${ pkgname } -$_kdever .tar.xz ../kdeapps.sums | cut -d " " -f1`
'SKIP' )
validpgpkeys = ( ${ Avalidpgpkeys } )
2015-04-08 03:31:53 +08:00
prepare( ) {
mkdir -p build
}
build( ) {
cd build
cmake_kf5 ../${ pkgname } -${ pkgver }
make
}
package( ) {
2015-04-10 10:00:06 +08:00
cd build
2015-04-08 03:31:53 +08:00
make DESTDIR = ${ pkgdir } install
}