Accepting request 941610 from home:jirislaby:branches:graphics

- update to 2.2.0-rc3
  * major release
  * DWG imports are more reliable now
  * and a lot more of bugfixes and improvements
- remove (they are in upstream now)
  * 0001-fix-build-with-gcc-9.patch
  * add-boost-tuple-include-to-fix-build.patch
  * ensured-all-objects-are-shown-when-a-layer-is-toggle.patch
  * fix-build-with-Qt-5.11.patch
  * fix-build-with-Qt-5.15.patch
- remove qcad provides/obsoletes -- it's an ancient history

OBS-URL: https://build.opensuse.org/request/show/941610
OBS-URL: https://build.opensuse.org/package/show/graphics/librecad?expand=0&rev=61
This commit is contained in:
2021-12-20 10:28:58 +00:00
committed by Git OBS Bridge
parent 1417fff3bb
commit 44893268d4
11 changed files with 32 additions and 276 deletions

View File

@@ -5,10 +5,8 @@ build: avoid using bundled shapelib
plugins/importshp/importshp.pro | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
Index: LibreCAD-2.0.8/plugins/importshp/importshp.pro
===================================================================
--- LibreCAD-2.0.8.orig/plugins/importshp/importshp.pro
+++ LibreCAD-2.0.8/plugins/importshp/importshp.pro
--- a/plugins/importshp/importshp.pro
+++ b/plugins/importshp/importshp.pro
@@ -17,12 +17,9 @@ include(../../common.pri)
# For plugins
INCLUDEPATH += ../../librecad/src/plugins
@@ -23,10 +21,10 @@ Index: LibreCAD-2.0.8/plugins/importshp/importshp.pro
+HEADERS += importshp.h
+LIBS += -lshp
# Installation Directory
win32 {
DLLDESTDIR = ../../windows/resources/plugins
@@ -36,5 +33,3 @@ unix {
TARGET = ../../unix/resources/plugins/$$PLUGIN_NAME
DESTDIR = ../../unix/resources/plugins
}
}
-