32 lines
980 B
Bash
32 lines
980 B
Bash
# Template file for 'dtkwm'
|
|
pkgname=dtkwm
|
|
version=2.0.12
|
|
revision=1
|
|
build_style=qmake
|
|
configure_args="VERSION=${version}"
|
|
hostmakedepends="qt5-qmake pkg-config"
|
|
makedepends="qt5-devel qt5-x11extras-devel qt5-multimedia-devel xcb-util-devel
|
|
dtkcore-devel"
|
|
short_desc="Deepin graphical user interface library"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/linuxdeepin/dtkwm/"
|
|
changelog="https://github.com/linuxdeepin/dtkwm/blob/${version}/CHANGELOG.md"
|
|
distfiles="https://github.com/linuxdeepin/dtkwm/archive/${version}.tar.gz"
|
|
checksum=bb6140964372a57bbb5a940d07e98aaef2f655bb1478716cad62a35eb9cf3045
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" dtkcore-devel qt5-x11extras-devel"
|
|
fi
|
|
|
|
dtkwm-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/qt5
|
|
vmove usr/lib/cmake
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|