summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b29aa867daa..ae442a439319 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ki18n-git
pkgdesc = Advanced internationalization framework
pkgver = 6.0.0_r723.ga0839c4
- pkgrel = 1
+ pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6-git
@@ -18,6 +18,8 @@ pkgbase = ki18n-git
depends = glibc
depends = iso-codes
depends = qt6-base
+ optdepends = python: to compile .ts files
+ optdepends = qt6-declarative: ktranscript plugin and QML bindings
provides = ki18n
conflicts = ki18n
source = git+https://github.com/KDE/ki18n.git
diff --git a/PKGBUILD b/PKGBUILD
index 6763dc40a456..8a6a06f0894e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,15 @@
pkgname=ki18n-git
pkgver=6.0.0_r723.ga0839c4
-pkgrel=1
+pkgrel=2
pkgdesc='Advanced internationalization framework'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
license=(LGPL-2.0-only LGPL-3.0-only)
depends=(gcc-libs glibc iso-codes qt6-base)
makedepends=(git doxygen extra-cmake-modules-git python qt6-declarative qt6-doc qt6-tools)
+optdepends=('python: to compile .ts files'
+ 'qt6-declarative: ktranscript plugin and QML bindings')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(kf6-git)