pkgsrc-WIP-changes archive

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

qt6-qtimageformats: update mng patch to be more correct



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%NetBSD.org@localhost>
Pushed By:	nros
Date:		Fri Feb 12 08:32:11 2021 +0000
Changeset:	20fdb6a9a480922a6889f6d2d097817f73d711b0

Modified Files:
	qt6-qtimageformats/distinfo
	qt6-qtimageformats/patches/patch-src_plugins_imageformats_mng_CMakeLists.txt

Log Message:
qt6-qtimageformats: update mng patch to be more correct

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

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

diffstat:
 qt6-qtimageformats/distinfo                                   |  2 +-
 .../patches/patch-src_plugins_imageformats_mng_CMakeLists.txt | 11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs:
diff --git a/qt6-qtimageformats/distinfo b/qt6-qtimageformats/distinfo
index 4fce8a70b5..27f70302f8 100644
--- a/qt6-qtimageformats/distinfo
+++ b/qt6-qtimageformats/distinfo
@@ -6,5 +6,5 @@ SHA512 (qtimageformats-everywhere-src-6.0.1.tar.xz) = 064a185e80171cb18f4cfad2af
 Size (qtimageformats-everywhere-src-6.0.1.tar.xz) = 1820636 bytes
 SHA1 (patch-src_imageformats_configure.cmake) = 68d54b612cf280927748fd3225c2eae0d547cce2
 SHA1 (patch-src_plugins_imageformats_CMakeLists.txt) = fc058933a2536a5d90ce78d9eacbb82e7772622a
-SHA1 (patch-src_plugins_imageformats_mng_CMakeLists.txt) = 3ca958e5259e6bfcd992ab3c45f25beda0178503
+SHA1 (patch-src_plugins_imageformats_mng_CMakeLists.txt) = bd587b1a07bf0d717f7f6c910a0b197189530368
 SHA1 (patch-src_plugins_imageformats_tiff_qtiffhandler.cpp) = cd9f708caf836eca851f24bb696aad8a5e4b5506
diff --git a/qt6-qtimageformats/patches/patch-src_plugins_imageformats_mng_CMakeLists.txt b/qt6-qtimageformats/patches/patch-src_plugins_imageformats_mng_CMakeLists.txt
index 62b1d04fa9..bdec40d58e 100644
--- a/qt6-qtimageformats/patches/patch-src_plugins_imageformats_mng_CMakeLists.txt
+++ b/qt6-qtimageformats/patches/patch-src_plugins_imageformats_mng_CMakeLists.txt
@@ -4,11 +4,12 @@ $NetBSD$
 
 --- src/plugins/imageformats/mng/CMakeLists.txt.orig	2021-01-28 05:17:06.000000000 +0000
 +++ src/plugins/imageformats/mng/CMakeLists.txt
-@@ -15,6 +15,7 @@ qt_internal_add_plugin(QMngPlugin
+@@ -11,7 +11,7 @@ qt_internal_add_plugin(QMngPlugin
+         main.cpp
+         qmnghandler.cpp qmnghandler_p.h
+     LIBRARIES
+-        mng
++        PkgConfig::MNG
      PUBLIC_LIBRARIES
          Qt::Core
          Qt::Gui
-+        PkgConfig::MNG
- )
- 
- #### Keys ignored in scope 1:.:.:mng.pro:<TRUE>:


Home | Main Index | Thread Index | Old Index