32 lines
784 B
Bash
32 lines
784 B
Bash
# Maintainer: justforlxz <justforlxz@gmail.com>
|
|
pkgname=dtkwidget-git
|
|
pkgver=5.5.45.r1.gbc050fca
|
|
pkgrel=1
|
|
pkgdesc='Deepin graphical user interface library'
|
|
arch=('x86_64' 'aarch64')
|
|
url="https://github.com/linuxdeepin/dtkwidget"
|
|
license=('LGPL3')
|
|
depends=('deepin-qt-dbus-factory-git' 'dtkcore-git' 'dtkgui-git' 'librsvg' 'qt5-multimedia' 'qt5-svg'
|
|
'qt5-x11extras' 'startup-notification')
|
|
makedepends=('git' 'qt5-tools' 'gtest' 'dtkcommon-git' 'dtkcore-git' 'dtkgui-git')
|
|
provides=('dtkwidget')
|
|
conflicts=('dtkwidget')
|
|
groups=('deepin-git')
|
|
source=('source.tar.gz')
|
|
sha512sums=('SKIP')
|
|
|
|
prepare() {
|
|
cd $deepin_source_name
|
|
}
|
|
|
|
build() {
|
|
cd $deepin_source_name
|
|
qmake-qt5 PREFIX=/usr
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd $deepin_source_name
|
|
make INSTALL_ROOT="$pkgdir" install
|
|
}
|