2015-04-08 03:31:53 +08:00
|
|
|
# Contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/telepathy-kde-accounts-kcm/
|
|
|
|
# Include global configuration
|
|
|
|
source ../kdeapps.conf
|
2013-10-30 22:18:07 +08:00
|
|
|
|
|
|
|
pkgname=ktp-accounts-kcm
|
2015-04-08 03:31:53 +08:00
|
|
|
pkgver=${_kdever}
|
2016-06-16 22:34:54 +08:00
|
|
|
pkgrel=1
|
2013-10-30 22:18:07 +08:00
|
|
|
pkgdesc="KCM Module for configuring Telepathy Instant Messaging Accounts"
|
|
|
|
arch=('x86_64')
|
2015-04-08 03:31:53 +08:00
|
|
|
url="https://community.kde.org/Real-Time_Communication_and_Collaboration"
|
2013-10-30 22:18:07 +08:00
|
|
|
license=('GPL')
|
2016-06-13 01:46:16 +08:00
|
|
|
depends=('kaccounts-integration' 'kaccounts-providers' 'telepathy-qt5')
|
2015-04-08 03:31:53 +08:00
|
|
|
makedepends=('extra-cmake-modules' 'intltool')
|
2013-10-30 22:18:07 +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')
|
2017-08-11 00:14:23 +08:00
|
|
|
validpgpkeys=(${Avalidpgpkeys[@]})
|
2015-04-08 03:31:53 +08:00
|
|
|
|
|
|
|
prepare() {
|
|
|
|
mkdir -p build
|
|
|
|
}
|
2013-10-30 22:18:07 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd build
|
2015-04-08 03:31:53 +08:00
|
|
|
cmake_kf5 ../${pkgname}-${pkgver}
|
2013-10-30 22:18:07 +08:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2015-04-10 10:00:06 +08:00
|
|
|
cd build
|
2015-04-08 03:31:53 +08:00
|
|
|
make DESTDIR=${pkgdir} install
|
2013-10-30 22:18:07 +08:00
|
|
|
}
|