Accepting request 233287 from home:adra:branches:graphics

Update to new upstream release 2.0.2, Updated License, Updated build requirements, Rebased/Removed/Replaced/Added some patches

OBS-URL: https://build.opensuse.org/request/show/233287
OBS-URL: https://build.opensuse.org/package/show/graphics/librecad?expand=0&rev=12
This commit is contained in:
2014-05-09 23:52:50 +00:00
committed by Git OBS Bridge
parent 620223e745
commit 54d9cc2628
13 changed files with 190 additions and 245 deletions

View File

@@ -1,30 +0,0 @@
---
librecad.pro | 1 -
scripts/postprocess-unix.sh | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
Index: LibreCAD-LibreCAD-a5c34b2/librecad.pro
===================================================================
--- LibreCAD-LibreCAD-a5c34b2.orig/librecad.pro
+++ LibreCAD-LibreCAD-a5c34b2/librecad.pro
@@ -49,7 +49,6 @@ unix {
INCLUDEPATH += "/usr/include/muParser"
}
- QMAKE_POST_LINK = scripts/postprocess-unix.sh
}
}
win32 {
Index: LibreCAD-LibreCAD-a5c34b2/scripts/postprocess-unix.sh
===================================================================
--- LibreCAD-LibreCAD-a5c34b2.orig/scripts/postprocess-unix.sh
+++ LibreCAD-LibreCAD-a5c34b2/scripts/postprocess-unix.sh
@@ -1,7 +1,7 @@
#!/bin/bash
THISDIR="`pwd`"
-RESOURCEDIR="${THISDIR}/unix/resources"
+RESOURCEDIR=$BUILDDIR
TSDIR="${THISDIR}/ts"
DOCDIR="${THISDIR}/support/doc"