pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ktexteditor



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Apr  1 03:48:57 UTC 2018

Modified Files:
        pkgsrc/devel/ktexteditor: Makefile PLIST

Log Message:
ktexteditor: install org.kde.ktexteditor.katetextbuffer.conf via examples dir


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ktexteditor/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ktexteditor/PLIST

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

Modified files:

Index: pkgsrc/devel/ktexteditor/Makefile
diff -u pkgsrc/devel/ktexteditor/Makefile:1.20 pkgsrc/devel/ktexteditor/Makefile:1.21
--- pkgsrc/devel/ktexteditor/Makefile:1.20      Mon Mar 12 11:15:28 2018
+++ pkgsrc/devel/ktexteditor/Makefile   Sun Apr  1 03:48:57 2018
@@ -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 @@ LICENSE=     gnu-gpl-v2 AND gnu-lgpl-v2.1
 
 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"

Index: pkgsrc/devel/ktexteditor/PLIST
diff -u pkgsrc/devel/ktexteditor/PLIST:1.2 pkgsrc/devel/ktexteditor/PLIST:1.3
--- pkgsrc/devel/ktexteditor/PLIST:1.2  Wed Jan 17 20:00:22 2018
+++ pkgsrc/devel/ktexteditor/PLIST      Sun Apr  1 03:48:57 2018
@@ -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 @@ libexec/kauth/kauth_ktexteditor_helper
 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