pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: markd
Date: Sun May 26 11:44:47 UTC 2024
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/kf6-kitemmodels: DESCR Makefile PLIST buildlink3.mk
distinfo
Log Message:
kf6-kitemmodels: add version 6.2.0
KDE Frameworks 6 kitemmodels.
KItemModels provides the following models:
* KBreadcrumbSelectionModel - Selects the parents of selected items to create
breadcrumbs
* KCheckableProxyModel - Adds a checkable capability to a source model
* KConcatenateRowsProxyModel - Concatenates rows from multiple source models
* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list
* KExtraColumnsProxyModel - Adds columns after existing columns
* KLinkItemSelectionModel - Share a selection in multiple views which do not
have the same source model
* KModelIndexProxyMapper - Mapping of indexes and selections through proxy
models
* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source
model
* KRecursiveFilterProxyModel - Recursive filtering of models
* KSelectionProxyModel - A Proxy Model which presents a subset of its source
model to observers
To generate a diff of this commit:
cvs rdiff -u -r1.4290 -r1.4291 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/kf6-kitemmodels/DESCR \
pkgsrc/devel/kf6-kitemmodels/Makefile pkgsrc/devel/kf6-kitemmodels/PLIST \
pkgsrc/devel/kf6-kitemmodels/buildlink3.mk \
pkgsrc/devel/kf6-kitemmodels/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4290 pkgsrc/devel/Makefile:1.4291
--- pkgsrc/devel/Makefile:1.4290 Sun May 26 11:42:11 2024
+++ pkgsrc/devel/Makefile Sun May 26 11:44:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4290 2024/05/26 11:42:11 markd Exp $
+# $NetBSD: Makefile,v 1.4291 2024/05/26 11:44:47 markd Exp $
#
COMMENT= Development utilities
@@ -852,6 +852,7 @@ SUBDIR+= kf6-kdoctools
SUBDIR+= kf6-ki18n
SUBDIR+= kf6-kidletime
SUBDIR+= kf6-kio
+SUBDIR+= kf6-kitemmodels
SUBDIR+= ki18n
SUBDIR+= kidletime
SUBDIR+= kio
Added files:
Index: pkgsrc/devel/kf6-kitemmodels/DESCR
diff -u /dev/null pkgsrc/devel/kf6-kitemmodels/DESCR:1.1
--- /dev/null Sun May 26 11:44:47 2024
+++ pkgsrc/devel/kf6-kitemmodels/DESCR Sun May 26 11:44:47 2024
@@ -0,0 +1,17 @@
+KItemModels provides the following models:
+
+* KBreadcrumbSelectionModel - Selects the parents of selected items to create
+ breadcrumbs
+* KCheckableProxyModel - Adds a checkable capability to a source model
+* KConcatenateRowsProxyModel - Concatenates rows from multiple source models
+* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list
+* KExtraColumnsProxyModel - Adds columns after existing columns
+* KLinkItemSelectionModel - Share a selection in multiple views which do not
+ have the same source model
+* KModelIndexProxyMapper - Mapping of indexes and selections through proxy
+ models
+* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source
+ model
+* KRecursiveFilterProxyModel - Recursive filtering of models
+* KSelectionProxyModel - A Proxy Model which presents a subset of its source
+ model to observers
Index: pkgsrc/devel/kf6-kitemmodels/Makefile
diff -u /dev/null pkgsrc/devel/kf6-kitemmodels/Makefile:1.1
--- /dev/null Sun May 26 11:44:47 2024
+++ pkgsrc/devel/kf6-kitemmodels/Makefile Sun May 26 11:44:47 2024
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2024/05/26 11:44:47 markd Exp $
+
+DISTNAME= kitemmodels-${KF6VER}
+CATEGORIES= devel
+
+HOMEPAGE= https://community.kde.org/Frameworks
+COMMENT= Models for Qt Model/View system
+LICENSE= gnu-lgpl-v2.1
+
+.include "../../meta-pkgs/kde/kf6.mk"
+
+.include "../../lang/qt6-qtdeclarative/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/kf6-kitemmodels/PLIST
diff -u /dev/null pkgsrc/devel/kf6-kitemmodels/PLIST:1.1
--- /dev/null Sun May 26 11:44:47 2024
+++ pkgsrc/devel/kf6-kitemmodels/PLIST Sun May 26 11:44:47 2024
@@ -0,0 +1,36 @@
+@comment $NetBSD: PLIST,v 1.1 2024/05/26 11:44:47 markd Exp $
+include/KF6/KItemModels/KBreadcrumbSelectionModel
+include/KF6/KItemModels/KCheckableProxyModel
+include/KF6/KItemModels/KColumnHeadersModel
+include/KF6/KItemModels/KDescendantsProxyModel
+include/KF6/KItemModels/KExtraColumnsProxyModel
+include/KF6/KItemModels/KLinkItemSelectionModel
+include/KF6/KItemModels/KModelIndexProxyMapper
+include/KF6/KItemModels/KNumberModel
+include/KF6/KItemModels/KRearrangeColumnsProxyModel
+include/KF6/KItemModels/KSelectionProxyModel
+include/KF6/KItemModels/kbreadcrumbselectionmodel.h
+include/KF6/KItemModels/kcheckableproxymodel.h
+include/KF6/KItemModels/kcolumnheadersmodel.h
+include/KF6/KItemModels/kdescendantsproxymodel.h
+include/KF6/KItemModels/kextracolumnsproxymodel.h
+include/KF6/KItemModels/kitemmodels_export.h
+include/KF6/KItemModels/kitemmodels_version.h
+include/KF6/KItemModels/klinkitemselectionmodel.h
+include/KF6/KItemModels/kmodelindexproxymapper.h
+include/KF6/KItemModels/knumbermodel.h
+include/KF6/KItemModels/krearrangecolumnsproxymodel.h
+include/KF6/KItemModels/kselectionproxymodel.h
+lib/cmake/KF6ItemModels/KF6ItemModelsConfig.cmake
+lib/cmake/KF6ItemModels/KF6ItemModelsConfigVersion.cmake
+lib/cmake/KF6ItemModels/KF6ItemModelsTargets-noconfig.cmake
+lib/cmake/KF6ItemModels/KF6ItemModelsTargets.cmake
+lib/libKF6ItemModels.so
+lib/libKF6ItemModels.so.6
+lib/libKF6ItemModels.so.${PKGVERSION}
+qt6/qml/org/kde/kitemmodels/itemmodelsplugin.qmltypes
+qt6/qml/org/kde/kitemmodels/kde-qmlmodule.version
+qt6/qml/org/kde/kitemmodels/libitemmodelsplugin.so
+qt6/qml/org/kde/kitemmodels/qmldir
+share/qlogging-categories6/kitemmodels.categories
+share/qlogging-categories6/kitemmodels.renamecategories
Index: pkgsrc/devel/kf6-kitemmodels/buildlink3.mk
diff -u /dev/null pkgsrc/devel/kf6-kitemmodels/buildlink3.mk:1.1
--- /dev/null Sun May 26 11:44:47 2024
+++ pkgsrc/devel/kf6-kitemmodels/buildlink3.mk Sun May 26 11:44:47 2024
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2024/05/26 11:44:47 markd Exp $
+
+BUILDLINK_TREE+= kf6-kitemmodels
+
+.if !defined(KF6_KITEMMODELS_BUILDLINK3_MK)
+KF6_KITEMMODELS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kf6-kitemmodels+= kf6-kitemmodels>=6.2.0
+BUILDLINK_PKGSRCDIR.kf6-kitemmodels?= ../../devel/kf6-kitemmodels
+
+.include "../../lang/qt6-qtdeclarative/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.endif # KF6_KITEMMODELS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -kf6-kitemmodels
Index: pkgsrc/devel/kf6-kitemmodels/distinfo
diff -u /dev/null pkgsrc/devel/kf6-kitemmodels/distinfo:1.1
--- /dev/null Sun May 26 11:44:47 2024
+++ pkgsrc/devel/kf6-kitemmodels/distinfo Sun May 26 11:44:47 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/05/26 11:44:47 markd Exp $
+
+BLAKE2s (kitemmodels-6.2.0.tar.xz) = 7e9758f1c2a738a0aae469ff8a18485d005a1f8dcdee9223e5a1726d898b6359
+SHA512 (kitemmodels-6.2.0.tar.xz) = f163816c5bf771e489d35b8ae22e87cab0967d93230c2bcf54a0538a0af5f30cc281aad243255c865fdaff2a6ce4c81b0c5bcecc559e2e36812b8d0af252105b
+Size (kitemmodels-6.2.0.tar.xz) = 398156 bytes
Home |
Main Index |
Thread Index |
Old Index