mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-16 06:10:24 +08:00
ki18n: updated to latest
This commit is contained in:
parent
423691d13b
commit
f6337307ec
@ -9,13 +9,13 @@ pkgdesc='A get-text based translation framework'
|
|||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='https://projects.kde.org/projects/frameworks/ki18n'
|
url='https://projects.kde.org/projects/frameworks/ki18n'
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('kjs')
|
depends=('qt5-base' 'qt5-script')
|
||||||
makedepends=('extra-cmake-modules')
|
makedepends=('extra-cmake-modules')
|
||||||
checkdepends=('cmake')
|
checkdepends=('cmake')
|
||||||
groups=('kf5')
|
groups=('kf5')
|
||||||
options=("debug")
|
options=("debug")
|
||||||
source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
||||||
md5sums=('86c9c2f10c8cb62d3e31dbba503adfa5')
|
sha256sums=( $(getSum ${pkgname}) )
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
Loading…
Reference in New Issue
Block a user