mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-09 09:52:27 +01:00
31 lines
889 B
Plaintext
31 lines
889 B
Plaintext
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=poxml
|
|
pkgver=19.08.1
|
|
pkgrel=0
|
|
arch="all"
|
|
url="https://www.kde.org/applications/development/"
|
|
pkgdesc="Translates DocBook XML files using gettext po files"
|
|
license="GPL-2.0-or-later AND GFDL-1.2-only"
|
|
makedepends="extra-cmake-modules qt5-qtbase-dev kdoctools-dev gettext-dev"
|
|
source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
|
|
subpackages="$pkgname-doc"
|
|
|
|
build() {
|
|
cmake \
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_INSTALL_LIBDIR=lib
|
|
make
|
|
}
|
|
|
|
check() {
|
|
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" make install
|
|
}
|
|
|
|
sha512sums="38dda29abc29c1e0f7959785625d29978e40f6f740ed3ce2958cae7299d534c41e0f9c1baa5d958b9d947e21289a347a3b7f3fd886a6d7bd734df814ffe6d5f8 poxml-19.08.1.tar.xz"
|