kleopatra: move INSTALL.msg to README.voidlinux.
This commit is contained in:
parent
31b3d0b02e
commit
62f1f66448
2 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kleopatra'
|
# Template file for 'kleopatra'
|
||||||
pkgname=kleopatra
|
pkgname=kleopatra
|
||||||
version=20.12.3
|
version=20.12.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons gettext kconfig"
|
hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons gettext kconfig"
|
||||||
makedepends="kcmutils-devel AppStream kitemmodels-devel gpgmeqt-devel libkleo-devel kmime-devel"
|
makedepends="kcmutils-devel AppStream kitemmodels-devel gpgmeqt-devel libkleo-devel kmime-devel"
|
||||||
|
@ -18,3 +18,7 @@ do_check() {
|
||||||
QT_QPA_PLATFORM=offscreen CTEST_OUTPUT_ON_FAILURE=TRUE \
|
QT_QPA_PLATFORM=offscreen CTEST_OUTPUT_ON_FAILURE=TRUE \
|
||||||
dbus-run-session ninja -C build test
|
dbus-run-session ninja -C build test
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc $FILESDIR/README.voidlinux
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue