# Maintainer: Felix Yan pkgname=dtkgui pkgver=5.5.22 pkgrel=3 pkgdesc='Deepin Toolkit, gui module for DDE look and feel' arch=('x86_64') url="https://github.com/linuxdeepin/dtkgui" license=('LGPL3') options=('debug') depends=('dtkcore' 'librsvg' 'qt5-x11extras') makedepends=('qt5-tools' 'gtest') source=("https://github.com/linuxdeepin/dtkgui/archive/$pkgver/$pkgname-$pkgver.tar.gz") sha512sums=('756b3c41618c052585679de4d8b747851a06473b5459e58815b0deb9087d23181ab0b0ab0d38f1aa286ef86c95f5f4b0891873e31e3833266d3dd23054971c81') build() { cd dtkgui-$pkgver qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver LIB_INSTALL_DIR=/usr/lib make } package() { cd dtkgui-$pkgver make INSTALL_ROOT="$pkgdir" install }