Received: by mail.netbsd.org (Postfix, from userid 605) id B8E4F84D86; Sat, 29 Sep 2018 12:08:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C79B784D85 for ; Sat, 29 Sep 2018 12:08:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PFGJifWIOvzw for ; Sat, 29 Sep 2018 12:08:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1DF7A84C81 for ; Sat, 29 Sep 2018 12:08:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0EE9AFBEE; Sat, 29 Sep 2018 12:08:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1538222927183870" MIME-Version: 1.0 Date: Sat, 29 Sep 2018 12:08:47 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/inputmethod/ibus To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20180929120847.0EE9AFBEE@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. --_----------=_1538222927183870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sat Sep 29 12:08:46 UTC 2018 Modified Files: pkgsrc/inputmethod/ibus: Makefile PLIST Log Message: ibus: fix build of vala bindings. Bump. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/inputmethod/ibus/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/ibus/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1538222927183870 Content-Disposition: inline Content-Length: 1663 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/ibus/Makefile diff -u pkgsrc/inputmethod/ibus/Makefile:1.57 pkgsrc/inputmethod/ibus/Makefile:1.58 --- pkgsrc/inputmethod/ibus/Makefile:1.57 Sun Aug 12 10:45:03 2018 +++ pkgsrc/inputmethod/ibus/Makefile Sat Sep 29 12:08:46 2018 @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.57 2018/08/12 10:45:03 tsutsui Exp $ +# $NetBSD: Makefile,v 1.58 2018/09/29 12:08:46 tnn Exp $ .include "Makefile.common" +PKGREVISION= 1 + COMMENT= Intelligent Input Bus DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 @@ -66,6 +68,8 @@ BUILDLINK_DEPMETHOD.gobject-introspectio BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0 .include "../../devel/glib2/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" +BUILDLINK_DEPMETHOD.vala+= build +.include "../../lang/vala/buildlink3.mk" PY_PATCHPLIST= yes .include "../../sysutils/libnotify/buildlink3.mk" .include "../../textproc/iso-codes/buildlink3.mk" Index: pkgsrc/inputmethod/ibus/PLIST diff -u pkgsrc/inputmethod/ibus/PLIST:1.12 pkgsrc/inputmethod/ibus/PLIST:1.13 --- pkgsrc/inputmethod/ibus/PLIST:1.12 Sun Aug 12 10:45:03 2018 +++ pkgsrc/inputmethod/ibus/PLIST Sat Sep 29 12:08:46 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2018/08/12 10:45:03 tsutsui Exp $ +@comment $NetBSD: PLIST,v 1.13 2018/09/29 12:08:46 tnn Exp $ bin/ibus bin/ibus-daemon bin/ibus-setup @@ -329,4 +329,6 @@ share/locale/vi/LC_MESSAGES/ibus10.mo share/locale/zh_CN/LC_MESSAGES/ibus10.mo share/locale/zh_HK/LC_MESSAGES/ibus10.mo share/locale/zh_TW/LC_MESSAGES/ibus10.mo +share/vala/vapi/ibus-1.0.deps +share/vala/vapi/ibus-1.0.vapi @pkgdir share/ibus/engine --_----------=_1538222927183870--