diff --git a/srcpkgs/deepin-picker/patches/qt5.15.patch b/srcpkgs/deepin-picker/patches/qt5.15.patch deleted file mode 100644 index 4e77a4d44d3..00000000000 --- a/srcpkgs/deepin-picker/patches/qt5.15.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- src/animation.cpp 2019-07-08 08:41:51.000000000 +0200 -+++ - 2020-07-08 16:48:26.348650427 +0200 -@@ -25,6 +25,7 @@ - #include "utils.h" - #include - #include -+#include - #include - #include - ---- src/picker.cpp 2019-07-08 08:41:51.000000000 +0200 -+++ - 2020-07-08 16:48:52.281052014 +0200 -@@ -26,6 +26,7 @@ - #include "settings.h" - #include "utils.h" - #include "colormenu.h" -+#include - #include - #include - #include diff --git a/srcpkgs/deepin-picker/template b/srcpkgs/deepin-picker/template deleted file mode 100644 index d556fb87d4b..00000000000 --- a/srcpkgs/deepin-picker/template +++ /dev/null @@ -1,20 +0,0 @@ -# Template file for 'deepin-picker' -pkgname=deepin-picker -version=5.0.1 -revision=1 -build_style=qmake -hostmakedepends="qt5-qmake pkg-config qt5-host-tools" -makedepends="dtkwidget-devel qt5-svg-devel qt5-x11extras-devel xcb-util-devel - libXtst-devel" -depends="qt5integration" -short_desc="Simple color picker" -maintainer="John " -license="GPL-3.0-or-later" -homepage="https://github.com/linuxdeepin/deepin-picker" -changelog="https://github.com/linuxdeepin/deepin-picker/blob/${version}/CHANGELOG.md" -distfiles="https://github.com/linuxdeepin/deepin-picker/archive/${version}.tar.gz" -checksum=097e7512f8e6cbcd57320fbd423aec6c0278d64fc35b6237e132828dc2ca41fc - -if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" qt5-svg-devel qt5-x11extras-devel" -fi