diff options
author | Christoph Willing <chris.willing@linux.com> | 2015-10-09 23:27:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-09 23:27:44 +0700 |
commit | 28f63772025fbf96acad23a5e9962a77ce02ca45 (patch) | |
tree | 94c8d25e6a1a81932c96074ab20c31a575609855 /libraries/qwt/patch-6.1.2-pkgconfig.diff | |
parent | 3a9e63716206df892d50519e931751c60991eefc (diff) |
libraries/qwt: Updated for version 6.1.2 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/qwt/patch-6.1.2-pkgconfig.diff')
-rw-r--r-- | libraries/qwt/patch-6.1.2-pkgconfig.diff | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libraries/qwt/patch-6.1.2-pkgconfig.diff b/libraries/qwt/patch-6.1.2-pkgconfig.diff new file mode 100644 index 0000000000000..b7572b19e913d --- /dev/null +++ b/libraries/qwt/patch-6.1.2-pkgconfig.diff @@ -0,0 +1,22 @@ +--- src/src.pro.orig 2014-12-12 00:13:13.461186493 +1000 ++++ src/src.pro 2015-10-05 08:55:43.504194164 +1000 +@@ -21,6 +21,19 @@ + + DESTDIR = $${QWT_OUT_ROOT}/lib + ++# Add pkgconfig support ++unix { ++ CONFIG += create_pc create_prl no_install_prl ++ QMAKE_PKGCONFIG_NAME = qwt ++ QMAKE_PKGCONFIG_DESCRIPTION = GUI components ++ QMAKE_PKGCONFIG_PREFIX = $${QWT_INSTALL_PREFIX} ++ QMAKE_PKGCONFIG_LIBDIR = $${QWT_INSTALL_LIBS} ++ QMAKE_PKGCONFIG_INCDIR = $${QWT_INSTALL_HEADERS} ++ QMAKE_PKGCONFIG_REQUIRES = QtCore ++ QMAKE_PKGCONFIG_DESTDIR = pkgconfig ++} ++ ++ + contains(QWT_CONFIG, QwtDll) { + + CONFIG += dll |