lxqt-build-tools: update to 0.10.0.
This commit is contained in:
parent
5057d87292
commit
ba768fc110
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lxqt-build-tools'
|
# Template file for 'lxqt-build-tools'
|
||||||
pkgname=lxqt-build-tools
|
pkgname=lxqt-build-tools
|
||||||
version=0.9.0
|
version=0.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
|
hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://lxqt.org/"
|
homepage="https://lxqt.org/"
|
||||||
distfiles="https://github.com/lxqt/lxqt-build-tools/releases/download/${version}/lxqt-build-tools-${version}.tar.xz"
|
distfiles="https://github.com/lxqt/lxqt-build-tools/releases/download/${version}/lxqt-build-tools-${version}.tar.xz"
|
||||||
checksum=9782878d6c0cc896d4a54fce5cc322561cdf1df270b8f941b2088a434b535e4d
|
checksum=facb86b0bf3bd4fd20306d3ae965a148ed59785eaf7d73169a82a97473d03bea
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense BSD-3-Clause LICENSE
|
vlicense BSD-3-Clause LICENSE
|
||||||
|
|
|
@ -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 <helmut@pozimski.eu>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in New Issue