pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/ibus



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.

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



Home | Main Index | Thread Index | Old Index