parent
b0a06c121e
commit
11fc010497
4 changed files with 28 additions and 68 deletions
|
@ -2725,14 +2725,13 @@ libqmmp.so.1 qmmp-1.1.4_1
|
||||||
libqmmpui.so.1 qmmp-1.1.4_1
|
libqmmpui.so.1 qmmp-1.1.4_1
|
||||||
libksignalplotter.so.4 kde-workspace-4.11.22_1
|
libksignalplotter.so.4 kde-workspace-4.11.22_1
|
||||||
libalkimia5.so.7 libalkimia-7.0_1
|
libalkimia5.so.7 libalkimia-7.0_1
|
||||||
libpayeeidentifier_iban_bic_widgets.so.4 kmymoney-4.8.0_1
|
libpayeeidentifier_iban_bic_widgets.so.5 kmymoney-5.0.0_1
|
||||||
libkmm_plugin.so.4 kmymoney-4.8.0_1
|
libkmm_plugin.so.5 kmymoney-5.0.0_1
|
||||||
libkmm_widgets.so.4 kmymoney-4.8.0_1
|
libkmm_widgets.so.5 kmymoney-5.0.0_1
|
||||||
libkmm_kdchart.so.4 kmymoney-4.8.0_1
|
libkmm_mymoney.so.5 kmymoney-5.0.0_1
|
||||||
libkmm_mymoney.so.4 kmymoney-4.8.0_1
|
libpayeeidentifier_nationalAccount.so.5 kmymoney-5.0.0_1
|
||||||
libpayeeidentifier_nationalAccount.so.4 kmymoney-4.8.0_1
|
libpayeeidentifier_iban_bic.so.5 kmymoney-5.0.0_1
|
||||||
libpayeeidentifier_iban_bic.so.4 kmymoney-4.8.0_1
|
libkmm_payeeidentifier.so.5 kmymoney-5.0.0_1
|
||||||
libkmm_payeeidentifier.so kmymoney-4.8.0_1
|
|
||||||
libbotan-2.so.4 botan-2.4.0_1
|
libbotan-2.so.4 botan-2.4.0_1
|
||||||
libswipl.so.7.6 swi-prolog-7.6.0_1
|
libswipl.so.7.6 swi-prolog-7.6.0_1
|
||||||
libpcre2-16.so.0 libpcre2-10.22_1
|
libpcre2-16.so.0 libpcre2-10.22_1
|
||||||
|
|
|
@ -1,55 +0,0 @@
|
||||||
From 8a4292268c2d88cdf757b4c162315360901139c5 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Andreas Mayer <andreas.mayer@steffing.de>
|
|
||||||
Date: Fri, 29 Dec 2017 21:09:36 +0100
|
|
||||||
Subject: Fix SEPA plugin installation
|
|
||||||
|
|
||||||
Summary:
|
|
||||||
add_library() may add a "lib" prefix to the plugin's filename, which causes it not to be found.
|
|
||||||
Using kde4_add_plugin() instead again fixes that.
|
|
||||||
|
|
||||||
This change to add_library() was (accidentally?) backported from the KF5 version in commit c78183f18201 .
|
|
||||||
|
|
||||||
BUG: 386547
|
|
||||||
FIXED-IN: 4.8.2
|
|
||||||
|
|
||||||
Intended for the 4.8 branch only, of course.
|
|
||||||
|
|
||||||
Test Plan:
|
|
||||||
The plugin is again installed as konlinetasks_sepa.so here (like in 4.8.0, and also the KF5 port).
|
|
||||||
The error message that the plugin could not be found does not occur anymore, kmymoney prints
|
|
||||||
|
|
||||||
> onlineTask available "org.kmymoney.creditTransfer.sepa"
|
|
||||||
|
|
||||||
to stdout now.
|
|
||||||
|
|
||||||
Haven't tested the actual functionality though.
|
|
||||||
|
|
||||||
Reviewers: #kmymoney, habacker
|
|
||||||
|
|
||||||
Reviewed By: #kmymoney, habacker
|
|
||||||
|
|
||||||
Subscribers: tbaumgart
|
|
||||||
|
|
||||||
Tags: #kmymoney
|
|
||||||
|
|
||||||
Differential Revision: https://phabricator.kde.org/D9545
|
|
||||||
---
|
|
||||||
kmymoney/plugins/onlinetasks/sepa/CMakeLists.txt | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/kmymoney/plugins/onlinetasks/sepa/CMakeLists.txt b/kmymoney/plugins/onlinetasks/sepa/CMakeLists.txt
|
|
||||||
index e3962d7..031820e 100644
|
|
||||||
--- kmymoney/plugins/onlinetasks/sepa/CMakeLists.txt
|
|
||||||
+++ kmymoney/plugins/onlinetasks/sepa/CMakeLists.txt
|
|
||||||
@@ -13,7 +13,7 @@ kde4_add_ui_files( sepaOnlineTasks_SRCS
|
|
||||||
ui/sepacredittransferedit.ui
|
|
||||||
)
|
|
||||||
|
|
||||||
-add_library(konlinetasks_sepa MODULE
|
|
||||||
+kde4_add_plugin(konlinetasks_sepa
|
|
||||||
${sepaOnlineTasks_SRCS}
|
|
||||||
)
|
|
||||||
|
|
||||||
--
|
|
||||||
cgit v0.11.2
|
|
||||||
|
|
|
@ -1,17 +1,31 @@
|
||||||
# Template file for 'kmymoney'
|
# Template file for 'kmymoney'
|
||||||
pkgname=kmymoney
|
pkgname=kmymoney
|
||||||
version=4.8.1.1
|
version=5.0.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="qt-qmake automoc4 perl doxygen pkg-config gwenhywfar-qt"
|
configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||||
makedepends="kdelibs-devel gpgme-devel aqbanking-devel gwenhywfar-devel libical-devel kactivities-devel gmp-devel libofx-devel qt-devel phonon-devel libalkimia-devel boost-devel kdepimlibs-devel gmpxx-devel"
|
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools python
|
||||||
|
kcoreaddons kdoctools kconfig"
|
||||||
|
makedepends="gpgmepp-devel qt5-devel qt5-svg-devel qt5-plugin-mysql qt5-plugin-odbc
|
||||||
|
qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds gpgmeqt-devel karchive-devel
|
||||||
|
kcoreaddons-devel kconfig-devel kconfigwidgets-devel kcompletion-devel kcmutils-devel
|
||||||
|
kitemmodels-devel kitemviews-devel kservice-devel kwallet-devel kiconthemes-devel
|
||||||
|
kxmlgui-devel ktextwidgets-devel knotifications-devel kio-devel kholidays-devel
|
||||||
|
kcontacts-devel kactivities5-devel akonadi5-devel kross-devel libalkimia-devel
|
||||||
|
gmp-devel kidentitymanagement-devel kdiagram-devel aqbanking-devel
|
||||||
|
gwenhywfar-devel libofx-devel gwenhywfar-qt5 libical-devel gmpxx-devel
|
||||||
|
kdewebkit-devel"
|
||||||
depends="shared-mime-info"
|
depends="shared-mime-info"
|
||||||
homepage="https://kmymoney.org"
|
homepage="https://kmymoney.org"
|
||||||
short_desc="Personal finance manager"
|
short_desc="Personal finance manager"
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://download.kde.org/stable/kmymoney/${version}/src/${pkgname}-${version}.tar.xz"
|
distfiles="http://download.kde.org/stable/kmymoney/${version}/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=2b1cbd141d51a3f4147c30c00c7d21022e761d8121f5a206092cf3548f805a34
|
checksum=984f5866aa7d7bf53d2ef9bbfbb6e5de0d69972f225031ebfd86b46df131f5ba
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
configure_args+=" -DENABLE_LIBICAL=0"
|
||||||
|
fi
|
||||||
|
|
||||||
kmymoney-devel_package() {
|
kmymoney-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
2
srcpkgs/kmymoney/update
Normal file
2
srcpkgs/kmymoney/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://download.kde.org/stable/kmymoney/"
|
||||||
|
pattern='href="\K[\d\.]+(?=/")'
|
Loading…
Add table
Reference in a new issue