# Depends on: qt-tools kf5-kcodecs kf5-kconfig kf5-kcoreaddons kf5-kwindowsystem phonon-qt libdbusmenu-qt

description="Abstraction for system notifications "
url="https://www.kde.org/"
packager="pierre at nutyx dot org"
alias=(knotifications)

_name=knotifications
release=1

build() {
cd ${_name}-$version
mkdir build
cd    build
cmake -DCMAKE_INSTALL_PREFIX=/usr       \
      -DCMAKE_BUILD_TYPE=Release        \
      -DLIB_INSTALL_DIR=lib \
      -DBUILD_TESTING=OFF   \
      -Wno-dev ..
make
make DESTDIR=$PKG install
}

