summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-02 13:35:36 +0000
committerJoão Figueiredo2024-03-02 13:35:36 +0000
commit4d7c4220728526709e2ee9256687f460d04229c1 (patch)
tree0f7afd179d1b9d8cce296e40c73ed2d9271cc956
parentd98c326b14bb75a05a3a923d970accd8f1e53d13 (diff)
downloadaur-ki18n-git.tar.gz
Fix missing optdepends
-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)