pkgsrc-WIP-changes archive

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

kitemmodels: add kitemmodels-5.18.0 as wip/kitemmodels



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Mon Feb 8 19:16:02 2016 +1300
Changeset:	7db701c63676d668b132a94278961cc973450589

Modified Files:
	Makefile
Added Files:
	kitemmodels/DESCR
	kitemmodels/Makefile
	kitemmodels/PLIST
	kitemmodels/buildlink3.mk
	kitemmodels/distinfo

Log Message:
kitemmodels: add kitemmodels-5.18.0 as wip/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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7db701c63676d668b132a94278961cc973450589

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

diffstat:
 Makefile                  |  1 +
 kitemmodels/DESCR         | 17 +++++++++++++++++
 kitemmodels/Makefile      | 14 ++++++++++++++
 kitemmodels/PLIST         | 31 +++++++++++++++++++++++++++++++
 kitemmodels/buildlink3.mk | 15 +++++++++++++++
 kitemmodels/distinfo      |  6 ++++++
 6 files changed, 84 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 249fc2a..8fc999b 100644
--- a/Makefile
+++ b/Makefile
@@ -1427,6 +1427,7 @@ SUBDIR+=	kidletime
 SUBDIR+=	kimageformats
 SUBDIR+=	kino
 SUBDIR+=	kissme
+SUBDIR+=	kitemmodels
 SUBDIR+=	kitemviews
 SUBDIR+=	klamav
 SUBDIR+=	kmymoney-devel
diff --git a/kitemmodels/DESCR b/kitemmodels/DESCR
new file mode 100644
index 0000000..b75a518
--- /dev/null
+++ b/kitemmodels/DESCR
@@ -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
diff --git a/kitemmodels/Makefile b/kitemmodels/Makefile
new file mode 100644
index 0000000..7e5d4b3
--- /dev/null
+++ b/kitemmodels/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
+
+DISTNAME=	kitemmodels-${KF5VER}
+CATEGORIES=	misc
+
+HOMEPAGE=	https://projects.kde.org/projects/frameworks/kitemmodels
+COMMENT=	Models for Qt Model/View system
+LICENSE=	gnu-lgpl-v2.1
+
+.include "../../wip/kf5/Makefile.common"
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtscript/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/kitemmodels/PLIST b/kitemmodels/PLIST
new file mode 100644
index 0000000..eedc79e
--- /dev/null
+++ b/kitemmodels/PLIST
@@ -0,0 +1,31 @@
+@comment $NetBSD$
+include/KF5/KItemModels/KBreadcrumbSelectionModel
+include/KF5/KItemModels/KCheckableProxyModel
+include/KF5/KItemModels/KConcatenateRowsProxyModel
+include/KF5/KItemModels/KDescendantsProxyModel
+include/KF5/KItemModels/KExtraColumnsProxyModel
+include/KF5/KItemModels/KLinkItemSelectionModel
+include/KF5/KItemModels/KModelIndexProxyMapper
+include/KF5/KItemModels/KRearrangeColumnsProxyModel
+include/KF5/KItemModels/KRecursiveFilterProxyModel
+include/KF5/KItemModels/KSelectionProxyModel
+include/KF5/KItemModels/kbreadcrumbselectionmodel.h
+include/KF5/KItemModels/kcheckableproxymodel.h
+include/KF5/KItemModels/kconcatenaterowsproxymodel.h
+include/KF5/KItemModels/kdescendantsproxymodel.h
+include/KF5/KItemModels/kextracolumnsproxymodel.h
+include/KF5/KItemModels/kitemmodels_export.h
+include/KF5/KItemModels/klinkitemselectionmodel.h
+include/KF5/KItemModels/kmodelindexproxymapper.h
+include/KF5/KItemModels/krearrangecolumnsproxymodel.h
+include/KF5/KItemModels/krecursivefilterproxymodel.h
+include/KF5/KItemModels/kselectionproxymodel.h
+include/KF5/kitemmodels_version.h
+lib/cmake/KF5ItemModels/KF5ItemModelsConfig.cmake
+lib/cmake/KF5ItemModels/KF5ItemModelsConfigVersion.cmake
+lib/cmake/KF5ItemModels/KF5ItemModelsTargets-noconfig.cmake
+lib/cmake/KF5ItemModels/KF5ItemModelsTargets.cmake
+lib/libKF5ItemModels.so
+lib/libKF5ItemModels.so.5
+lib/libKF5ItemModels.so.${PKGVERSION}
+qt5/mkspecs/modules/qt_KItemModels.pri
diff --git a/kitemmodels/buildlink3.mk b/kitemmodels/buildlink3.mk
new file mode 100644
index 0000000..77534a1
--- /dev/null
+++ b/kitemmodels/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	kitemmodels
+
+.if !defined(KITEMMODELS_BUILDLINK3_MK)
+KITEMMODELS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kitemmodels+=	kitemmodels>=5.18.0
+BUILDLINK_PKGSRCDIR.kitemmodels?=	../../wip/kitemmodels
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtscript/buildlink3.mk"
+.endif	# KITEMMODELS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-kitemmodels
diff --git a/kitemmodels/distinfo b/kitemmodels/distinfo
new file mode 100644
index 0000000..77091b2
--- /dev/null
+++ b/kitemmodels/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (kitemmodels-5.18.0.tar.xz) = c1b78605bf285401a5e5552e4eb69a961717ed90
+RMD160 (kitemmodels-5.18.0.tar.xz) = d926d5bbc5f8d19df51b186a6bd9c9c1da54705a
+SHA512 (kitemmodels-5.18.0.tar.xz) = 0b1e76479c9ea4371b7fdce8c76e32f23b71285c39421d05feb5706dfc0c38df9c04ed75f1cf7c25e67312bfdc6ecf072a5cae26b1775264f18949f64d78dbef
+Size (kitemmodels-5.18.0.tar.xz) = 383884 bytes


Home | Main Index | Thread Index | Old Index