Skip to content
Snippets Groups Projects
Commit a76827c9 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/ki18n: add missing dependency on iso-codes-lang

(cherry picked from commit 653f2117)
parent b29f3fcb
No related branches found
No related tags found
2 merge requests!75268main/postgresql15: security upgrade to 15.9,!75022community/linux-edge: add hexdump to makedepends
......@@ -5,13 +5,15 @@
# group=kde-frameworks
pkgname=ki18n
pkgver=6.2.0
pkgrel=0
pkgrel=1
pkgdesc="Advanced internationalization framework"
# armhf blocked by qt6-qtdeclarative
arch="all !armhf"
url="https://community.kde.org/Frameworks"
license="LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-or-later)"
depends="iso-codes-lang"
depends_dev="
iso-codes-dev
qt6-qtbase-dev
qt6-qtdeclarative-dev
"
......@@ -37,8 +39,8 @@ build() {
}
check() {
# kcountrytest, kcountrysubdivisiontest, kcatalogtest and ktimezone are broken
xvfb-run ctest --test-dir build --output-on-failure -E "(kcountry|kcountrysubdivision|kcatalog|ktimezone)test"
# kcatalogtest and ktimezonetest are broken
xvfb-run ctest --test-dir build --output-on-failure -E "(kcatalog|ktimezone)test"
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment