initial import
This commit is contained in:
30
ki18n/PKGBUILD
Normal file
30
ki18n/PKGBUILD
Normal file
@@ -0,0 +1,30 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=ki18n
|
||||
pkgver=5.78.0
|
||||
pkgrel=2
|
||||
pkgdesc='Advanced internationalization framework'
|
||||
arch=(i686 x86_64)
|
||||
url='https://community.kde.org/Frameworks'
|
||||
license=(LGPL-3)
|
||||
depends=(qt-declarative)
|
||||
optdepends=('python-pyqt: for the Python bindings' 'python: to compile .ts files')
|
||||
makedepends=(doxygen extra-cmake-modules gettext-tiny graphviz python-pyqt qt-tools sip)
|
||||
groups=(kf5)
|
||||
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
|
||||
sha512sums=('0283caf2a33bdcb2196e91eec7db1ba3e56d27cfa449e431e738e5ada0a0d8d83ed5a315300858e034eb85313f5e820c296939c19fcfdeb4c4e59d19152abbbe'
|
||||
'SKIP')
|
||||
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DBUILD_QCH=ON
|
||||
make -C build
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" -C build install
|
||||
|
||||
install -Dm644 $pkgname-$pkgver/LICENSES/LicenseRef-KDE-Accepted-LGPL.txt -t $pkgdir/usr/share/licenses/$pkgname
|
||||
}
|
||||
Reference in New Issue
Block a user