mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
qt6-remoteobjects: update to 6.5.0.
This commit is contained in:
parent
c99a3e6ebe
commit
57adf98f37
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qt6-remoteobjects'
|
# Template file for 'qt6-remoteobjects'
|
||||||
pkgname=qt6-remoteobjects
|
pkgname=qt6-remoteobjects
|
||||||
version=6.4.2
|
version=6.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl qt6-declarative-host-tools pkg-config"
|
hostmakedepends="perl qt6-declarative-host-tools pkg-config"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
|
license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
|
||||||
homepage="https://qt.io/"
|
homepage="https://qt.io/"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtremoteobjects-everywhere-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtremoteobjects-everywhere-src-${version}.tar.xz"
|
||||||
checksum=583c53640020d5d068eef7ae180d750120bb49e30249c2febdd173c5a7428812
|
checksum=ff40b6e7afa84e44190d3b6357462569525b1e1fb0e8bfd8de16a8680825c2ae
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt6-remoteobjects"
|
hostmakedepends+=" qt6-remoteobjects"
|
||||||
|
@ -35,7 +35,7 @@ qt6-remoteobjects-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
vmove usr/lib/metatypes
|
vmove usr/lib/qt6/metatypes
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/qt6/mkspecs
|
vmove usr/lib/qt6/mkspecs
|
||||||
vmove usr/lib/qt6/qml/QtRemoteObjects/plugins.qmltypes
|
vmove usr/lib/qt6/qml/QtRemoteObjects/plugins.qmltypes
|
||||||
|
|
Loading…
Add table
Reference in a new issue