New package: qt6-tools-6.1.0
This commit is contained in:
parent
35d4d364cb
commit
e403f07dbd
3 changed files with 29 additions and 0 deletions
1
srcpkgs/qt6-tools-devel
Symbolic link
1
srcpkgs/qt6-tools-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
qt6-tools
|
27
srcpkgs/qt6-tools/template
Normal file
27
srcpkgs/qt6-tools/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'qt6-tools'
|
||||||
|
pkgname=qt6-tools
|
||||||
|
version=6.1.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="qttools-everywhere-src-${version}"
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DQT_HOST_PATH=/usr "
|
||||||
|
hostmakedepends="qt6-base-devel perl"
|
||||||
|
makedepends="qt6-base-devel libatomic-devel"
|
||||||
|
short_desc="Cross-platform application and UI framework (QT6) - qt6-tools component"
|
||||||
|
maintainer="John <me@johnnynator.dev>"
|
||||||
|
license="GPL-3.0-only with Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
|
||||||
|
homepage="https://qt.io/"
|
||||||
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qttools-everywhere-src-${version}.tar.xz"
|
||||||
|
checksum=6263030c1120a30b0541d37b52dc0be0ea04bbb8d1695ec9648f0bd77e421f3e
|
||||||
|
|
||||||
|
qt6-tools-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel>=${version}_1"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
vmove usr/lib/qt6/mkspecs
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
vmove "usr/lib/*.prl"
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/qt6-tools/update
Normal file
1
srcpkgs/qt6-tools/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pkgname="${pkgname/6-/}-everywhere-src"
|
Loading…
Reference in a new issue