qt6-translations: update to 6.7.2.

This commit is contained in:
Đoàn Trần Công Danh 2024-06-23 10:44:30 +07:00 committed by Đoàn Trần Công Danh
parent 04d946b848
commit a8dc2284b0

View file

@ -1,13 +1,20 @@
# Template file for 'qt6-translations'
pkgname=qt6-translations
version=6.6.0
version=6.7.2
revision=1
build_style=cmake
hostmakedepends="qt6-base qt6-tools perl"
makedepends="qt6-base-devel qt6-tools-devel"
hostmakedepends="qt6-base-devel qt6-tools-devel perl"
short_desc="Cross-platform application and UI framework - translations"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-only with Qt-GPL-exception-1.0"
homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qttranslations-everywhere-src-${version}.tar.xz"
checksum=a0d89a236f64b810eb0fe4ae1e90db22b0e86263521b35f89e69f1392815078c
checksum=9845780b5dc1b7279d57836db51aeaf2e4a1160c42be09750616f39157582ca9
do_configure() {
rm -rf build
mkdir build
cd build
unset CC CXX CFLAGS CXXFLAGS LD LDFLAGS
cmake -DCMAKE_BUILD_TYPE=None -GNinja ..
}