datovka/datovka-fix-pro.patch
Tomáš Chvátal 6630693c53 Accepting request 535786 from home:jirislaby:branches:network
- Update Version update to 4.9.3
  * Fixed a problem when message list was not updated after account
    synchronisation when a message was selected.
  * Fixed a bug when database location may have been saved even though the
    databases reside in default location. This problem was visible especially
    on Windows.
- Update Version update to 4.9.2
  * Changed tag dialogue to contain two views when editing tag assignment.
  * Using the prefix 'ODZ_' for sent and 'DDZ_' for received data messages
    when uploading them into records management service.
  * Default documentation location can be changed when running qmake using the
    TEXT_FILES_INST_DIR variable.
  * Full-text data-box search does not block the search dialogue.
  * Full-text data-box search can be interrupted and restarted again without
    closing the dialogue.
  * Separated core and GUI code. Removed models from database interface.
  * Added new CLI option '--get-msg-ids'.
  * Command-line application without GUI can be built separately. This
    executable is going to be distributed in Windows packages together with
    the GUI application.
- Update Version update to 4.9.1
  * Added experimental support for new data-box and user types that are going
    to be introduced into the ISDS production environment and which are
    already present in the ISDS testing environment.
    Version 0.10.7 of libisds is required to build the application.
  * Updated building scripts for the Windows application to automatically pull
    Qt dependencies into the package.
  * Fixed issue when records management data have not been erased from message
    model after the service has been deactivated.
  * Fixed issues with records management logo not being displayed in message

OBS-URL: https://build.opensuse.org/request/show/535786
OBS-URL: https://build.opensuse.org/package/show/network/datovka?expand=0&rev=23
2017-10-23 11:09:24 +00:00

69 lines
1.3 KiB
Diff

---
datovka.pro | 26 ++++++++------------------
1 file changed, 8 insertions(+), 18 deletions(-)
--- a/datovka.pro
+++ b/datovka.pro
@@ -31,7 +31,6 @@ win32 {
sufficientQtVersion(5, 3, 3, 2)
DEFINES += \
- DEBUG=1 \
VERSION=\\\"$${VERSION}\\\"
unix:!macx {
@@ -82,11 +81,6 @@ unix:!macx {
localisation.files += locale/datovka_cs.qm \
locale/datovka_en.qm
- additional.path = "$${TEXT_FILES_INST_DIR}"
- additional.files = \
- AUTHORS \
- COPYING
-
DEFINES += DATADIR=\\\"$$DATADIR\\\" \
PKGDATADIR=\\\"$$PKGDATADIR\\\" \
LOCALE_INST_DIR="\"\\\"$${LOCALE_INST_DIR}\\\"\"" \
@@ -104,17 +98,20 @@ unix:!macx {
icon64 \
icon128 \
icon256 \
- localisation \
- additional
+ localisation
}
}
QMAKE_CXXFLAGS = \
- -g -O0 -std=c++11 \
+ -g -std=c++11 $$(CXXFLAGS) \
-Wall -Wextra -pedantic \
- -Wdate-time -Wformat -Werror=format-security \
+ -Wformat -Werror=format-security \
-Isrc/views
+QMAKE_CFLAGS += \
+ -g $$(CFLAGS) \
+ -Wall -Wextra -pedantic
+
INCLUDEPATH += \
src
@@ -193,15 +190,8 @@ macx {
locale/datovka_en.qm
localisation.files += locale/qtbase_cs.qm
- additional.path = "Contents/Resources"
- additional.files = \
- AUTHORS \
- COPYING \
- ChangeLog
-
QMAKE_BUNDLE_DATA +=\
- localisation \
- additional
+ localisation
}
win32 {