pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 26 13:23:47 UTC 2024

Modified Files:
        pkgsrc/x11: Makefile
Added Files:
        pkgsrc/x11/kf6-frameworkintegration: DESCR Makefile PLIST buildlink3.mk
            distinfo

Log Message:
kf6-frameworkintegration: add version 6.2.0

KDE Frameworks 6 frameworkintegration.

Framework Integration is a set of plugins responsible for better integration of
Qt applications when running on a KDE Plasma workspace.

Applications do not need to link to this directly.


To generate a diff of this commit:
cvs rdiff -u -r1.1032 -r1.1033 pkgsrc/x11/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/kf6-frameworkintegration/DESCR \
    pkgsrc/x11/kf6-frameworkintegration/Makefile \
    pkgsrc/x11/kf6-frameworkintegration/PLIST \
    pkgsrc/x11/kf6-frameworkintegration/buildlink3.mk \
    pkgsrc/x11/kf6-frameworkintegration/distinfo

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

Modified files:

Index: pkgsrc/x11/Makefile
diff -u pkgsrc/x11/Makefile:1.1032 pkgsrc/x11/Makefile:1.1033
--- pkgsrc/x11/Makefile:1.1032  Fri Apr 26 15:27:21 2024
+++ pkgsrc/x11/Makefile Sun May 26 13:23:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1032 2024/04/26 15:27:21 wiz Exp $
+# $NetBSD: Makefile,v 1.1033 2024/05/26 13:23:46 markd Exp $
 #
 
 COMMENT=       Packages to support the X Window System
@@ -127,6 +127,7 @@ SUBDIR+=    kdesignerplugin
 SUBDIR+=       keybinder
 SUBDIR+=       keybinder3
 SUBDIR+=       keylaunch
+SUBDIR+=       kf6-frameworkintegration
 SUBDIR+=       kglobalaccel
 SUBDIR+=       kguiaddons
 SUBDIR+=       kinit

Added files:

Index: pkgsrc/x11/kf6-frameworkintegration/DESCR
diff -u /dev/null pkgsrc/x11/kf6-frameworkintegration/DESCR:1.1
--- /dev/null   Sun May 26 13:23:47 2024
+++ pkgsrc/x11/kf6-frameworkintegration/DESCR   Sun May 26 13:23:46 2024
@@ -0,0 +1,4 @@
+Framework Integration is a set of plugins responsible for better integration of
+Qt applications when running on a KDE Plasma workspace.
+
+Applications do not need to link to this directly.
Index: pkgsrc/x11/kf6-frameworkintegration/Makefile
diff -u /dev/null pkgsrc/x11/kf6-frameworkintegration/Makefile:1.1
--- /dev/null   Sun May 26 13:23:47 2024
+++ pkgsrc/x11/kf6-frameworkintegration/Makefile        Sun May 26 13:23:46 2024
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2024/05/26 13:23:46 markd Exp $
+
+DISTNAME=      frameworkintegration-${KF6VER}
+CATEGORIES=    x11
+
+HOMEPAGE=      https://community.kde.org/Frameworks
+COMMENT=       Provide components to allow applications to integrate with a KDE Workspace
+LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
+
+.include "../../meta-pkgs/kde/kf6.mk"
+
+DEPENDS+=      noto-ttf-[0-9]*:../../fonts/noto-ttf
+
+USE_TOOLS+=    msgmerge pkg-config
+
+.include "../../devel/kf6-kcolorscheme/buildlink3.mk"
+.include "../../devel/kf6-kconfig/buildlink3.mk"
+.include "../../devel/kf6-ki18n/buildlink3.mk"
+.include "../../devel/kf6-knotifications/buildlink3.mk"
+.include "../../devel/kf6-kpackage/buildlink3.mk"
+.include "../../graphics/kf6-kiconthemes/buildlink3.mk"
+.include "../../net/kf6-knewstuff/buildlink3.mk"
+.include "../../x11/kf6-kwidgetsaddons/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/kf6-frameworkintegration/PLIST
diff -u /dev/null pkgsrc/x11/kf6-frameworkintegration/PLIST:1.1
--- /dev/null   Sun May 26 13:23:47 2024
+++ pkgsrc/x11/kf6-frameworkintegration/PLIST   Sun May 26 13:23:46 2024
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2024/05/26 13:23:46 markd Exp $
+include/KF6/FrameworkIntegration/frameworkintegration_version.h
+include/KF6/KStyle/KStyle
+include/KF6/KStyle/kstyle.h
+include/KF6/KStyle/kstyle_export.h
+lib/cmake/KF6FrameworkIntegration/KF6FrameworkIntegrationConfig.cmake
+lib/cmake/KF6FrameworkIntegration/KF6FrameworkIntegrationConfigVersion.cmake
+lib/cmake/KF6FrameworkIntegration/KF6FrameworkIntegrationTargets-noconfig.cmake
+lib/cmake/KF6FrameworkIntegration/KF6FrameworkIntegrationTargets.cmake
+lib/libKF6Style.so
+lib/libKF6Style.so.6
+lib/libKF6Style.so.${PKGVERSION}
+libexec/kf6/kpackagehandlers/knshandler
+qt6/plugins/kf6/FrameworkIntegrationPlugin.so
+share/knotifications6/plasma_workspace.notifyrc
Index: pkgsrc/x11/kf6-frameworkintegration/buildlink3.mk
diff -u /dev/null pkgsrc/x11/kf6-frameworkintegration/buildlink3.mk:1.1
--- /dev/null   Sun May 26 13:23:47 2024
+++ pkgsrc/x11/kf6-frameworkintegration/buildlink3.mk   Sun May 26 13:23:46 2024
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1 2024/05/26 13:23:46 markd Exp $
+
+BUILDLINK_TREE+=       kf6-frameworkintegration
+
+.if !defined(KF6_FRAMEWORKINTEGRATION_BUILDLINK3_MK)
+KF6_FRAMEWORKINTEGRATION_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kf6-frameworkintegration+=       kf6-frameworkintegration>=6.2.0
+BUILDLINK_PKGSRCDIR.kf6-frameworkintegration?=         ../../x11/kf6-frameworkintegration
+
+.include "../../devel/kf6-kcolorscheme/buildlink3.mk"
+.include "../../devel/kf6-kconfig/buildlink3.mk"
+.include "../../devel/kf6-ki18n/buildlink3.mk"
+.include "../../devel/kf6-knotifications/buildlink3.mk"
+.include "../../devel/kf6-kpackage/buildlink3.mk"
+.include "../../graphics/kf6-kiconthemes/buildlink3.mk"
+.include "../../net/kf6-knewstuff/buildlink3.mk"
+.include "../../x11/kf6-kwidgetsaddons/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.endif # KF6_FRAMEWORKINTEGRATION_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -kf6-frameworkintegration
Index: pkgsrc/x11/kf6-frameworkintegration/distinfo
diff -u /dev/null pkgsrc/x11/kf6-frameworkintegration/distinfo:1.1
--- /dev/null   Sun May 26 13:23:47 2024
+++ pkgsrc/x11/kf6-frameworkintegration/distinfo        Sun May 26 13:23:46 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/05/26 13:23:46 markd Exp $
+
+BLAKE2s (frameworkintegration-6.2.0.tar.xz) = d2bf91ed88e83c9ae39a72b8e26632d0e150c48683257f84ccf855fcecf4fda2
+SHA512 (frameworkintegration-6.2.0.tar.xz) = cf1c3659e603bf52c4a45a5c7533022f5969900ced43725fbe0e86c47c278266b2d78cf86f7afcc69e912d4d85849a28c240d40b18379a6304a297928cabb3d9
+Size (frameworkintegration-6.2.0.tar.xz) = 54812 bytes



Home | Main Index | Thread Index | Old Index