Received: by mail.netbsd.org (Postfix, from userid 605) id 4C61684D74; Sun, 1 Apr 2018 03:48:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6ADA684D56 for ; Sun, 1 Apr 2018 03:48:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id AQDaeqX9LRUs for ; Sun, 1 Apr 2018 03:48:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B33C484D21 for ; Sun, 1 Apr 2018 03:48:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ADA5FFBEC; Sun, 1 Apr 2018 03:48:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152255453748730" MIME-Version: 1.0 Date: Sun, 1 Apr 2018 03:48:57 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/ktexteditor To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20180401034857.ADA5FFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152255453748730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_152255453748730 Content-Disposition: inline Content-Length: 2073 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_152255453748730--