makedepends=(doxygen extra-cmake-modules kwindowsystem qt6-base qt6-doc qt6-tools pyside6 python-build python-setuptools)

description="Implementation of Status Notifier Items"
url="https://community.kde.org/Frameworks"

packager="Great-OS Team"
maintainer="Great-OS Team"

set=(plasma-frameworks-dev)

name="kstatusnotifieritem"
version="6.26.0"
release=1

source=(https://download.kde.org/stable/frameworks/${version:0:4}/$name-$version.tar.xz)

build() { 
  cmake -B build \
        -S $name-$version \
        -DCMAKE_INSTALL_LIBDIR=lib \
        -DBUILD_TESTING=OFF \
        -DBUILD_QCH=ON

  cmake --build build
  DESTDIR="$PKG" cmake --install build
}
