summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/kmymoney/kmymoney-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild
index 260203de8c0..14422ca1128 100644
--- a/app-office/kmymoney/kmymoney-9999.ebuild
+++ b/app-office/kmymoney/kmymoney-9999.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Personal finance manager based on KDE Frameworks"
HOMEPAGE="https://kmymoney.org/"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+ SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
KEYWORDS="~amd64"
fi
@@ -86,7 +86,7 @@ src_prepare() {
sed -e "/find_program.*CCACHE_PROGRAM/s/^/# /" \
-e "/if.*CCACHE_PROGRAM/s/CCACHE_PROGRAM/0/" \
- -i CMakeLists.txt # no, no no.
+ -i CMakeLists.txt || die # no, no no.
}
src_configure() {
@@ -118,6 +118,7 @@ src_test() {
}
pkg_postinst() {
+ xdg_pkg_postinst
if [[ -z "${REPLACING_VERSIONS}" ]]; then
optfeature "more options for online stock quote retrieval" dev-perl/Finance-Quote
fi