mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
New package: qt6-quickcontrols2-6.1.0
This commit is contained in:
parent
ff2bd4845e
commit
efccbf034b
3 changed files with 29 additions and 0 deletions
1
srcpkgs/qt6-quickcontrols2-devel
Symbolic link
1
srcpkgs/qt6-quickcontrols2-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
qt6-quickcontrols2
|
27
srcpkgs/qt6-quickcontrols2/template
Normal file
27
srcpkgs/qt6-quickcontrols2/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'qt6-quickcontrols2'
|
||||||
|
pkgname=qt6-quickcontrols2
|
||||||
|
version=6.1.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="qtquickcontrols2-everywhere-src-${version}"
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DQT_HOST_PATH=/usr "
|
||||||
|
hostmakedepends="perl qt6-base-devel qt6-declarative-devel"
|
||||||
|
makedepends="qt6-base-devel qt6-declarative-devel"
|
||||||
|
short_desc="Cross-platform application and UI framework - quickcontrols2"
|
||||||
|
maintainer="John <me@johnnynator.dev>"
|
||||||
|
license="GPL-2.0-or-later, LGPL-3.0-or-later"
|
||||||
|
homepage="https://qt.io/"
|
||||||
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtquickcontrols2-everywhere-src-${version}.tar.xz"
|
||||||
|
checksum=784f1d79e74df59f095b126a116d85e72801bd357f5666d6bad8407ac3957d59
|
||||||
|
|
||||||
|
qt6-quickcontrols2-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel"
|
||||||
|
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-quickcontrols2/update
Normal file
1
srcpkgs/qt6-quickcontrols2/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pkgname="${pkgname/6-/}-everywhere-src"
|
Loading…
Add table
Reference in a new issue