# Depends on: kf5-extra-cmake-modules kf5-kdoctools kf5-plasma-framework telepathy-kde-common-internals telepathy-kde-accounts-kcm 

description="The KDE-Telepathy Plasma desktop applets"
url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
packager="pierre at nutyx dot org"
alias=(ktp-desktop-applets)

_name=ktp-desktop-applets
release=2

build() {
  mkdir -p build
  cd build
  cmake ../ktp-desktop-applets-$version \
    -DCMAKE_INSTALL_PREFIX=/usr  \
    -DCMAKE_BUILD_TYPE=Release   \
    -DBUILD_TESTING=OFF
  make
  make DESTDIR=$PKG install
}
