From d7b682d967a72a6dc3826e83a8b70ba49313bad1 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 18 Feb 2018 01:54:02 +0100 Subject: [PATCH] New package: deepin-calculator-1.0.4 --- srcpkgs/deepin-calculator/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/deepin-calculator/template diff --git a/srcpkgs/deepin-calculator/template b/srcpkgs/deepin-calculator/template new file mode 100644 index 00000000000..40d96abfdb7 --- /dev/null +++ b/srcpkgs/deepin-calculator/template @@ -0,0 +1,19 @@ +# Template file for 'deepin-calculator' +pkgname=deepin-calculator +version=1.0.4 +revision=1 +build_style=qmake +hostmakedepends="qt5-qmake pkg-config qt5-host-tools" +makedepends="dtkwidget-devel qt5-svg-devel" +depends="qt5integration" +short_desc="Easy to use Calculator for Deepin" +maintainer="John " +license="GPL-3.0-or-later" +homepage="https://github.com/linuxdeepin/deepin-calculator" +changelog="https://github.com/linuxdeepin/deepin-calculator/blob/${version}/CHANGELOG.md" +distfiles="https://github.com/linuxdeepin/deepin-calculator/archive/${version}.tar.gz" +checksum=732dc5daa6b35a09d13be05649b6a21e44e42d864869da168f1ca98ce166c9bd + +if [ "$CROSS_BUILD" ]; then + hostmakedepends+=" qt5-svg-devel" +fi