Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

9
devel/krunner/DESCR Normal file
View File

@@ -0,0 +1,9 @@
The Plasma workspace provides an application called KRunner which, among other
things, allows one to type into a text area which causes various actions and
information that match the text appear as the text is being typed.
One application for this is the universal runner you can launch with ALT-F2.
This functionality is provided via plugins loaded at runtime called "Runners".
These plugins can be used by any application using the Plasma library. The
KRunner framework is used to write these plugins.

17
devel/krunner/Makefile Normal file
View File

@@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1 2016/08/21 21:17:59 markd Exp $
DISTNAME= krunner-${KF5VER}
CATEGORIES= devel
HOMEPAGE= https://community.kde.org/Frameworks
COMMENT= Framework for providing different actions given a string query
LICENSE= gnu-lgpl-v2.1
.include "../../meta-pkgs/kf5/Makefile.common"
USE_TOOLS+= msgmerge
.include "../../x11/plasma-framework/buildlink3.mk"
.include "../../devel/threadweaver/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

25
devel/krunner/PLIST Normal file
View File

@@ -0,0 +1,25 @@
@comment $NetBSD: PLIST,v 1.1 2016/08/21 21:17:59 markd Exp $
include/KF5/KRunner/KRunner/AbstractRunner
include/KF5/KRunner/KRunner/QueryMatch
include/KF5/KRunner/KRunner/RunnerContext
include/KF5/KRunner/KRunner/RunnerManager
include/KF5/KRunner/KRunner/RunnerSyntax
include/KF5/KRunner/krunner/abstractrunner.h
include/KF5/KRunner/krunner/krunner_export.h
include/KF5/KRunner/krunner/querymatch.h
include/KF5/KRunner/krunner/runnercontext.h
include/KF5/KRunner/krunner/runnermanager.h
include/KF5/KRunner/krunner/runnersyntax.h
include/KF5/krunner_version.h
lib/cmake/KF5Runner/KF5RunnerConfig.cmake
lib/cmake/KF5Runner/KF5RunnerConfigVersion.cmake
lib/cmake/KF5Runner/KF5RunnerTargets-noconfig.cmake
lib/cmake/KF5Runner/KF5RunnerTargets.cmake
lib/libKF5Runner.so
lib/libKF5Runner.so.5
lib/libKF5Runner.so.${PKGVERSION}
qt5/mkspecs/modules/qt_KRunner.pri
qt5/qml/org/kde/runnermodel/librunnermodelplugin.so
qt5/qml/org/kde/runnermodel/qmldir
share/kdevappwizard/templates/runner.tar.bz2
share/kservicetypes5/plasma-runner.desktop

View File

@@ -0,0 +1,16 @@
# $NetBSD: buildlink3.mk,v 1.1 2016/08/21 21:17:59 markd Exp $
BUILDLINK_TREE+= krunner
.if !defined(KRUNNER_BUILDLINK3_MK)
KRUNNER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.krunner+= krunner>=5.21.0
BUILDLINK_PKGSRCDIR.krunner?= ../../wip/krunner
.include "../../x11/plasma-framework/buildlink3.mk"
.include "../../devel/threadweaver/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.endif # KRUNNER_BUILDLINK3_MK
BUILDLINK_TREE+= -krunner

6
devel/krunner/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2016/08/27 01:01:41 markd Exp $
SHA1 (krunner-5.25.0.tar.xz) = 5a4c9615196d70250b2644bb49573c0749ab41ea
RMD160 (krunner-5.25.0.tar.xz) = fa13910d6f27ceac3e5d9f09c4c9574170881fc8
SHA512 (krunner-5.25.0.tar.xz) = 32333c372c724f7ef6c9170ae6ec28ebbd0f972939de85baf159ca012b9fc013bb83d89e40e257155ef85ae5709e1c54eab5bf5ec51d571c4a96d1507df7fc2a
Size (krunner-5.25.0.tar.xz) = 67096 bytes