pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libqtxdg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb  4 08:57:23 UTC 2025

Modified Files:
        pkgsrc/x11/libqtxdg: Makefile

Log Message:
libqtxdg: fix some paths in installed files

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/x11/libqtxdg/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/libqtxdg/Makefile
diff -u pkgsrc/x11/libqtxdg/Makefile:1.41 pkgsrc/x11/libqtxdg/Makefile:1.42
--- pkgsrc/x11/libqtxdg/Makefile:1.41   Fri Nov 15 12:21:33 2024
+++ pkgsrc/x11/libqtxdg/Makefile        Tue Feb  4 08:57:23 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2024/11/15 12:21:33 pin Exp $
+# $NetBSD: Makefile,v 1.42 2025/02/04 08:57:23 wiz Exp $
 
 DISTNAME=      libqtxdg-4.1.0
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -24,6 +25,15 @@ SUBST_FILES.prefix=  src/qtxdg/xdgdirs.cp
 SUBST_SED.prefix=      -e 's,/etc/xdg,${PKG_SYSCONFDIR},g'
 SUBST_SED.prefix+=     -e 's,/usr/share,${PREFIX}/share,g'
 
+SUBST_CLASSES+=                path
+SUBST_SED.path+=       -e 's,${BUILDLINK_DIR},${PREFIX},g'
+SUBST_FILES.path+=     ${CMAKE_BUILD_DIR}/CMakeFiles/Export/*/qt6xdg-targets.cmake
+SUBST_MESSAGE.path=    Fixing path to glib2 in installed file.
+SUBST_STAGE.path=      post-build
+
+PKGCONFIG_OVERRIDE+=           ${CMAKE_BUILD_DIR}/*.pc
+PKGCONFIG_OVERRIDE_STAGE=      post-configure
+
 CONF_FILES=    ${QTXDG_CONF}/lxqt-qtxdg.conf \
                ${PKG_SYSCONFDIR}/lxqt-qtxdg.conf
 CONF_FILES+=   ${QTXDG_CONF}/qtxdg.conf \



Home | Main Index | Thread Index | Old Index