pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt5-qtdeclarative
Module Name: pkgsrc
Committed By: wiz
Date: Thu Apr 3 13:05:29 UTC 2025
Modified Files:
pkgsrc/x11/qt5-qtdeclarative: Makefile PLIST
Log Message:
qt5-qtdeclarative: install an additional pkg-config file
>From Anthony Mallet on pkgsrc-users.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/x11/qt5-qtdeclarative/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/qt5-qtdeclarative/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/qt5-qtdeclarative/Makefile
diff -u pkgsrc/x11/qt5-qtdeclarative/Makefile:1.82 pkgsrc/x11/qt5-qtdeclarative/Makefile:1.83
--- pkgsrc/x11/qt5-qtdeclarative/Makefile:1.82 Tue Nov 19 22:46:11 2024
+++ pkgsrc/x11/qt5-qtdeclarative/Makefile Thu Apr 3 13:05:29 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.82 2024/11/19 22:46:11 adam Exp $
+# $NetBSD: Makefile,v 1.83 2025/04/03 13:05:29 wiz Exp $
DISTNAME= qtdeclarative-everywhere-opensource-src-${QTVERSION}
PKGNAME= qt5-qtdeclarative-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for declarative framework
BUILD_TARGET= sub-tools
@@ -12,7 +13,7 @@ PYTHON_FOR_BUILD_ONLY= tool
.include "../../x11/qt5-qtbase/Makefile.common"
post-install:
-.for i in Qt5Qml.pc Qt5Quick.pc Qt5QuickTest.pc Qt5QuickWidgets.pc
+.for i in Qt5Qml.pc Qt5QmlModels.pc Qt5Quick.pc Qt5QuickTest.pc Qt5QuickWidgets.pc
cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
${LN} -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
.endfor
Index: pkgsrc/x11/qt5-qtdeclarative/PLIST
diff -u pkgsrc/x11/qt5-qtdeclarative/PLIST:1.18 pkgsrc/x11/qt5-qtdeclarative/PLIST:1.19
--- pkgsrc/x11/qt5-qtdeclarative/PLIST:1.18 Mon Apr 18 11:18:16 2022
+++ pkgsrc/x11/qt5-qtdeclarative/PLIST Thu Apr 3 13:05:29 2025
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.18 2022/04/18 11:18:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2025/04/03 13:05:29 wiz Exp $
lib/pkgconfig/Qt5Qml.pc
+lib/pkgconfig/Qt5QmlModels.pc
lib/pkgconfig/Qt5Quick.pc
lib/pkgconfig/Qt5QuickTest.pc
lib/pkgconfig/Qt5QuickWidgets.pc
Home |
Main Index |
Thread Index |
Old Index