]> git.pld-linux.org Git - packages/kmymoney.git/blob - install.patch
Release 4 (by relup.sh)
[packages/kmymoney.git] / install.patch
1 --- kmymoney-5.1.2/kmymoney/plugins/checkprinting/CMakeLists.txt~       2021-06-23 17:49:12.000000000 +0200
2 +++ kmymoney-5.1.2/kmymoney/plugins/checkprinting/CMakeLists.txt        2021-10-28 00:09:45.693487454 +0200
3 @@ -37,10 +37,10 @@
4          DESTINATION "${KXMLGUI_INSTALL_DIR}/checkprinting")
5  
6  install(FILES check_template.html
7 -        DESTINATION "${DATA_INSTALL_DIR}/checkprinting")
8 +        DESTINATION "${DATA_INSTALL_DIR}/kmymoney/checkprinting")
9  
10  install(FILES check_template_green_linen.html
11 -        DESTINATION "${DATA_INSTALL_DIR}/checkprinting")
12 +        DESTINATION "${DATA_INSTALL_DIR}/kmymoney/checkprinting")
13  
14  # the KCM module
15  
16 --- kmymoney-5.1.2/kmymoney/plugins/checkprinting/checkprinting.cpp~    2021-06-23 17:49:12.000000000 +0200
17 +++ kmymoney-5.1.2/kmymoney/plugins/checkprinting/checkprinting.cpp     2021-10-28 00:10:57.069794465 +0200
18 @@ -114,7 +114,7 @@
19  
20  void CheckPrinting::readCheckTemplate()
21  {
22 -    QString checkTemplateHTMLPath = QStandardPaths::locate(QStandardPaths::GenericDataLocation, "checkprinting/check_template.html");
23 +    QString checkTemplateHTMLPath = QStandardPaths::locate(QStandardPaths::GenericDataLocation, "checkprinting/kmymoney/check_template.html");
24  
25      if (PluginSettings::checkTemplateFile().isEmpty()) {
26          PluginSettings::setCheckTemplateFile(checkTemplateHTMLPath);
27 --- kmymoney-5.1.2/kmymoney/plugins/kbanking/qml/chipTan/CMakeLists.txt~        2021-06-23 17:49:12.000000000 +0200
28 +++ kmymoney-5.1.2/kmymoney/plugins/kbanking/qml/chipTan/CMakeLists.txt 2021-10-28 00:12:26.596100176 +0200
29 @@ -5,4 +5,4 @@
30    positionmarker.svg
31  )
32  
33 -install(FILES ${kbanking_qml_files} DESTINATION ${DATA_INSTALL_DIR}/kbanking/qml/chipTan/)
34 +install(FILES ${kbanking_qml_files} DESTINATION ${DATA_INSTALL_DIR}/kmymoney/kbanking/qml/chipTan/)
35 --- kmymoney-5.1.2/kmymoney/plugins/kbanking/widgets/chiptandialog.cpp~ 2021-06-23 17:49:12.000000000 +0200
36 +++ kmymoney-5.1.2/kmymoney/plugins/kbanking/widgets/chiptandialog.cpp  2021-10-28 00:13:41.875760163 +0200
37 @@ -32,7 +32,7 @@
38      connect(ui->buttonBox, &QDialogButtonBox::rejected, this, &chipTanDialog::reject);
39      connect(ui->tanInput, &QLineEdit::textEdited, this, &chipTanDialog::tanInputChanged);
40  
41 -    ui->declarativeView->setSource(QUrl(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QStringLiteral("kbanking/qml/chipTan/ChipTan.qml"))));
42 +    ui->declarativeView->setSource(QUrl(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QStringLiteral("kmymoney/kbanking/qml/chipTan/ChipTan.qml"))));
43  
44      setFlickerFieldWidth(KBankingSettings::width());
45      setFlickerFieldClockSetting(KBankingSettings::clocksetting());
This page took 0.226231 seconds and 4 git commands to generate.