pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

qcad: use INSTALLS+= in qmake files



Module Name:	pkgsrc-wip
Committed By:	Iain Hibbert <plunky%netbsd.org@localhost>
Pushed By:	plunky
Date:		Wed Aug 24 17:54:04 2016 +0100
Changeset:	20559c30172df219c94733f7d906db7ee53da0ce

Modified Files:
	qcad/distinfo
	qcad/patches/patch-src_3rdparty_spatialindexnavel_spatialindexnavel.pro
	qcad/patches/patch-src_3rdparty_stemmer_stemmer.pro

Log Message:
qcad: use INSTALLS+= in qmake files

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=20559c30172df219c94733f7d906db7ee53da0ce

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qcad/distinfo                                                         | 4 ++--
 .../patch-src_3rdparty_spatialindexnavel_spatialindexnavel.pro        | 2 +-
 qcad/patches/patch-src_3rdparty_stemmer_stemmer.pro                   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/qcad/distinfo b/qcad/distinfo
index 93ef457..a689018 100644
--- a/qcad/distinfo
+++ b/qcad/distinfo
@@ -15,8 +15,8 @@ SHA1 (patch-src_3rdparty_opennurbs_opennurbs_opennurbs.pro) = 55182dab6cc856c6e9
 SHA1 (patch-src_3rdparty_opennurbs_zlib_zlib.pro) = 0cf2745b966004eecd869df49a24d1eb06db4e8a
 SHA1 (patch-src_3rdparty_qtscript.pro) = c4ea2ca8884a24e0abc4e7231b4a474d21035280
 SHA1 (patch-src_3rdparty_quazip_quazip.pro) = b59c24acc4171c7ef9ab21a5220dd57bf870b38b
-SHA1 (patch-src_3rdparty_spatialindexnavel_spatialindexnavel.pro) = 0faab0065e3fa88a3e229e39390d3d8302024ce2
-SHA1 (patch-src_3rdparty_stemmer_stemmer.pro) = 5a8a22574f3e84e7564ac7b6d64ffd8587973911
+SHA1 (patch-src_3rdparty_spatialindexnavel_spatialindexnavel.pro) = 64bf1fb27be358e707fe5476d7deaa9bf2d09230
+SHA1 (patch-src_3rdparty_stemmer_stemmer.pro) = aae5dbeba3f0d3abf2f9bb536817138ce9089f58
 SHA1 (patch-src_core_RS.cpp) = 6cb504d409737058c9eb7ab8058ce0ec889a71c4
 SHA1 (patch-src_core_RSPlatform.cpp) = e61695b3f364b0c5d28d070a075f9d7cd0081757
 SHA1 (patch-src_core_RSettings.cpp) = 9dbb2137268b79f8f1e871712b830ae1fbc1b8bd
diff --git a/qcad/patches/patch-src_3rdparty_spatialindexnavel_spatialindexnavel.pro b/qcad/patches/patch-src_3rdparty_spatialindexnavel_spatialindexnavel.pro
index 93782a9..a58f385 100644
--- a/qcad/patches/patch-src_3rdparty_spatialindexnavel_spatialindexnavel.pro
+++ b/qcad/patches/patch-src_3rdparty_spatialindexnavel_spatialindexnavel.pro
@@ -9,7 +9,7 @@ and create an install target
  else {
      CONFIG += plugin
  }
-+INSTALLS = target
++INSTALLS += target
 
  # this is required to compile the spatial index library from navel ltd:
  #DEFINES += PACKAGE_BUGREPORT=\\\"mhadji%gmail.com@localhost\\\"
diff --git a/qcad/patches/patch-src_3rdparty_stemmer_stemmer.pro b/qcad/patches/patch-src_3rdparty_stemmer_stemmer.pro
index 0417561..b6a5274 100644
--- a/qcad/patches/patch-src_3rdparty_stemmer_stemmer.pro
+++ b/qcad/patches/patch-src_3rdparty_stemmer_stemmer.pro
@@ -12,4 +12,4 @@ and create an install target
 -CONFIG += staticlib
 -#CONFIG += plugin
 +CONFIG += plugin
-+INSTALLS = target
++INSTALLS += target


Home | Main Index | Thread Index | Old Index