Remove package: deepin-picker

This commit is contained in:
John 2020-11-11 15:42:36 +01:00 committed by John Zimmermann
parent 9f1937d54c
commit b34468d6cd
2 changed files with 0 additions and 40 deletions

View file

@ -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 <QApplication>
#include <QColor>
+#include <QPainterPath>
#include <QPainter>
#include <QDebug>
--- 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 <QPainterPath>
#include <QPainter>
#include <QBitmap>
#include <QPixmap>

View file

@ -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 <me@johnnynator.dev>"
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