pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ktexteditor ktexteditor: install org.kde.ktexted...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c31d2d1a7729
branches:  trunk
changeset: 378122:c31d2d1a7729
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Apr 01 03:48:57 2018 +0000

description:
ktexteditor: install org.kde.ktexteditor.katetextbuffer.conf via examples dir

diffstat:

 devel/ktexteditor/Makefile |  12 ++++++++++--
 devel/ktexteditor/PLIST    |   3 ++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r 471c10d6c54c -r c31d2d1a7729 devel/ktexteditor/Makefile
--- a/devel/ktexteditor/Makefile        Sun Apr 01 03:15:55 2018 +0000
+++ b/devel/ktexteditor/Makefile        Sun Apr 01 03:48:57 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2018/03/12 11:15:28 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2018/04/01 03:48:57 markd Exp $
 
 DISTNAME=      ktexteditor-${KF5VER}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
@@ -12,6 +12,14 @@
 
 USE_TOOLS+=    msgmerge pkg-config perl
 
+CMAKE_ARGS+=   -DKAUTH_DBUS_DIR=${PREFIX}/share/examples/ktexteditor
+
+CONF_FILES+=   ${PREFIX}/share/examples/ktexteditor/org.kde.ktexteditor.katetextbuffer.conf \
+               ${PKG_SYSCONFDIR}/dbus-1/system.d/org.kde.ktexteditor.katetextbuffer.conf
+
+MAKE_DIRS+=            ${PKG_SYSCONFDIR}/dbus-1/system.d
+INSTALLATION_DIRS+=    share/examples/ktexteditor
+
 .include "../../devel/libgit2/buildlink3.mk"
 .include "../../devel/kparts/buildlink3.mk"
 .include "../../textproc/syntax-highlighting/buildlink3.mk"
diff -r 471c10d6c54c -r c31d2d1a7729 devel/ktexteditor/PLIST
--- a/devel/ktexteditor/PLIST   Sun Apr 01 03:15:55 2018 +0000
+++ b/devel/ktexteditor/PLIST   Sun Apr 01 03:48:57 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/01/17 20:00:22 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/04/01 03:48:57 markd Exp $
 include/KF5/KTextEditor/KTextEditor/AnnotationInterface
 include/KF5/KTextEditor/KTextEditor/Application
 include/KF5/KTextEditor/KTextEditor/Attribute
@@ -64,6 +64,7 @@
 qt5/mkspecs/modules/qt_KTextEditor.pri
 qt5/plugins/kf5/parts/katepart.so
 share/dbus-1/system-services/org.kde.ktexteditor.katetextbuffer.service
+share/examples/ktexteditor/org.kde.ktexteditor.katetextbuffer.conf
 share/katepart5/script/README.md
 share/kdevappwizard/templates/ktexteditor-plugin.tar.bz2
 share/kservices5/katepart.desktop



Home | Main Index | Thread Index | Old Index