File pgmodeler.patch of Package pgModeler
Index: pgmodeler-1.2.0/pgmodeler.pro
===================================================================
--- pgmodeler-1.2.0.orig/pgmodeler.pro
+++ pgmodeler-1.2.0/pgmodeler.pro
@@ -78,7 +78,7 @@ $$TMPLCONFS/relationships.conf \
$$TMPLCONFS/*-highlight.conf
defconf.path = $$CONFDIR/defaults
-doc.files = README.md CHANGELOG.md LICENSE RELEASENOTES.md
+doc.files = README.md CHANGELOG.md RELEASENOTES.md
doc.path = $$DOCDIR
INSTALLS += samples schemas lang doc tmplconf iniconf defconf conficos
Index: pgmodeler-1.2.0/pgmodeler.pri
===================================================================
--- pgmodeler-1.2.0.orig/pgmodeler.pri
+++ pgmodeler-1.2.0/pgmodeler.pri
@@ -159,7 +159,6 @@ linux {
# Specifies where to find the libraries at runtime
RELATIVE_PRIVATELIBDIR = $$relative_path($$PRIVATELIBDIR, $$BINDIR)
- QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\' -Wl,-rpath,\'\$$ORIGIN/$$RELATIVE_PRIVATELIBDIR\'"
# Forcing the display of some warnings
CONFIG(debug, debug|release): QMAKE_CXXFLAGS += "-Wall -Wextra -Wuninitialized"