pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libfm-qt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  2 09:37:36 UTC 2025

Modified Files:
        pkgsrc/x11/libfm-qt: Makefile

Log Message:
x11/libfm-qt: Don't publish BUILDLINK_DIR in .cmake files.

Needed once we use BUILDLINK_DIR instead of PREFIX for various kinds
of references.

>From riastradh@


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/x11/libfm-qt/Makefile

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

Modified files:

Index: pkgsrc/x11/libfm-qt/Makefile
diff -u pkgsrc/x11/libfm-qt/Makefile:1.46 pkgsrc/x11/libfm-qt/Makefile:1.47
--- pkgsrc/x11/libfm-qt/Makefile:1.46   Wed Jan 22 09:08:02 2025
+++ pkgsrc/x11/libfm-qt/Makefile        Sun Feb  2 09:37:36 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2025/01/22 09:08:02 riastradh Exp $
+# $NetBSD: Makefile,v 1.47 2025/02/02 09:37:36 wiz Exp $
 
 DISTNAME=      libfm-qt-2.1.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -25,6 +25,12 @@ SUBST_FILES.prefix+= src/core/vfs/vfs-me
 SUBST_SED.prefix=      -e 's,/etc/xdg,${PKG_SYSCONFDIR},g'
 SUBST_SED.prefix+=     -e 's,/usr/share,${PREFIX}/share,g'
 
+SUBST_CLASSES+=                unbl3
+SUBST_MESSAGE.unbl3=   Undoing buildlink3 paths in cmake exports.
+SUBST_STAGE.unbl3=     post-build
+SUBST_FILES.unbl3+=    ${CMAKE_BUILD_DIR}/src/CMakeFiles/Export/*/fm-qt6-targets.cmake
+SUBST_SED.unbl3+=      -e 's,${BUILDLINK_DIR},${PREFIX},g'
+
 TOOL_DEPENDS+= lxqt-build-tools>=2.1.0:../../devel/lxqt-build-tools
 TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
 



Home | Main Index | Thread Index | Old Index