From ba768fc110f44448a05ee46c4dffc0743c2cbeef Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sun, 7 Nov 2021 19:24:34 +0100 Subject: [PATCH] lxqt-build-tools: update to 0.10.0. --- srcpkgs/lxqt-build-tools/template | 4 ++-- srcpkgs/lxqt-build-tools/template+ | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/lxqt-build-tools/template+ diff --git a/srcpkgs/lxqt-build-tools/template b/srcpkgs/lxqt-build-tools/template index f97ecbaa8f..8b88c28e20 100644 --- a/srcpkgs/lxqt-build-tools/template +++ b/srcpkgs/lxqt-build-tools/template @@ -1,6 +1,6 @@ # Template file for 'lxqt-build-tools' pkgname=lxqt-build-tools -version=0.9.0 +version=0.10.0 revision=1 build_style=cmake hostmakedepends="qt5-host-tools qt5-qmake pkg-config" @@ -10,7 +10,7 @@ maintainer="Helmut Pozimski " license="BSD-3-Clause" homepage="https://lxqt.org/" distfiles="https://github.com/lxqt/lxqt-build-tools/releases/download/${version}/lxqt-build-tools-${version}.tar.xz" -checksum=9782878d6c0cc896d4a54fce5cc322561cdf1df270b8f941b2088a434b535e4d +checksum=facb86b0bf3bd4fd20306d3ae965a148ed59785eaf7d73169a82a97473d03bea post_install() { vlicense BSD-3-Clause LICENSE diff --git a/srcpkgs/lxqt-build-tools/template+ b/srcpkgs/lxqt-build-tools/template+ new file mode 100644 index 0000000000..9f8169832b --- /dev/null +++ b/srcpkgs/lxqt-build-tools/template+ @@ -0,0 +1,17 @@ +# Template file for 'lxqt-build-tools' +pkgname=lxqt-build-tools +version=0.10.0 +revision=1 +build_style=cmake +hostmakedepends="qt5-host-tools qt5-qmake pkg-config" +makedepends="qt5-devel" +short_desc="LXQt build tools" +maintainer="Helmut Pozimski " +license="BSD-3-Clause" +homepage="https://lxqt.org/" +distfiles="https://github.com/lxqt/lxqt-build-tools/releases/download/${version}/lxqt-build-tools-${version}.tar.xz" +checksum=9782878d6c0cc896d4a54fce5cc322561cdf1df270b8f941b2088a434b535e4d + +post_install() { + vlicense BSD-3-Clause LICENSE +}