From c9f5dd1ad2b8e2c819a1fba6f75086507a8c5c1e Mon Sep 17 00:00:00 2001 From: John Date: Sat, 17 Feb 2018 00:33:23 +0100 Subject: [PATCH] New package: dtkwm-2.0.8.1 --- common/shlibs | 2 ++ srcpkgs/dtkwm-devel | 1 + srcpkgs/dtkwm/template | 31 +++++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 120000 srcpkgs/dtkwm-devel create mode 100644 srcpkgs/dtkwm/template diff --git a/common/shlibs b/common/shlibs index 67fdd2fd1bb..13c2c210c6a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3396,3 +3396,5 @@ 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 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 diff --git a/srcpkgs/dtkwm-devel b/srcpkgs/dtkwm-devel new file mode 120000 index 00000000000..637eb3a2837 --- /dev/null +++ b/srcpkgs/dtkwm-devel @@ -0,0 +1 @@ +dtkwm \ No newline at end of file diff --git a/srcpkgs/dtkwm/template b/srcpkgs/dtkwm/template new file mode 100644 index 00000000000..52ef6a51105 --- /dev/null +++ b/srcpkgs/dtkwm/template @@ -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 " +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 + } +}