# Description: LXQt notification daemon and library # URL: http://lxqt.org/ # Maintainer: Chris Farrell, timcowchip at gmail dot com # Depends on: lxqt-common liblxq lxqt-build-tools name=lxqt-notificationd version=0.14.0 release=3 source=("https://downloads.lxqt.org/downloads/lxqt-notificationd/0.14.0/lxqt-notificationd-0.14.0.tar.xz") build() { mkdir -p build cd build cmake "$SRC/$name-$version" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DPULL_TRANSLATIONS=no make make DESTDIR="$PKG" install }