pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/kwindowsystem
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 12 15:23:28 UTC 2025
Modified Files:
pkgsrc/x11/kwindowsystem: Makefile PLIST
Log Message:
kwindowsystem: fix path to libX11 headers in installed file
Sort PLIST while here.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/x11/kwindowsystem/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/kwindowsystem/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/kwindowsystem/Makefile
diff -u pkgsrc/x11/kwindowsystem/Makefile:1.74 pkgsrc/x11/kwindowsystem/Makefile:1.75
--- pkgsrc/x11/kwindowsystem/Makefile:1.74 Thu Nov 14 22:22:20 2024
+++ pkgsrc/x11/kwindowsystem/Makefile Sun Jan 12 15:23:28 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.74 2024/11/14 22:22:20 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2025/01/12 15:23:28 wiz Exp $
DISTNAME= kwindowsystem-${KF5VER}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= x11
HOMEPAGE= https://community.kde.org/Frameworks
@@ -21,6 +21,13 @@ PLIST.mac= yes
. include "../../x11/qt5-qtmacextras/buildlink3.mk"
.else
PLIST.x11= yes
+
+SUBST_CLASSES+= path
+SUBST_SED.path+= -e "s,${BUILDLINK_DIR}/include,${BUILDLINK_PREFIX.libX11}/include,"
+SUBST_FILES.path+= _KDE_build/CMakeFiles/Export/*/KF5WindowSystemTargets.cmake
+SUBST_MESSAGE.path= Fixing path to libX11 in installed file.
+SUBST_STAGE.path= post-build
+
. include "../../x11/qt5-qtx11extras/buildlink3.mk"
.endif
BUILDLINK_DEPMETHOD.qt5-qttools= build
Index: pkgsrc/x11/kwindowsystem/PLIST
diff -u pkgsrc/x11/kwindowsystem/PLIST:1.11 pkgsrc/x11/kwindowsystem/PLIST:1.12
--- pkgsrc/x11/kwindowsystem/PLIST:1.11 Fri Apr 26 16:11:04 2024
+++ pkgsrc/x11/kwindowsystem/PLIST Sun Jan 12 15:23:28 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2024/04/26 16:11:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/01/12 15:23:28 wiz Exp $
include/KF5/KWindowSystem/KKeyServer
${PLIST.x11}include/KF5/KWindowSystem/KSelectionOwner
${PLIST.x11}include/KF5/KWindowSystem/KSelectionWatcher
@@ -9,9 +9,9 @@ include/KF5/KWindowSystem/KWindowInfo
include/KF5/KWindowSystem/KWindowShadow
include/KF5/KWindowSystem/KWindowShadowTile
include/KF5/KWindowSystem/KWindowSystem
+${PLIST.x11}include/KF5/KWindowSystem/KX11Extras
${PLIST.x11}include/KF5/KWindowSystem/KXMessages
${PLIST.x11}include/KF5/KWindowSystem/NETWM
-${PLIST.x11}include/KF5/KWindowSystem/KX11Extras
include/KF5/KWindowSystem/config-kwindowsystem.h
${PLIST.x11}include/KF5/KWindowSystem/fixx11h.h
include/KF5/KWindowSystem/kkeyserver.h
Home |
Main Index |
Thread Index |
Old Index