mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
qt6-translations: update to 6.7.2.
This commit is contained in:
parent
04d946b848
commit
a8dc2284b0
1 changed files with 11 additions and 4 deletions
|
@ -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 ..
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue