mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: dtkwm-2.0.8.1
This commit is contained in:
parent
0061be4397
commit
c9f5dd1ad2
3 changed files with 34 additions and 0 deletions
|
@ -3396,3 +3396,5 @@ libdtkwidget.so.2 dtkwidget-2.0.6.1_1
|
||||||
libcue.so.2 libcue-2.2.0_1
|
libcue.so.2 libcue-2.2.0_1
|
||||||
libdtkwm.so.2 dtkwm-2.0.6_1
|
libdtkwm.so.2 dtkwm-2.0.6_1
|
||||||
libdtkwidget.so.2 dtkwidget-2.0.6.1_1
|
libdtkwidget.so.2 dtkwidget-2.0.6.1_1
|
||||||
|
libcue.so.2 libcue-2.2.0_1
|
||||||
|
libdtkwm.so.2 dtkwm-2.0.6_1
|
||||||
|
|
1
srcpkgs/dtkwm-devel
Symbolic link
1
srcpkgs/dtkwm-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
dtkwm
|
31
srcpkgs/dtkwm/template
Normal file
31
srcpkgs/dtkwm/template
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Template file for 'dtkwm'
|
||||||
|
pkgname=dtkwm
|
||||||
|
version=2.0.8.1
|
||||||
|
revision=1
|
||||||
|
build_style=qmake
|
||||||
|
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 <johnz@posteo.net>"
|
||||||
|
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=01dad4a28d4d1072c649e694582c1b2d6137736c0ca80a2439d7f4724bdb7c8d
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue